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 Platform.The Product Family.Fields inherited from class com.microsoft.graph.callrecords.models.UserAgent
applicationVersion, headerValue, oDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(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
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classUserAgent
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-