Class SchedulingGroup

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SchedulingGroup extends ChangeTrackedEntity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Scheduling Group.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name for the schedulingGroup. Required.
    • isActive

      @SerializedName(value="isActive", alternate="IsActive") @Expose @Nullable public Boolean isActive
      The Is Active. Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
    • userIds

      @SerializedName(value="userIds", alternate="UserIds") @Expose @Nullable public List<String> userIds
      The User Ids. The list of user IDs that are a member of the schedulingGroup. Required.
  • Constructor Details

    • SchedulingGroup

      public SchedulingGroup()
  • 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 ChangeTrackedEntity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to