Class MicrosoftGraphPlannerCategoryDescriptions
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerCategoryDescriptions
-
public final class MicrosoftGraphPlannerCategoryDescriptions extends Object
plannerCategoryDescriptions.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerCategoryDescriptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: plannerCategoryDescriptions.Stringcategory1()Get the category1 property: The label associated with Category 1.Stringcategory2()Get the category2 property: The label associated with Category 2.Stringcategory3()Get the category3 property: The label associated with Category 3.Stringcategory4()Get the category4 property: The label associated with Category 4.Stringcategory5()Get the category5 property: The label associated with Category 5.Stringcategory6()Get the category6 property: The label associated with Category 6.voidvalidate()Validates the instance.MicrosoftGraphPlannerCategoryDescriptionswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerCategoryDescriptions.MicrosoftGraphPlannerCategoryDescriptionswithCategory1(String category1)Set the category1 property: The label associated with Category 1.MicrosoftGraphPlannerCategoryDescriptionswithCategory2(String category2)Set the category2 property: The label associated with Category 2.MicrosoftGraphPlannerCategoryDescriptionswithCategory3(String category3)Set the category3 property: The label associated with Category 3.MicrosoftGraphPlannerCategoryDescriptionswithCategory4(String category4)Set the category4 property: The label associated with Category 4.MicrosoftGraphPlannerCategoryDescriptionswithCategory5(String category5)Set the category5 property: The label associated with Category 5.MicrosoftGraphPlannerCategoryDescriptionswithCategory6(String category6)Set the category6 property: The label associated with Category 6.
-
-
-
Method Detail
-
category1
public String category1()
Get the category1 property: The label associated with Category 1.- Returns:
- the category1 value.
-
withCategory1
public MicrosoftGraphPlannerCategoryDescriptions withCategory1(String category1)
Set the category1 property: The label associated with Category 1.- Parameters:
category1- the category1 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category2
public String category2()
Get the category2 property: The label associated with Category 2.- Returns:
- the category2 value.
-
withCategory2
public MicrosoftGraphPlannerCategoryDescriptions withCategory2(String category2)
Set the category2 property: The label associated with Category 2.- Parameters:
category2- the category2 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category3
public String category3()
Get the category3 property: The label associated with Category 3.- Returns:
- the category3 value.
-
withCategory3
public MicrosoftGraphPlannerCategoryDescriptions withCategory3(String category3)
Set the category3 property: The label associated with Category 3.- Parameters:
category3- the category3 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category4
public String category4()
Get the category4 property: The label associated with Category 4.- Returns:
- the category4 value.
-
withCategory4
public MicrosoftGraphPlannerCategoryDescriptions withCategory4(String category4)
Set the category4 property: The label associated with Category 4.- Parameters:
category4- the category4 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category5
public String category5()
Get the category5 property: The label associated with Category 5.- Returns:
- the category5 value.
-
withCategory5
public MicrosoftGraphPlannerCategoryDescriptions withCategory5(String category5)
Set the category5 property: The label associated with Category 5.- Parameters:
category5- the category5 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
category6
public String category6()
Get the category6 property: The label associated with Category 6.- Returns:
- the category6 value.
-
withCategory6
public MicrosoftGraphPlannerCategoryDescriptions withCategory6(String category6)
Set the category6 property: The label associated with Category 6.- Parameters:
category6- the category6 value to set.- Returns:
- the MicrosoftGraphPlannerCategoryDescriptions object itself.
-
additionalProperties
public Map<String,Object> 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.
-
-