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 MicrosoftGraphEmployeeOrgDataMicrosoftGraphUserInner. employeeOrgData()Get the employeeOrgData property: employeeOrgData.MicrosoftGraphEmployeeOrgDataMicrosoftGraphEmployeeOrgData. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: employeeOrgData.MicrosoftGraphEmployeeOrgDataMicrosoftGraphEmployeeOrgData. withCostCenter(String costCenter)Set the costCenter property: The cost center associated with the user.MicrosoftGraphEmployeeOrgDataMicrosoftGraphEmployeeOrgData. 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 MicrosoftGraphUserInnerMicrosoftGraphUserInner. withEmployeeOrgData(MicrosoftGraphEmployeeOrgData employeeOrgData)Set the employeeOrgData property: employeeOrgData.
-