Class CommunicationsApplicationInstanceIdentity

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

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

    • hidden

      @SerializedName(value="hidden", alternate="Hidden") @Expose @Nullable public Boolean hidden
      The Hidden.
    • tenantId

      @SerializedName(value="tenantId", alternate="TenantId") @Expose @Nullable public String tenantId
      The Tenant Id.
  • Constructor Details

    • CommunicationsApplicationInstanceIdentity

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