Class MicrosoftGraphEmployeeOrgData
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEmployeeOrgData
-
public final class MicrosoftGraphEmployeeOrgData extends Object
employeeOrgData.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphEmployeeOrgData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: employeeOrgData.String
costCenter()
Get the costCenter property: The cost center associated with the user.String
division()
Get the division property: The name of the division in which the user works.void
validate()
Validates the instance.MicrosoftGraphEmployeeOrgData
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: employeeOrgData.MicrosoftGraphEmployeeOrgData
withCostCenter(String costCenter)
Set the costCenter property: The cost center associated with the user.MicrosoftGraphEmployeeOrgData
withDivision(String division)
Set the division property: The name of the division in which the user works.
-
-
-
Method Detail
-
costCenter
public String costCenter()
Get the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.- Returns:
- the costCenter value.
-
withCostCenter
public MicrosoftGraphEmployeeOrgData withCostCenter(String costCenter)
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
public String 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
public MicrosoftGraphEmployeeOrgData withDivision(String division)
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
public Map<String,Object> 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.
-
-