MicrosoftGraphPlannerCategoryDescriptions Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerCategoryDescriptions
- com.
Implements
public final class MicrosoftGraphPlannerCategoryDescriptions
implements JsonSerializable<MicrosoftGraphPlannerCategoryDescriptions>
plannerCategoryDescriptions.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPlannerCategoryDescriptions() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
category1()
Get the category1 property: The label associated with Category 1. |
String |
category2()
Get the category2 property: The label associated with Category 2. |
String |
category3()
Get the category3 property: The label associated with Category 3. |
String |
category4()
Get the category4 property: The label associated with Category 4. |
String |
category5()
Get the category5 property: The label associated with Category 5. |
String |
category6()
Get the category6 property: The label associated with Category 6. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCategory1(String category1)
Set the category1 property: The label associated with Category 1. |
Microsoft |
withCategory2(String category2)
Set the category2 property: The label associated with Category 2. |
Microsoft |
withCategory3(String category3)
Set the category3 property: The label associated with Category 3. |
Microsoft |
withCategory4(String category4)
Set the category4 property: The label associated with Category 4. |
Microsoft |
withCategory5(String category5)
Set the category5 property: The label associated with Category 5. |
Microsoft |
withCategory6(String category6)
Set the category6 property: The label associated with Category 6. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerCategoryDescriptions
public MicrosoftGraphPlannerCategoryDescriptions()
Creates an instance of MicrosoftGraphPlannerCategoryDescriptions class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: plannerCategoryDescriptions.
Returns:
category1
public String category1()
Get the category1 property: The label associated with Category 1.
Returns:
category2
public String category2()
Get the category2 property: The label associated with Category 2.
Returns:
category3
public String category3()
Get the category3 property: The label associated with Category 3.
Returns:
category4
public String category4()
Get the category4 property: The label associated with Category 4.
Returns:
category5
public String category5()
Get the category5 property: The label associated with Category 5.
Returns:
category6
public String category6()
Get the category6 property: The label associated with Category 6.
Returns:
fromJson
public static MicrosoftGraphPlannerCategoryDescriptions fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerCategoryDescriptions from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPlannerCategoryDescriptions withAdditionalProperties(Map
Set the additionalProperties property: plannerCategoryDescriptions.
Parameters:
Returns:
withCategory1
public MicrosoftGraphPlannerCategoryDescriptions withCategory1(String category1)
Set the category1 property: The label associated with Category 1.
Parameters:
Returns:
withCategory2
public MicrosoftGraphPlannerCategoryDescriptions withCategory2(String category2)
Set the category2 property: The label associated with Category 2.
Parameters:
Returns:
withCategory3
public MicrosoftGraphPlannerCategoryDescriptions withCategory3(String category3)
Set the category3 property: The label associated with Category 3.
Parameters:
Returns:
withCategory4
public MicrosoftGraphPlannerCategoryDescriptions withCategory4(String category4)
Set the category4 property: The label associated with Category 4.
Parameters:
Returns:
withCategory5
public MicrosoftGraphPlannerCategoryDescriptions withCategory5(String category5)
Set the category5 property: The label associated with Category 5.
Parameters:
Returns:
withCategory6
public MicrosoftGraphPlannerCategoryDescriptions withCategory6(String category6)
Set the category6 property: The label associated with Category 6.
Parameters:
Returns:
Applies to
Azure SDK for Java