Class WorkflowCreateNewVersionParameterSet
java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowCreateNewVersionParameterSet
The class for the Workflow Create New Version Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkflowCreateNewVersionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkflowCreateNewVersionParameterSetprotectedWorkflowCreateNewVersionParameterSet(WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder builder) Instiaciates a new WorkflowCreateNewVersionParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
workflow
The workflow.
-
-
Constructor Details
-
WorkflowCreateNewVersionParameterSet
public WorkflowCreateNewVersionParameterSet()Instiaciates a new WorkflowCreateNewVersionParameterSet -
WorkflowCreateNewVersionParameterSet
protected WorkflowCreateNewVersionParameterSet(@Nonnull WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder builder) Instiaciates a new WorkflowCreateNewVersionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkflowCreateNewVersionParameterSet.WorkflowCreateNewVersionParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-