Class CommunicationsIdentitySet

java.lang.Object
com.microsoft.graph.models.IdentitySet
com.microsoft.graph.models.CommunicationsIdentitySet
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CommunicationsIdentitySet extends IdentitySet implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Communications Identity Set.
  • Field Details

    • applicationInstance

      @SerializedName(value="applicationInstance", alternate="ApplicationInstance") @Expose @Nullable public Identity applicationInstance
      The Application Instance.
    • assertedIdentity

      @SerializedName(value="assertedIdentity", alternate="AssertedIdentity") @Expose @Nullable public Identity assertedIdentity
      The Asserted Identity.
    • azureCommunicationServicesUser

      @SerializedName(value="azureCommunicationServicesUser", alternate="AzureCommunicationServicesUser") @Expose @Nullable public Identity azureCommunicationServicesUser
      The Azure Communication Services User.
    • encrypted

      @SerializedName(value="encrypted", alternate="Encrypted") @Expose @Nullable public Identity encrypted
      The Encrypted.
    • endpointType

      @SerializedName(value="endpointType", alternate="EndpointType") @Expose @Nullable public EndpointType endpointType
      The Endpoint Type.
    • guest

      @SerializedName(value="guest", alternate="Guest") @Expose @Nullable public Identity guest
      The Guest.
    • onPremises

      @SerializedName(value="onPremises", alternate="OnPremises") @Expose @Nullable public Identity onPremises
      The On Premises.
    • phone

      @SerializedName(value="phone", alternate="Phone") @Expose @Nullable public Identity phone
      The Phone.
  • Constructor Details

    • CommunicationsIdentitySet

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