Class PronounsSettings

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

public class PronounsSettings extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Pronouns Settings.
  • Field Details

    • isEnabledInOrganization

      @SerializedName(value="isEnabledInOrganization", alternate="IsEnabledInOrganization") @Expose @Nullable public Boolean isEnabledInOrganization
      The Is Enabled In Organization. true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.
  • Constructor Details

    • PronounsSettings

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