Class LifecycleWorkflowsContainer
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.identitygovernance.LifecycleWorkflowsContainer
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class LifecycleWorkflowsContainer
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LifecycleWorkflowsContainercreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the customTaskExtensions property value.Gets the deletedItems property value.The deserialization information for the current modelGets the insights property value.Gets the settings property value.Gets the taskDefinitions property value.Gets the workflows property value.Gets the workflowTemplates property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the customTaskExtensions property value.voidSets the deletedItems property value.voidsetInsights(Insights value) Sets the insights property value.voidSets the settings property value.voidsetTaskDefinitions(List<TaskDefinition> value) Sets the taskDefinitions property value.voidsetWorkflows(List<Workflow> value) Sets the workflows property value.voidsetWorkflowTemplates(List<WorkflowTemplate> value) Sets the workflowTemplates property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
LifecycleWorkflowsContainer
public LifecycleWorkflowsContainer()Instantiates a newLifecycleWorkflowsContainerand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static LifecycleWorkflowsContainer createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
LifecycleWorkflowsContainer
-
getCustomTaskExtensions
Gets the customTaskExtensions property value. The customTaskExtension instance.- Returns:
- a
List<CustomTaskExtension>
-
getDeletedItems
Gets the deletedItems property value. Deleted workflows in your lifecycle workflows instance.- Returns:
- a
DeletedItemContainer
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getInsights
Gets the insights property value. The insight container holding workflow insight summaries for a tenant.- Returns:
- a
Insights
-
getSettings
Gets the settings property value. The settings property- Returns:
- a
LifecycleManagementSettings
-
getTaskDefinitions
Gets the taskDefinitions property value. The definition of tasks within the lifecycle workflows instance.- Returns:
- a
List<TaskDefinition>
-
getWorkflows
Gets the workflows property value. The workflows in the lifecycle workflows instance. -
getWorkflowTemplates
Gets the workflowTemplates property value. The workflow templates in the lifecycle workflow instance.- Returns:
- a
List<WorkflowTemplate>
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCustomTaskExtensions
Sets the customTaskExtensions property value. The customTaskExtension instance.- Parameters:
value- Value to set for the customTaskExtensions property.
-
setDeletedItems
Sets the deletedItems property value. Deleted workflows in your lifecycle workflows instance.- Parameters:
value- Value to set for the deletedItems property.
-
setInsights
Sets the insights property value. The insight container holding workflow insight summaries for a tenant.- Parameters:
value- Value to set for the insights property.
-
setSettings
Sets the settings property value. The settings property- Parameters:
value- Value to set for the settings property.
-
setTaskDefinitions
Sets the taskDefinitions property value. The definition of tasks within the lifecycle workflows instance.- Parameters:
value- Value to set for the taskDefinitions property.
-
setWorkflows
Sets the workflows property value. The workflows in the lifecycle workflows instance.- Parameters:
value- Value to set for the workflows property.
-
setWorkflowTemplates
Sets the workflowTemplates property value. The workflow templates in the lifecycle workflow instance.- Parameters:
value- Value to set for the workflowTemplates property.
-