Package com.veeva.vault.sdk.api.workflow
Interface WorkflowTaskUnassignRequest.Builder
- Enclosing interface:
- WorkflowTaskUnassignRequest
public static interface WorkflowTaskUnassignRequest.Builder
Builds a
WorkflowTaskUnassignRequest.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Validates and retrieves a completedWorkflowTaskUnassignRequest.withTaskId(String taskId) Required: Sets the active task ID.
-
Method Details
-
withTaskId
Required: Sets the active task ID.- Parameters:
taskId- of the task being unassigned. For example,123.- Returns:
- this
WorkflowTaskUnassignRequest.Builder
-
build
WorkflowTaskUnassignRequest build()Validates and retrieves a completedWorkflowTaskUnassignRequest.- Returns:
- this completed
WorkflowTaskUnassignRequest
-