Class ClientUserAgent
java.lang.Object
com.microsoft.graph.callrecords.models.UserAgent
com.microsoft.graph.callrecords.models.ClientUserAgent
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ClientUserAgent
extends UserAgent
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Client User Agent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Azure ADApp Id.The Communication Service Id.The Platform.The Product Family.Fields inherited from class com.microsoft.graph.callrecords.models.UserAgent
applicationVersion, headerValue, oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.callrecords.models.UserAgent
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
azureADAppId
@SerializedName(value="azureADAppId", alternate="AzureADAppId") @Expose @Nullable public String azureADAppIdThe Azure ADApp Id. The unique identifier of the Azure AD application used by this endpoint. -
communicationServiceId
@SerializedName(value="communicationServiceId", alternate="CommunicationServiceId") @Expose @Nullable public String communicationServiceIdThe Communication Service Id. Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs. -
platform
@SerializedName(value="platform", alternate="Platform") @Expose @Nullable public ClientPlatform platformThe Platform. Identifies the platform used by this endpoint. Possible values are: unknown, windows, macOS, iOS, android, web, ipPhone, roomSystem, surfaceHub, holoLens, unknownFutureValue. -
productFamily
@SerializedName(value="productFamily", alternate="ProductFamily") @Expose @Nullable public ProductFamily productFamilyThe Product Family. Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
-
-
Constructor Details
-
ClientUserAgent
public ClientUserAgent()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classUserAgent- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-