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 Details

    • platform

      @SerializedName(value="platform", alternate="Platform") @Expose @Nullable public ClientPlatform platform
      The 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 productFamily
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class UserAgent
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to