Class PeopleAdminSettings

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

public class PeopleAdminSettings extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the People Admin Settings.
  • Field Details

    • profileCardProperties

      @SerializedName(value="profileCardProperties", alternate="ProfileCardProperties") @Expose @Nullable public ProfileCardPropertyCollectionPage profileCardProperties
      The Profile Card Properties. Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.
  • Constructor Details

    • PeopleAdminSettings

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