Class GroupLifecyclePolicy

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.GroupLifecyclePolicy
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class GroupLifecyclePolicy extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Group Lifecycle Policy.
  • Field Details

    • alternateNotificationEmails

      @SerializedName(value="alternateNotificationEmails", alternate="AlternateNotificationEmails") @Expose @Nullable public String alternateNotificationEmails
      The Alternate Notification Emails. List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
    • groupLifetimeInDays

      @SerializedName(value="groupLifetimeInDays", alternate="GroupLifetimeInDays") @Expose @Nullable public Integer groupLifetimeInDays
      The Group Lifetime In Days. Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
    • managedGroupTypes

      @SerializedName(value="managedGroupTypes", alternate="ManagedGroupTypes") @Expose @Nullable public String managedGroupTypes
      The Managed Group Types. The group type for which the expiration policy applies. Possible values are All, Selected or None.
  • Constructor Details

    • GroupLifecyclePolicy

      public GroupLifecyclePolicy()
  • 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