MicrosoftGraphEmployeeOrgData Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEmployeeOrgData
- com.
Implements
public final class MicrosoftGraphEmployeeOrgData
implements JsonSerializable<MicrosoftGraphEmployeeOrgData>
employeeOrgData.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphEmployeeOrgData() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
costCenter()
Get the cost |
String |
division()
Get the division property: The name of the division in which the user works. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCostCenter(String costCenter)
Set the cost |
Microsoft |
withDivision(String division)
Set the division property: The name of the division in which the user works. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphEmployeeOrgData
public MicrosoftGraphEmployeeOrgData()
Creates an instance of MicrosoftGraphEmployeeOrgData class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: employeeOrgData.
Returns:
costCenter
public String costCenter()
Get the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.
Returns:
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:
fromJson
public static MicrosoftGraphEmployeeOrgData fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphEmployeeOrgData from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphEmployeeOrgData withAdditionalProperties(Map
Set the additionalProperties property: employeeOrgData.
Parameters:
Returns:
withCostCenter
public MicrosoftGraphEmployeeOrgData withCostCenter(String costCenter)
Set the costCenter property: The cost center associated with the user. Returned only on $select. Supports $filter.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java