Class LifecycleManagementSettings
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.identitygovernance.models.LifecycleManagementSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LifecycleManagementSettings
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Lifecycle Management Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Email Settings.The Workflow Schedule Interval In Hours. -
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.models.Entity
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
-
emailSettings
@SerializedName(value="emailSettings", alternate="EmailSettings") @Expose @Nullable public EmailSettings emailSettingsThe Email Settings. Defines the settings for emails sent out from email-specific tasks within workflows. Accepts 2 parameterssenderDomain- Defines the domain of who is sending the email. useCompanyBranding- A boolean value that defines if company branding is to be used with the email. -
workflowScheduleIntervalInHours
@SerializedName(value="workflowScheduleIntervalInHours", alternate="WorkflowScheduleIntervalInHours") @Expose @Nullable public Integer workflowScheduleIntervalInHoursThe Workflow Schedule Interval In Hours. The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours.
-
-
Constructor Details
-
LifecycleManagementSettings
public LifecycleManagementSettings()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-