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
    • category10

      @SerializedName(value="category10", alternate="Category10") @Expose @Nullable public String category10
      The Category10. The label associated with Category 10
    • category11

      @SerializedName(value="category11", alternate="Category11") @Expose @Nullable public String category11
      The Category11. The label associated with Category 11
    • category12

      @SerializedName(value="category12", alternate="Category12") @Expose @Nullable public String category12
      The Category12. The label associated with Category 12
    • category13

      @SerializedName(value="category13", alternate="Category13") @Expose @Nullable public String category13
      The Category13. The label associated with Category 13
    • category14

      @SerializedName(value="category14", alternate="Category14") @Expose @Nullable public String category14
      The Category14. The label associated with Category 14
    • category15

      @SerializedName(value="category15", alternate="Category15") @Expose @Nullable public String category15
      The Category15. The label associated with Category 15
    • category16

      @SerializedName(value="category16", alternate="Category16") @Expose @Nullable public String category16
      The Category16. The label associated with Category 16
    • category17

      @SerializedName(value="category17", alternate="Category17") @Expose @Nullable public String category17
      The Category17. The label associated with Category 17
    • category18

      @SerializedName(value="category18", alternate="Category18") @Expose @Nullable public String category18
      The Category18. The label associated with Category 18
    • category19

      @SerializedName(value="category19", alternate="Category19") @Expose @Nullable public String category19
      The Category19. The label associated with Category 19
    • category2

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

      @SerializedName(value="category20", alternate="Category20") @Expose @Nullable public String category20
      The Category20. The label associated with Category 20
    • category21

      @SerializedName(value="category21", alternate="Category21") @Expose @Nullable public String category21
      The Category21. The label associated with Category 21
    • category22

      @SerializedName(value="category22", alternate="Category22") @Expose @Nullable public String category22
      The Category22. The label associated with Category 22
    • category23

      @SerializedName(value="category23", alternate="Category23") @Expose @Nullable public String category23
      The Category23. The label associated with Category 23
    • category24

      @SerializedName(value="category24", alternate="Category24") @Expose @Nullable public String category24
      The Category24. The label associated with Category 24
    • category25

      @SerializedName(value="category25", alternate="Category25") @Expose @Nullable public String category25
      The Category25. The label associated with Category 25
    • 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
    • category7

      @SerializedName(value="category7", alternate="Category7") @Expose @Nullable public String category7
      The Category7. The label associated with Category 7
    • category8

      @SerializedName(value="category8", alternate="Category8") @Expose @Nullable public String category8
      The Category8. The label associated with Category 8
    • category9

      @SerializedName(value="category9", alternate="Category9") @Expose @Nullable public String category9
      The Category9. The label associated with Category 9
  • 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