Interface CustomActionURLOperation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>, SdkBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>, SdkPojo
Enclosing class:
CustomActionURLOperation

public static interface CustomActionURLOperation.Builder extends SdkPojo, CopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
  • Method Details

    • 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

      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:
    • 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: