Class UserAgent
java.lang.Object
com.microsoft.graph.callrecords.models.UserAgent
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
ClientUserAgent
,ServiceUserAgent
The class for the User Agent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Application Version.The Header Value.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
applicationVersion
@SerializedName(value="applicationVersion", alternate="ApplicationVersion") @Expose @Nullable public String applicationVersionThe Application Version. Identifies the version of application software used by this endpoint. -
headerValue
@SerializedName(value="headerValue", alternate="HeaderValue") @Expose @Nullable public String headerValueThe Header Value. User-agent header value reported by this endpoint.
-
-
Constructor Details
-
UserAgent
public UserAgent()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-