public static interface VisualCustomActionOperation.Builder extends SdkPojo, CopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>
| Modifier and Type | Method and Description |
|---|---|
default VisualCustomActionOperation.Builder |
filterOperation(Consumer<CustomActionFilterOperation.Builder> filterOperation)
The filter operation that filters data included in a visual or in an entire sheet.
|
VisualCustomActionOperation.Builder |
filterOperation(CustomActionFilterOperation filterOperation)
The filter operation that filters data included in a visual or in an entire sheet.
|
default VisualCustomActionOperation.Builder |
navigationOperation(Consumer<CustomActionNavigationOperation.Builder> navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
|
VisualCustomActionOperation.Builder |
navigationOperation(CustomActionNavigationOperation navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
|
default VisualCustomActionOperation.Builder |
setParametersOperation(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation)
The set parameter operation that sets parameters in custom action.
|
VisualCustomActionOperation.Builder |
setParametersOperation(CustomActionSetParametersOperation setParametersOperation)
The set parameter operation that sets parameters in custom action.
|
default VisualCustomActionOperation.Builder |
urlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation)
The URL operation that opens a link to another webpage.
|
VisualCustomActionOperation.Builder |
urlOperation(CustomActionURLOperation urlOperation)
The URL operation that opens a link to another webpage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisualCustomActionOperation.Builder filterOperation(CustomActionFilterOperation filterOperation)
The filter operation that filters data included in a visual or in an entire sheet.
filterOperation - The filter operation that filters data included in a visual or in an entire sheet.default VisualCustomActionOperation.Builder filterOperation(Consumer<CustomActionFilterOperation.Builder> filterOperation)
The filter operation that filters data included in a visual or in an entire sheet.
This is a convenience method that creates an instance of theCustomActionFilterOperation.Builder
avoiding the need to create one manually via CustomActionFilterOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filterOperation(CustomActionFilterOperation).
filterOperation - a consumer that will call methods on CustomActionFilterOperation.BuilderfilterOperation(CustomActionFilterOperation)VisualCustomActionOperation.Builder navigationOperation(CustomActionNavigationOperation navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
navigationOperation - The navigation operation that navigates between different sheets in the same analysis.default VisualCustomActionOperation.Builder navigationOperation(Consumer<CustomActionNavigationOperation.Builder> navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
This is a convenience method that creates an instance of theCustomActionNavigationOperation.Builder
avoiding the need to create one manually via CustomActionNavigationOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to navigationOperation(CustomActionNavigationOperation).
navigationOperation - a consumer that will call methods on CustomActionNavigationOperation.BuildernavigationOperation(CustomActionNavigationOperation)VisualCustomActionOperation.Builder urlOperation(CustomActionURLOperation urlOperation)
The URL operation that opens a link to another webpage.
urlOperation - The URL operation that opens a link to another webpage.default VisualCustomActionOperation.Builder urlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation)
The URL operation that opens a link to another webpage.
This is a convenience method that creates an instance of theCustomActionURLOperation.Builder
avoiding the need to create one manually via CustomActionURLOperation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to urlOperation(CustomActionURLOperation).
urlOperation - a consumer that will call methods on CustomActionURLOperation.BuilderurlOperation(CustomActionURLOperation)VisualCustomActionOperation.Builder setParametersOperation(CustomActionSetParametersOperation setParametersOperation)
The set parameter operation that sets parameters in custom action.
setParametersOperation - The set parameter operation that sets parameters in custom action.default VisualCustomActionOperation.Builder setParametersOperation(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation)
The set parameter operation that sets parameters in custom action.
This is a convenience method that creates an instance of theCustomActionSetParametersOperation.Builder avoiding the need to create one manually via
CustomActionSetParametersOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to setParametersOperation(CustomActionSetParametersOperation).
setParametersOperation - a consumer that will call methods on CustomActionSetParametersOperation.BuildersetParametersOperation(CustomActionSetParametersOperation)Copyright © 2023. All rights reserved.