public class Organization extends DirectoryObject implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Organization.Builder |
deletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Organization() |
| Modifier and Type | Method and Description |
|---|---|
static Organization.Builder |
builderOrganization()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<AssignedPlan> |
getAssignedPlans() |
com.github.davidmoten.odata.client.CollectionPage<AssignedPlan> |
getAssignedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options) |
OrganizationalBrandingCollectionRequest |
getBrandings() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getBusinessPhones() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getBusinessPhones(com.github.davidmoten.odata.client.HttpRequestOptions options) |
CertificateBasedAuthConfigurationCollectionRequest |
getCertificateBasedAuthConfiguration() |
Optional<CertificateConnectorSetting> |
getCertificateConnectorSetting()
“Certificate connector setting.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCity() |
Optional<String> |
getCountry() |
Optional<String> |
getCountryLetterCode() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<DirectorySizeQuota> |
getDirectorySizeQuota() |
Optional<String> |
getDisplayName() |
ExtensionCollectionRequest |
getExtensions() |
Optional<Boolean> |
getIsMultipleDataLocationsForServicesEnabled() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getMarketingNotificationEmails() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getMarketingNotificationEmails(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<MdmAuthority> |
getMobileDeviceManagementAuthority()
“Mobile device management authority.”
|
Optional<OffsetDateTime> |
getOnPremisesLastSyncDateTime() |
Optional<Boolean> |
getOnPremisesSyncEnabled() |
Optional<String> |
getPostalCode() |
Optional<String> |
getPreferredLanguage() |
Optional<PrivacyProfile> |
getPrivacyProfile() |
com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan> |
getProvisionedPlans() |
com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan> |
getProvisionedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSecurityComplianceNotificationMails() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSecurityComplianceNotificationMails(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSecurityComplianceNotificationPhones() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSecurityComplianceNotificationPhones(com.github.davidmoten.odata.client.HttpRequestOptions options) |
OrganizationSettingsRequest |
getSettings() |
Optional<String> |
getState() |
Optional<String> |
getStreet() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTechnicalNotificationMails() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTechnicalNotificationMails(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> |
getVerifiedDomains() |
com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> |
getVerifiedDomains(com.github.davidmoten.odata.client.HttpRequestOptions options) |
String |
odataTypeName() |
Organization |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Organization |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<Integer> |
setMobileDeviceManagementAuthority() |
String |
toString() |
Organization |
withCertificateConnectorSetting(CertificateConnectorSetting certificateConnectorSetting)
Returns an immutable copy of
this with just the certificateConnectorSetting field changed. |
Organization |
withCity(String city) |
Organization |
withCountry(String country) |
Organization |
withCountryLetterCode(String countryLetterCode) |
Organization |
withCreatedDateTime(OffsetDateTime createdDateTime) |
Organization |
withDirectorySizeQuota(DirectorySizeQuota directorySizeQuota) |
Organization |
withDisplayName(String displayName) |
Organization |
withIsMultipleDataLocationsForServicesEnabled(Boolean isMultipleDataLocationsForServicesEnabled) |
Organization |
withMobileDeviceManagementAuthority(MdmAuthority mobileDeviceManagementAuthority)
Returns an immutable copy of
this with just the mobileDeviceManagementAuthority field changed. |
Organization |
withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) |
Organization |
withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) |
Organization |
withPostalCode(String postalCode) |
Organization |
withPreferredLanguage(String preferredLanguage) |
Organization |
withPrivacyProfile(PrivacyProfile privacyProfile) |
Organization |
withState(String state) |
Organization |
withStreet(String street) |
builderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected List<AssignedPlan> assignedPlans
protected String assignedPlansNextLink
protected String businessPhonesNextLink
protected String city
protected String country
protected String countryLetterCode
protected OffsetDateTime createdDateTime
protected DirectorySizeQuota directorySizeQuota
protected String displayName
protected Boolean isMultipleDataLocationsForServicesEnabled
protected String marketingNotificationEmailsNextLink
protected OffsetDateTime onPremisesLastSyncDateTime
protected Boolean onPremisesSyncEnabled
protected String postalCode
protected String preferredLanguage
protected PrivacyProfile privacyProfile
protected List<ProvisionedPlan> provisionedPlans
protected String provisionedPlansNextLink
protected String securityComplianceNotificationMailsNextLink
protected String securityComplianceNotificationPhonesNextLink
protected String state
protected String street
protected String technicalNotificationMailsNextLink
protected List<VerifiedDomain> verifiedDomains
protected String verifiedDomainsNextLink
protected MdmAuthority mobileDeviceManagementAuthority
protected CertificateConnectorSetting certificateConnectorSetting
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DirectoryObjectpublic static Organization.Builder builderOrganization()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DirectoryObjectpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DirectoryObjectpublic com.github.davidmoten.odata.client.CollectionPage<AssignedPlan> getAssignedPlans()
public com.github.davidmoten.odata.client.CollectionPage<AssignedPlan> getAssignedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getBusinessPhones()
public com.github.davidmoten.odata.client.CollectionPage<String> getBusinessPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Organization withCity(String city)
public Organization withCountry(String country)
public Organization withCountryLetterCode(String countryLetterCode)
public Optional<OffsetDateTime> getCreatedDateTime()
public Organization withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<DirectorySizeQuota> getDirectorySizeQuota()
public Organization withDirectorySizeQuota(DirectorySizeQuota directorySizeQuota)
public Organization withDisplayName(String displayName)
public Optional<Boolean> getIsMultipleDataLocationsForServicesEnabled()
public Organization withIsMultipleDataLocationsForServicesEnabled(Boolean isMultipleDataLocationsForServicesEnabled)
public com.github.davidmoten.odata.client.CollectionPage<String> getMarketingNotificationEmails()
public com.github.davidmoten.odata.client.CollectionPage<String> getMarketingNotificationEmails(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OffsetDateTime> getOnPremisesLastSyncDateTime()
public Organization withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime)
public Organization withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled)
public Organization withPostalCode(String postalCode)
public Organization withPreferredLanguage(String preferredLanguage)
public Optional<PrivacyProfile> getPrivacyProfile()
public Organization withPrivacyProfile(PrivacyProfile privacyProfile)
public com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan> getProvisionedPlans()
public com.github.davidmoten.odata.client.CollectionPage<ProvisionedPlan> getProvisionedPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getSecurityComplianceNotificationMails()
public com.github.davidmoten.odata.client.CollectionPage<String> getSecurityComplianceNotificationMails(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getSecurityComplianceNotificationPhones()
public com.github.davidmoten.odata.client.CollectionPage<String> getSecurityComplianceNotificationPhones(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Organization withState(String state)
public Organization withStreet(String street)
public com.github.davidmoten.odata.client.CollectionPage<String> getTechnicalNotificationMails()
public com.github.davidmoten.odata.client.CollectionPage<String> getTechnicalNotificationMails(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> getVerifiedDomains()
public com.github.davidmoten.odata.client.CollectionPage<VerifiedDomain> getVerifiedDomains(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<MdmAuthority> getMobileDeviceManagementAuthority()
public Organization withMobileDeviceManagementAuthority(MdmAuthority mobileDeviceManagementAuthority)
this with just the mobileDeviceManagementAuthority field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Mobile device management authority.”
mobileDeviceManagementAuthority - new value of mobileDeviceManagementAuthority field (as defined in service metadata)this with just the mobileDeviceManagementAuthority field changedpublic Optional<CertificateConnectorSetting> getCertificateConnectorSetting()
public Organization withCertificateConnectorSetting(CertificateConnectorSetting certificateConnectorSetting)
this with just the certificateConnectorSetting field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Certificate connector setting.”
certificateConnectorSetting - new value of certificateConnectorSetting field (as defined in service metadata)this with just the certificateConnectorSetting field changedpublic OrganizationalBrandingCollectionRequest getBrandings()
public CertificateBasedAuthConfigurationCollectionRequest getCertificateBasedAuthConfiguration()
public ExtensionCollectionRequest getExtensions()
public OrganizationSettingsRequest getSettings()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DirectoryObjectpublic Organization patch()
this with changed fields reset.patch in class DirectoryObjectthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Organization put()
this
with changed fields reset (they were ignored anyway).put in class DirectoryObjectthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<Integer> setMobileDeviceManagementAuthority()
public String toString()
toString in class DirectoryObjectCopyright © 2018–2020. All rights reserved.