Class LifecycleWorkflowsContainer
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.identitygovernance.models.LifecycleWorkflowsContainer
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LifecycleWorkflowsContainer
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Lifecycle Workflows Container.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Custom Task Extensions.The Deleted Items.The Settings.The Task Definitions.The Workflows.The Workflow Templates. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
customTaskExtensions
@SerializedName(value="customTaskExtensions", alternate="CustomTaskExtensions") @Expose @Nullable public CustomTaskExtensionCollectionPage customTaskExtensionsThe Custom Task Extensions. The customTaskExtension instance. -
deletedItems
@SerializedName(value="deletedItems", alternate="DeletedItems") @Expose @Nullable public DeletedItemContainer deletedItemsThe Deleted Items. Deleted workflows in your lifecycle workflows instance. -
settings
@SerializedName(value="settings", alternate="Settings") @Expose @Nullable public LifecycleManagementSettings settingsThe Settings. The settings of the lifecycle workflows instance. -
taskDefinitions
@SerializedName(value="taskDefinitions", alternate="TaskDefinitions") @Expose @Nullable public TaskDefinitionCollectionPage taskDefinitionsThe Task Definitions. The definition of tasks within the lifecycle workflows instance. -
workflows
@SerializedName(value="workflows", alternate="Workflows") @Expose @Nullable public WorkflowCollectionPage workflowsThe Workflows. The workflows in the lifecycle workflows instance. -
workflowTemplates
@SerializedName(value="workflowTemplates", alternate="WorkflowTemplates") @Expose @Nullable public WorkflowTemplateCollectionPage workflowTemplatesThe Workflow Templates. The workflow templates in the lifecycle workflow instance.
-
-
Constructor Details
-
LifecycleWorkflowsContainer
public LifecycleWorkflowsContainer()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-