Class PlannerCategoryDescriptions

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

public class PlannerCategoryDescriptions extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Category Descriptions.
  • Field Details

    • oDataType

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

      @SerializedName(value="category1", alternate="Category1") @Expose @Nullable public String category1
      The Category1. The label associated with Category 1
    • category2

      @SerializedName(value="category2", alternate="Category2") @Expose @Nullable public String category2
      The Category2. The label associated with Category 2
    • category3

      @SerializedName(value="category3", alternate="Category3") @Expose @Nullable public String category3
      The Category3. The label associated with Category 3
    • category4

      @SerializedName(value="category4", alternate="Category4") @Expose @Nullable public String category4
      The Category4. The label associated with Category 4
    • category5

      @SerializedName(value="category5", alternate="Category5") @Expose @Nullable public String category5
      The Category5. The label associated with Category 5
    • category6

      @SerializedName(value="category6", alternate="Category6") @Expose @Nullable public String category6
      The Category6. The label associated with Category 6
  • Constructor Details

    • PlannerCategoryDescriptions

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