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 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
-
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.
-
-
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
-