public static interface CustomActionURLOperation.Builder extends SdkPojo, CopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
| Modifier and Type | Method and Description |
|---|---|
CustomActionURLOperation.Builder |
urlTarget(String urlTarget)
The target of the
CustomActionURLOperation. |
CustomActionURLOperation.Builder |
urlTarget(URLTargetConfiguration urlTarget)
The target of the
CustomActionURLOperation. |
CustomActionURLOperation.Builder |
urlTemplate(String urlTemplate)
THe URL link of the
CustomActionURLOperation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomActionURLOperation.Builder urlTemplate(String urlTemplate)
THe URL link of the CustomActionURLOperation.
urlTemplate - THe URL link of the CustomActionURLOperation.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.
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.
URLTargetConfiguration,
URLTargetConfigurationCustomActionURLOperation.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.
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.
URLTargetConfiguration,
URLTargetConfigurationCopyright © 2023. All rights reserved.