Package com.veeva.vault.sdk.api.workflow
Interface AvailableWorkflowTaskActionsRequest.Builder
- Enclosing interface:
- AvailableWorkflowTaskActionsRequest
public static interface AvailableWorkflowTaskActionsRequest.Builder
Builds an
AvailableWorkflowTaskActionsRequest
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Validates and retrieves a completedAvailableWorkflowTaskActionsRequest
.withTaskId
(String taskId) Required: Adds the specified task ID to search with.
-
Method Details
-
withTaskId
Required: Adds the specified task ID to search with.- Parameters:
taskId
- task ID to search with. For example,123
.- Returns:
- this
AvailableWorkflowTaskActionsRequest.Builder
-
build
Validates and retrieves a completedAvailableWorkflowTaskActionsRequest
. Sets the task ID.- Returns:
- this completed
AvailableWorkflowTaskActionsRequest
-