Class WorkflowActivateParameterSet.WorkflowActivateParameterSetBuilder
java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowActivateParameterSet.WorkflowActivateParameterSetBuilder
- Enclosing class:
WorkflowActivateParameterSet
public static final class WorkflowActivateParameterSet.WorkflowActivateParameterSetBuilder
extends Object
Fluent builder for the WorkflowActivateParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkflowActivateParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithSubjects
(List<User> val) Sets the Subjects
-
Field Details
-
subjects
The subjects parameter value
-
-
Constructor Details
-
WorkflowActivateParameterSetBuilder
@Nullable protected WorkflowActivateParameterSetBuilder()Instanciates a new WorkflowActivateParameterSetBuilder
-
-
Method Details
-
withSubjects
@Nonnull public WorkflowActivateParameterSet.WorkflowActivateParameterSetBuilder withSubjects(@Nullable List<User> val) Sets the Subjects- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-