Class CommunicationsIdentitySet

java.lang.Object
com.microsoft.graph.models.IdentitySet
com.microsoft.graph.models.CommunicationsIdentitySet
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class CommunicationsIdentitySet extends IdentitySet implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • CommunicationsIdentitySet

      public CommunicationsIdentitySet()
      Instantiates a new CommunicationsIdentitySet and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static CommunicationsIdentitySet createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a CommunicationsIdentitySet
    • getApplicationInstance

      @Nullable public Identity getApplicationInstance()
      Gets the applicationInstance property value. The application instance associated with this action.
      Returns:
      a Identity
    • getAssertedIdentity

      @Nullable public Identity getAssertedIdentity()
      Gets the assertedIdentity property value. An identity the participant would like to present itself as to the other participants in the call.
      Returns:
      a Identity
    • getAzureCommunicationServicesUser

      @Nullable public Identity getAzureCommunicationServicesUser()
      Gets the azureCommunicationServicesUser property value. The Azure Communication Services user associated with this action.
      Returns:
      a Identity
    • getEncrypted

      @Nullable public Identity getEncrypted()
      Gets the encrypted property value. The encrypted user associated with this action.
      Returns:
      a Identity
    • getEndpointType

      @Nullable public EndpointType getEndpointType()
      Gets the endpointType property value. Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
      Returns:
      a EndpointType
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class IdentitySet
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getGuest

      @Nullable public Identity getGuest()
      Gets the guest property value. The guest user associated with this action.
      Returns:
      a Identity
    • getOnPremises

      @Nullable public Identity getOnPremises()
      Gets the onPremises property value. The Skype for Business on-premises user associated with this action.
      Returns:
      a Identity
    • getPhone

      @Nullable public Identity getPhone()
      Gets the phone property value. The phone user associated with this action.
      Returns:
      a Identity
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class IdentitySet
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setApplicationInstance

      public void setApplicationInstance(@Nullable Identity value)
      Sets the applicationInstance property value. The application instance associated with this action.
      Parameters:
      value - Value to set for the applicationInstance property.
    • setAssertedIdentity

      public void setAssertedIdentity(@Nullable Identity value)
      Sets the assertedIdentity property value. An identity the participant would like to present itself as to the other participants in the call.
      Parameters:
      value - Value to set for the assertedIdentity property.
    • setAzureCommunicationServicesUser

      public void setAzureCommunicationServicesUser(@Nullable Identity value)
      Sets the azureCommunicationServicesUser property value. The Azure Communication Services user associated with this action.
      Parameters:
      value - Value to set for the azureCommunicationServicesUser property.
    • setEncrypted

      public void setEncrypted(@Nullable Identity value)
      Sets the encrypted property value. The encrypted user associated with this action.
      Parameters:
      value - Value to set for the encrypted property.
    • setEndpointType

      public void setEndpointType(@Nullable EndpointType value)
      Sets the endpointType property value. Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
      Parameters:
      value - Value to set for the endpointType property.
    • setGuest

      public void setGuest(@Nullable Identity value)
      Sets the guest property value. The guest user associated with this action.
      Parameters:
      value - Value to set for the guest property.
    • setOnPremises

      public void setOnPremises(@Nullable Identity value)
      Sets the onPremises property value. The Skype for Business on-premises user associated with this action.
      Parameters:
      value - Value to set for the onPremises property.
    • setPhone

      public void setPhone(@Nullable Identity value)
      Sets the phone property value. The phone user associated with this action.
      Parameters:
      value - Value to set for the phone property.