| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Employee |
Employee.Builder.build() |
Employee |
Employee.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Employee |
Employee.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Employee |
Employee.withAddress(PostalAddressType address) |
Employee |
Employee.withBirthDate(LocalDate birthDate) |
Employee |
Employee.withDisplayName(String displayName) |
Employee |
Employee.withEmail(String email) |
Employee |
Employee.withEmploymentDate(LocalDate employmentDate) |
Employee |
Employee.withGivenName(String givenName) |
Employee |
Employee.withJobTitle(String jobTitle) |
Employee |
Employee.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Employee |
Employee.withMiddleName(String middleName) |
Employee |
Employee.withMobilePhone(String mobilePhone) |
Employee |
Employee.withNumber(String number) |
Employee |
Employee.withPersonalEmail(String personalEmail) |
Employee |
Employee.withPhoneNumber(String phoneNumber) |
Employee |
Employee.withStatisticsGroupCode(String statisticsGroupCode) |
Employee |
Employee.withStatus(String status) |
Employee |
Employee.withSurname(String surname) |
Employee |
Employee.withTerminationDate(LocalDate terminationDate) |
Copyright © 2018–2020. All rights reserved.