Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Category1.The Category10.The Category11.The Category12.The Category13.The Category14.The Category15.The Category16.The Category17.The Category18.The Category19.The Category2.The Category20.The Category21.The Category22.The Category23.The Category24.The Category25.The Category3.The Category4.The Category5.The Category6.The Category7.The Category8.The Category9.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
category1
The Category1. The label associated with Category 1 -
category10
@SerializedName(value="category10", alternate="Category10") @Expose @Nullable public String category10The Category10. The label associated with Category 10 -
category11
@SerializedName(value="category11", alternate="Category11") @Expose @Nullable public String category11The Category11. The label associated with Category 11 -
category12
@SerializedName(value="category12", alternate="Category12") @Expose @Nullable public String category12The Category12. The label associated with Category 12 -
category13
@SerializedName(value="category13", alternate="Category13") @Expose @Nullable public String category13The Category13. The label associated with Category 13 -
category14
@SerializedName(value="category14", alternate="Category14") @Expose @Nullable public String category14The Category14. The label associated with Category 14 -
category15
@SerializedName(value="category15", alternate="Category15") @Expose @Nullable public String category15The Category15. The label associated with Category 15 -
category16
@SerializedName(value="category16", alternate="Category16") @Expose @Nullable public String category16The Category16. The label associated with Category 16 -
category17
@SerializedName(value="category17", alternate="Category17") @Expose @Nullable public String category17The Category17. The label associated with Category 17 -
category18
@SerializedName(value="category18", alternate="Category18") @Expose @Nullable public String category18The Category18. The label associated with Category 18 -
category19
@SerializedName(value="category19", alternate="Category19") @Expose @Nullable public String category19The Category19. The label associated with Category 19 -
category2
The Category2. The label associated with Category 2 -
category20
@SerializedName(value="category20", alternate="Category20") @Expose @Nullable public String category20The Category20. The label associated with Category 20 -
category21
@SerializedName(value="category21", alternate="Category21") @Expose @Nullable public String category21The Category21. The label associated with Category 21 -
category22
@SerializedName(value="category22", alternate="Category22") @Expose @Nullable public String category22The Category22. The label associated with Category 22 -
category23
@SerializedName(value="category23", alternate="Category23") @Expose @Nullable public String category23The Category23. The label associated with Category 23 -
category24
@SerializedName(value="category24", alternate="Category24") @Expose @Nullable public String category24The Category24. The label associated with Category 24 -
category25
@SerializedName(value="category25", alternate="Category25") @Expose @Nullable public String category25The Category25. The label associated with Category 25 -
category3
The Category3. The label associated with Category 3 -
category4
The Category4. The label associated with Category 4 -
category5
The Category5. The label associated with Category 5 -
category6
The Category6. The label associated with Category 6 -
category7
The Category7. The label associated with Category 7 -
category8
The Category8. The label associated with Category 8 -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-