Class DeviceCategory

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCategory
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceCategory extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Category.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Optional description for the device category.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name for the device category.
  • Constructor Details

    • DeviceCategory

      public DeviceCategory()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to