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. The application instance associated with this action.
    • assertedIdentity

      @SerializedName(value="assertedIdentity", alternate="AssertedIdentity") @Expose @Nullable public Identity assertedIdentity
      The Asserted Identity. An identity the participant would like to present itself as to the other participants in the call.
    • azureCommunicationServicesUser

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

      @SerializedName(value="encrypted", alternate="Encrypted") @Expose @Nullable public Identity encrypted
      The Encrypted. The encrypted user associated with this action.
    • endpointType

      @SerializedName(value="endpointType", alternate="EndpointType") @Expose @Nullable public EndpointType endpointType
      The Endpoint Type. Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
    • guest

      @SerializedName(value="guest", alternate="Guest") @Expose @Nullable public Identity guest
      The Guest. The guest user associated with this action.
    • onPremises

      @SerializedName(value="onPremises", alternate="OnPremises") @Expose @Nullable public Identity onPremises
      The On Premises. The Skype for Business on-premises user associated with this action.
    • phone

      @SerializedName(value="phone", alternate="Phone") @Expose @Nullable public Identity phone
      The Phone. The phone user associated with this action.
  • 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