Package com.veeva.vault.sdk.api.workflow
Interface WorkflowInstanceRequest.Builder
- Enclosing interface:
- WorkflowInstanceRequest
public static interface WorkflowInstanceRequest.Builder
Builds a
WorkflowInstanceRequest
, used to retrieve WorkflowInstance
s.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Validates and retrieves a completedWorkflowInstanceRequest
.withWorkflowId
(String workflowId) Required: set the workflow ID to search for.
-
Method Details
-
withWorkflowId
Required: set the workflow ID to search for.- Parameters:
workflowId
- workflow ID to search for. For example, 100.- Returns:
- this
WorkflowInstanceRequest.Builder
-
build
WorkflowInstanceRequest build()Validates and retrieves a completedWorkflowInstanceRequest
. Sets the Workflow ID.- Returns:
- this completed
WorkflowInstanceRequest
-