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 Category2.The Category3.The Category4.The Category5.The Category6.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 -
category2
The Category2. The label associated with Category 2 -
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
-
-
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
-