Interface CustomActionURLOperation.Builder

    • Method Detail

      • urlTemplate

        CustomActionURLOperation.Builder urlTemplate​(String urlTemplate)

        THe URL link of the CustomActionURLOperation.

        Parameters:
        urlTemplate - THe URL link of the CustomActionURLOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • urlTarget

        CustomActionURLOperation.Builder urlTarget​(String urlTarget)

        The target of the CustomActionURLOperation.

        Valid values are defined as follows:

        • NEW_TAB: Opens the target URL in a new browser tab.

        • NEW_WINDOW: Opens the target URL in a new browser window.

        • SAME_TAB: Opens the target URL in the same browser tab.

        Parameters:
        urlTarget - The target of the CustomActionURLOperation.

        Valid values are defined as follows:

        • NEW_TAB: Opens the target URL in a new browser tab.

        • NEW_WINDOW: Opens the target URL in a new browser window.

        • SAME_TAB: Opens the target URL in the same browser tab.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        URLTargetConfiguration, URLTargetConfiguration
      • urlTarget

        CustomActionURLOperation.Builder urlTarget​(URLTargetConfiguration urlTarget)

        The target of the CustomActionURLOperation.

        Valid values are defined as follows:

        • NEW_TAB: Opens the target URL in a new browser tab.

        • NEW_WINDOW: Opens the target URL in a new browser window.

        • SAME_TAB: Opens the target URL in the same browser tab.

        Parameters:
        urlTarget - The target of the CustomActionURLOperation.

        Valid values are defined as follows:

        • NEW_TAB: Opens the target URL in a new browser tab.

        • NEW_WINDOW: Opens the target URL in a new browser window.

        • SAME_TAB: Opens the target URL in the same browser tab.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        URLTargetConfiguration, URLTargetConfiguration