Uses of Class
odata.msgraph.client.complex.EmployeeOrgData
-
Packages that use EmployeeOrgData Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of EmployeeOrgData in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return EmployeeOrgData Modifier and Type Method Description EmployeeOrgDataEmployeeOrgData.Builder. build()EmployeeOrgDataEmployeeOrgData. withCostCenter(String costCenter)EmployeeOrgDataEmployeeOrgData. withDivision(String division)EmployeeOrgDataEmployeeOrgData. withUnmappedField(String name, Object value) -
Uses of EmployeeOrgData in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EmployeeOrgData Modifier and Type Field Description protected EmployeeOrgDataUser. employeeOrgDataMethods in odata.msgraph.client.entity that return types with arguments of type EmployeeOrgData Modifier and Type Method Description Optional<EmployeeOrgData>User. getEmployeeOrgData()Methods in odata.msgraph.client.entity with parameters of type EmployeeOrgData Modifier and Type Method Description User.BuilderUser.Builder. employeeOrgData(EmployeeOrgData employeeOrgData)UserUser. withEmployeeOrgData(EmployeeOrgData employeeOrgData)
-