Uses of Class
odata.msgraph.client.beta.entity.Employee
-
Packages that use Employee Package Description odata.msgraph.client.beta.entity -
-
Uses of Employee in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Employee Modifier and Type Method Description EmployeeEmployee.Builder. build()EmployeeEmployee. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EmployeeEmployee. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EmployeeEmployee. withAddress(PostalAddressType address)EmployeeEmployee. withBirthDate(LocalDate birthDate)EmployeeEmployee. withDisplayName(String displayName)EmployeeEmployee. withEmail(String email)EmployeeEmployee. withEmploymentDate(LocalDate employmentDate)EmployeeEmployee. withGivenName(String givenName)EmployeeEmployee. withJobTitle(String jobTitle)EmployeeEmployee. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)EmployeeEmployee. withMiddleName(String middleName)EmployeeEmployee. withMobilePhone(String mobilePhone)EmployeeEmployee. withNumber(String number)EmployeeEmployee. withPersonalEmail(String personalEmail)EmployeeEmployee. withPhoneNumber(String phoneNumber)EmployeeEmployee. withStatisticsGroupCode(String statisticsGroupCode)EmployeeEmployee. withStatus(String status)EmployeeEmployee. withSurname(String surname)EmployeeEmployee. withTerminationDate(LocalDate terminationDate)EmployeeEmployee. withUnmappedField(String name, String value)
-