Class ClientUserAgent

java.lang.Object
com.microsoft.graph.models.callrecords.UserAgent
com.microsoft.graph.models.callrecords.ClientUserAgent
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

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

    • ClientUserAgent

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

    • createFromDiscriminatorValue

      @Nonnull public static ClientUserAgent 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 ClientUserAgent
    • getAzureADAppId

      @Nullable public String getAzureADAppId()
      Gets the azureADAppId property value. The unique identifier of the Microsoft Entra application used by this endpoint.
      Returns:
      a String
    • getCommunicationServiceId

      @Nullable public String getCommunicationServiceId()
      Gets the communicationServiceId property value. Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.
      Returns:
      a String
    • 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 UserAgent
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getPlatform

      @Nullable public ClientPlatform getPlatform()
      Gets the platform property value. The platform property
      Returns:
      a ClientPlatform
    • getProductFamily

      @Nullable public ProductFamily getProductFamily()
      Gets the productFamily property value. The productFamily property
      Returns:
      a ProductFamily
    • 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 UserAgent
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAzureADAppId

      public void setAzureADAppId(@Nullable String value)
      Sets the azureADAppId property value. The unique identifier of the Microsoft Entra application used by this endpoint.
      Parameters:
      value - Value to set for the azureADAppId property.
    • setCommunicationServiceId

      public void setCommunicationServiceId(@Nullable String value)
      Sets the communicationServiceId property value. Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.
      Parameters:
      value - Value to set for the communicationServiceId property.
    • setPlatform

      public void setPlatform(@Nullable ClientPlatform value)
      Sets the platform property value. The platform property
      Parameters:
      value - Value to set for the platform property.
    • setProductFamily

      public void setProductFamily(@Nullable ProductFamily value)
      Sets the productFamily property value. The productFamily property
      Parameters:
      value - Value to set for the productFamily property.