Class ExternalGroup

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

public class ExternalGroup extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the External Group.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the external group. Optional.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The friendly name of the external group. Optional.
    • members

      @SerializedName(value="members", alternate="Members") @Expose @Nullable public IdentityCollectionPage members
      The Members. A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members.
  • Constructor Details

    • ExternalGroup

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