Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEmployeeOrgData
-
Packages that use MicrosoftGraphEmployeeOrgData Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphEmployeeOrgData in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphEmployeeOrgData Modifier and Type Method Description MicrosoftGraphEmployeeOrgData
MicrosoftGraphUserInner. employeeOrgData()
Get the employeeOrgData property: employeeOrgData.MicrosoftGraphEmployeeOrgData
MicrosoftGraphEmployeeOrgData. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: employeeOrgData.MicrosoftGraphEmployeeOrgData
MicrosoftGraphEmployeeOrgData. withCostCenter(String costCenter)
Set the costCenter property: The cost center associated with the user.MicrosoftGraphEmployeeOrgData
MicrosoftGraphEmployeeOrgData. withDivision(String division)
Set the division property: The name of the division in which the user works.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphEmployeeOrgData Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withEmployeeOrgData(MicrosoftGraphEmployeeOrgData employeeOrgData)
Set the employeeOrgData property: employeeOrgData.
-