Class UserAgent

java.lang.Object
com.microsoft.graph.callrecords.models.UserAgent
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
ClientUserAgent, ServiceUserAgent

public class UserAgent extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Agent.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • applicationVersion

      @SerializedName(value="applicationVersion", alternate="ApplicationVersion") @Expose @Nullable public String applicationVersion
      The Application Version. Identifies the version of application software used by this endpoint.
    • headerValue

      @SerializedName(value="headerValue", alternate="HeaderValue") @Expose @Nullable public String headerValue
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to