public class PlannerCategoryDescriptions
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
category1
The Category1.
|
java.lang.String |
category2
The Category2.
|
java.lang.String |
category3
The Category3.
|
java.lang.String |
category4
The Category4.
|
java.lang.String |
category5
The Category5.
|
java.lang.String |
category6
The Category6.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
| Constructor and Description |
|---|
PlannerCategoryDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="category1",
alternate="Category1")
@Expose
@Nullable
public java.lang.String category1
@SerializedName(value="category2",
alternate="Category2")
@Expose
@Nullable
public java.lang.String category2
@SerializedName(value="category3",
alternate="Category3")
@Expose
@Nullable
public java.lang.String category3
@SerializedName(value="category4",
alternate="Category4")
@Expose
@Nullable
public java.lang.String category4
@SerializedName(value="category5",
alternate="Category5")
@Expose
@Nullable
public java.lang.String category5
@SerializedName(value="category6",
alternate="Category6")
@Expose
@Nullable
public java.lang.String category6
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to