| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.Builder.build() |
Organization |
Organization.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Organization |
Organization.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Organization |
Organization.withCertificateConnectorSetting(CertificateConnectorSetting certificateConnectorSetting)
Returns an immutable copy of
this with just the certificateConnectorSetting field changed. |
Organization |
Organization.withCity(String city) |
Organization |
Organization.withCountry(String country) |
Organization |
Organization.withCountryLetterCode(String countryLetterCode) |
Organization |
Organization.withCreatedDateTime(OffsetDateTime createdDateTime) |
Organization |
Organization.withDirectorySizeQuota(DirectorySizeQuota directorySizeQuota) |
Organization |
Organization.withDisplayName(String displayName) |
Organization |
Organization.withIsMultipleDataLocationsForServicesEnabled(Boolean isMultipleDataLocationsForServicesEnabled) |
Organization |
Organization.withMobileDeviceManagementAuthority(MdmAuthority mobileDeviceManagementAuthority)
Returns an immutable copy of
this with just the mobileDeviceManagementAuthority field changed. |
Organization |
Organization.withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) |
Organization |
Organization.withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) |
Organization |
Organization.withPostalCode(String postalCode) |
Organization |
Organization.withPreferredLanguage(String preferredLanguage) |
Organization |
Organization.withPrivacyProfile(PrivacyProfile privacyProfile) |
Organization |
Organization.withState(String state) |
Organization |
Organization.withStreet(String street) |
Copyright © 2018–2020. All rights reserved.