Class WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder
java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder
- Enclosing class:
WorkflowCreateNewVersionParameterSet
public static final class WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder
extends Object
Fluent builder for the WorkflowCreateNewVersionParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkflowCreateNewVersionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithWorkflow(Workflow val) Sets the Workflow
-
Field Details
-
workflow
The workflow parameter value
-
-
Constructor Details
-
WorkflowCreateNewVersionParameterSetBuilder
@Nullable protected WorkflowCreateNewVersionParameterSetBuilder()Instanciates a new WorkflowCreateNewVersionParameterSetBuilder
-
-
Method Details
-
withWorkflow
@Nonnull public WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder withWorkflow(@Nullable Workflow val) Sets the Workflow- 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
-