Class MobileAppCategory

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

public class MobileAppCategory extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mobile App Category.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the app category.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time the mobileAppCategory was last modified.
  • Constructor Details

    • MobileAppCategory

      public MobileAppCategory()
  • 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