Class MicrosoftGraphPlannerCategoryDescriptions
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerCategoryDescriptions
plannerCategoryDescriptions.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerCategoryDescriptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerCategoryDescriptions.Get the category1 property: The label associated with Category 1.Get the category2 property: The label associated with Category 2.Get the category3 property: The label associated with Category 3.Get the category4 property: The label associated with Category 4.Get the category5 property: The label associated with Category 5.Get the category6 property: The label associated with Category 6.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerCategoryDescriptions.withCategory1(String category1) Set the category1 property: The label associated with Category 1.withCategory2(String category2) Set the category2 property: The label associated with Category 2.withCategory3(String category3) Set the category3 property: The label associated with Category 3.withCategory4(String category4) Set the category4 property: The label associated with Category 4.withCategory5(String category5) Set the category5 property: The label associated with Category 5.withCategory6(String category6) Set the category6 property: The label associated with Category 6.
-
Constructor Details
-
MicrosoftGraphPlannerCategoryDescriptions
public MicrosoftGraphPlannerCategoryDescriptions()Creates an instance of MicrosoftGraphPlannerCategoryDescriptions class.
-
-
Method Details
-
category1
Get the category1 property: The label associated with Category 1.- Returns:
- the category1 value.
-
withCategory1
Set the category1 property: The label associated with Category 1.- Parameters:
category1- the category1 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category2
Get the category2 property: The label associated with Category 2.- Returns:
- the category2 value.
-
withCategory2
Set the category2 property: The label associated with Category 2.- Parameters:
category2- the category2 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category3
Get the category3 property: The label associated with Category 3.- Returns:
- the category3 value.
-
withCategory3
Set the category3 property: The label associated with Category 3.- Parameters:
category3- the category3 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category4
Get the category4 property: The label associated with Category 4.- Returns:
- the category4 value.
-
withCategory4
Set the category4 property: The label associated with Category 4.- Parameters:
category4- the category4 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category5
Get the category5 property: The label associated with Category 5.- Returns:
- the category5 value.
-
withCategory5
Set the category5 property: The label associated with Category 5.- Parameters:
category5- the category5 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category6
Get the category6 property: The label associated with Category 6.- Returns:
- the category6 value.
-
withCategory6
Set the category6 property: The label associated with Category 6.- Parameters:
category6- the category6 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
additionalProperties
Get the additionalProperties property: plannerCategoryDescriptions.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerCategoryDescriptions withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerCategoryDescriptions.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-