Class WorkflowVersion
java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowBase
com.microsoft.graph.identitygovernance.models.WorkflowVersion
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkflowVersion
extends WorkflowBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workflow Version.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.identitygovernance.models.WorkflowBase
category, createdBy, createdDateTime, description, displayName, executionConditions, isEnabled, isSchedulingEnabled, lastModifiedBy, lastModifiedDateTime, oDataType, tasks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.identitygovernance.models.WorkflowBase
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
versionNumber
@SerializedName(value="versionNumber", alternate="VersionNumber") @Expose @Nullable public Integer versionNumberThe Version Number. The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
-
-
Constructor Details
-
WorkflowVersion
public WorkflowVersion()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classWorkflowBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-