Package com.veeva.vault.sdk.api.workflow
Interface WorkflowParticipantInputParameter.Builder
- Enclosing interface:
- WorkflowParticipantInputParameter
public static interface WorkflowParticipantInputParameter.Builder
Builds a
WorkflowParticipantInputParameter
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Validates and constructs a completedWorkflowParticipantInputParameter
.withGroupIds
(List<String> groupIds) Optional: sets a list of group IDs for this participant input.withUserIds
(List<String> userIds) Optional: sets a list of user IDs for this participant input.
-
Method Details
-
withUserIds
Optional: sets a list of user IDs for this participant input. Cannot be null or empty.- Returns:
- this
WorkflowParticipantInputParameter.Builder
-
withGroupIds
Optional: sets a list of group IDs for this participant input. Cannot be null or empty.- Returns:
- this
WorkflowParticipantInputParameter.Builder
-
build
Validates and constructs a completedWorkflowParticipantInputParameter
. Sets the user or group list.- Returns:
- this completed
WorkflowParticipantInputParameter
-