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 Details

    • customTaskExtensions

      @SerializedName(value="customTaskExtensions", alternate="CustomTaskExtensions") @Expose @Nullable public CustomTaskExtensionCollectionPage customTaskExtensions
      The Custom Task Extensions. The customTaskExtension instance.
    • deletedItems

      @SerializedName(value="deletedItems", alternate="DeletedItems") @Expose @Nullable public DeletedItemContainer deletedItems
      The Deleted Items. Deleted workflows in your lifecycle workflows instance.
    • settings

      @SerializedName(value="settings", alternate="Settings") @Expose @Nullable public LifecycleManagementSettings settings
      The Settings. The settings of the lifecycle workflows instance.
    • taskDefinitions

      @SerializedName(value="taskDefinitions", alternate="TaskDefinitions") @Expose @Nullable public TaskDefinitionCollectionPage taskDefinitions
      The Task Definitions. The definition of tasks within the lifecycle workflows instance.
    • workflows

      @SerializedName(value="workflows", alternate="Workflows") @Expose @Nullable public WorkflowCollectionPage workflows
      The Workflows. The workflows in the lifecycle workflows instance.
    • workflowTemplates

      @SerializedName(value="workflowTemplates", alternate="WorkflowTemplates") @Expose @Nullable public WorkflowTemplateCollectionPage workflowTemplates
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to