Class MicrosoftGraphPersonType
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPersonType
personType.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPersonType class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: personType.Get the classProperty property: The type of data source, such as Person.subclass()Get the subclass property: The secondary type of data source, such as OrganizationUser.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: personType.withClassProperty(String classProperty) Set the classProperty property: The type of data source, such as Person.withSubclass(String subclass) Set the subclass property: The secondary type of data source, such as OrganizationUser.
-
Constructor Details
-
MicrosoftGraphPersonType
public MicrosoftGraphPersonType()Creates an instance of MicrosoftGraphPersonType class.
-
-
Method Details
-
classProperty
Get the classProperty property: The type of data source, such as Person.- Returns:
- the classProperty value.
-
withClassProperty
Set the classProperty property: The type of data source, such as Person.- Parameters:
classProperty- the classProperty value to set.- Returns:
- the MicrosoftGraphPersonType object itself.
-
subclass
Get the subclass property: The secondary type of data source, such as OrganizationUser.- Returns:
- the subclass value.
-
withSubclass
Set the subclass property: The secondary type of data source, such as OrganizationUser.- Parameters:
subclass- the subclass value to set.- Returns:
- the MicrosoftGraphPersonType object itself.
-
additionalProperties
Get the additionalProperties property: personType.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: personType.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPersonType object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-