public class ClientUserAgent extends UserAgent implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ClientPlatform |
platform
The Platform.
|
ProductFamily |
productFamily
The Product Family.
|
applicationVersion, headerValue, oDataType
Constructor and Description |
---|
ClientUserAgent() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="platform", alternate="Platform") @Expose @Nullable public ClientPlatform platform
@SerializedName(value="productFamily", alternate="ProductFamily") @Expose @Nullable public ProductFamily productFamily
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class UserAgent
serializer
- the serializerjson
- the JSON object to set this object to