User |
User.Builder.build() |
User |
User.patch()
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
User |
User.put()
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
User |
User.withAboutMe(String aboutMe) |
User |
User.withAccountEnabled(Boolean accountEnabled) |
User |
User.withAgeGroup(String ageGroup) |
User |
User.withBirthday(OffsetDateTime birthday) |
User |
User.withCity(String city) |
User |
User.withCompanyName(String companyName) |
User |
User.withConsentProvidedForMinor(String consentProvidedForMinor) |
User |
User.withCountry(String country) |
User |
User.withCreatedDateTime(OffsetDateTime createdDateTime) |
User |
User.withCreationType(String creationType) |
User |
User.withDepartment(String department) |
User |
User.withDeviceEnrollmentLimit(Integer deviceEnrollmentLimit)
Returns an immutable copy of this with just the deviceEnrollmentLimit field changed.
|
User |
User.withDisplayName(String displayName) |
User |
User.withEmployeeId(String employeeId) |
User |
User.withExternalUserState(String externalUserState) |
User |
User.withExternalUserStateChangeDateTime(String externalUserStateChangeDateTime) |
User |
User.withFaxNumber(String faxNumber) |
User |
User.withGivenName(String givenName) |
User |
User.withHireDate(OffsetDateTime hireDate) |
User |
User.withIsResourceAccount(Boolean isResourceAccount) |
User |
User.withJobTitle(String jobTitle) |
User |
User.withLastPasswordChangeDateTime(OffsetDateTime lastPasswordChangeDateTime) |
User |
User.withLegalAgeGroupClassification(String legalAgeGroupClassification) |
User |
User.withMail(String mail) |
User |
User.withMailboxSettings(MailboxSettings mailboxSettings) |
User |
User.withMailNickname(String mailNickname) |
User |
User.withMobilePhone(String mobilePhone) |
User |
User.withMySite(String mySite) |
User |
User.withOfficeLocation(String officeLocation) |
User |
User.withOnPremisesDistinguishedName(String onPremisesDistinguishedName) |
User |
User.withOnPremisesDomainName(String onPremisesDomainName) |
User |
User.withOnPremisesExtensionAttributes(OnPremisesExtensionAttributes onPremisesExtensionAttributes) |
User |
User.withOnPremisesImmutableId(String onPremisesImmutableId) |
User |
User.withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) |
User |
User.withOnPremisesSamAccountName(String onPremisesSamAccountName) |
User |
User.withOnPremisesSecurityIdentifier(String onPremisesSecurityIdentifier) |
User |
User.withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) |
User |
User.withOnPremisesUserPrincipalName(String onPremisesUserPrincipalName) |
User |
User.withPasswordPolicies(String passwordPolicies) |
User |
User.withPasswordProfile(PasswordProfile passwordProfile) |
User |
User.withPostalCode(String postalCode) |
User |
User.withPreferredDataLocation(String preferredDataLocation) |
User |
User.withPreferredLanguage(String preferredLanguage) |
User |
User.withPreferredName(String preferredName) |
User |
User.withRefreshTokensValidFromDateTime(OffsetDateTime refreshTokensValidFromDateTime) |
User |
User.withShowInAddressList(Boolean showInAddressList) |
User |
User.withSignInActivity(SignInActivity signInActivity) |
User |
User.withSignInSessionsValidFromDateTime(OffsetDateTime signInSessionsValidFromDateTime) |
User |
User.withState(String state) |
User |
User.withStreetAddress(String streetAddress) |
User |
User.withSurname(String surname) |
User |
User.withUsageLocation(String usageLocation) |
User |
User.withUserPrincipalName(String userPrincipalName) |
User |
User.withUserType(String userType) |