Class CommunicationsApplicationIdentity

java.lang.Object
com.microsoft.graph.models.Identity
com.microsoft.graph.models.CommunicationsApplicationIdentity
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CommunicationsApplicationIdentity extends Identity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Communications Application Identity.
  • Field Details

    • applicationType

      @SerializedName(value="applicationType", alternate="ApplicationType") @Expose @Nullable public String applicationType
      The Application Type. First-party Microsoft application that presents this identity.
    • hidden

      @SerializedName(value="hidden", alternate="Hidden") @Expose @Nullable public Boolean hidden
      The Hidden. True if the participant shouldn't be shown in other participants' rosters.
  • Constructor Details

    • CommunicationsApplicationIdentity

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