Class MicrosoftGraphEmployeeOrgData
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEmployeeOrgData
employeeOrgData.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphEmployeeOrgData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: employeeOrgData.Get the costCenter property: The cost center associated with the user.division()Get the division property: The name of the division in which the user works.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: employeeOrgData.withCostCenter(String costCenter) Set the costCenter property: The cost center associated with the user.withDivision(String division) Set the division property: The name of the division in which the user works.
-
Constructor Details
-
MicrosoftGraphEmployeeOrgData
public MicrosoftGraphEmployeeOrgData()Creates an instance of MicrosoftGraphEmployeeOrgData class.
-
-
Method Details
-
costCenter
Get the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.- Returns:
- the costCenter value.
-
withCostCenter
Set the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.- Parameters:
costCenter- the costCenter value to set.- Returns:
- the MicrosoftGraphEmployeeOrgData object itself.
-
division
Get the division property: The name of the division in which the user works. Returned only on $select. Supports $filter.- Returns:
- the division value.
-
withDivision
Set the division property: The name of the division in which the user works. Returned only on $select. Supports $filter.- Parameters:
division- the division value to set.- Returns:
- the MicrosoftGraphEmployeeOrgData object itself.
-
additionalProperties
Get the additionalProperties property: employeeOrgData.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphEmployeeOrgData withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: employeeOrgData.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphEmployeeOrgData object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-