public class Organization extends DirectoryObject implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.util.List<AssignedPlan> |
assignedPlans
The Assigned Plans.
|
java.util.List<java.lang.String> |
businessPhones
The Business Phones.
|
CertificateBasedAuthConfigurationCollectionPage |
certificateBasedAuthConfiguration
The Certificate Based Auth Configuration.
|
java.lang.String |
city
The City.
|
java.lang.String |
country
The Country.
|
java.lang.String |
countryLetterCode
The Country Letter Code.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.String |
displayName
The Display Name.
|
ExtensionCollectionPage |
extensions
The Extensions.
|
java.util.List<java.lang.String> |
marketingNotificationEmails
The Marketing Notification Emails.
|
MdmAuthority |
mobileDeviceManagementAuthority
The Mobile Device Management Authority.
|
java.util.Calendar |
onPremisesLastSyncDateTime
The On Premises Last Sync Date Time.
|
java.lang.Boolean |
onPremisesSyncEnabled
The On Premises Sync Enabled.
|
java.lang.String |
postalCode
The Postal Code.
|
java.lang.String |
preferredLanguage
The Preferred Language.
|
PrivacyProfile |
privacyProfile
The Privacy Profile.
|
java.util.List<ProvisionedPlan> |
provisionedPlans
The Provisioned Plans.
|
java.util.List<java.lang.String> |
securityComplianceNotificationMails
The Security Compliance Notification Mails.
|
java.util.List<java.lang.String> |
securityComplianceNotificationPhones
The Security Compliance Notification Phones.
|
java.lang.String |
state
The State.
|
java.lang.String |
street
The Street.
|
java.util.List<java.lang.String> |
technicalNotificationMails
The Technical Notification Mails.
|
java.lang.String |
tenantType
The Tenant Type.
|
java.util.List<VerifiedDomain> |
verifiedDomains
The Verified Domains.
|
deletedDateTime
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="assignedPlans", alternate="AssignedPlans") @Expose public java.util.List<AssignedPlan> assignedPlans
@SerializedName(value="businessPhones", alternate="BusinessPhones") @Expose public java.util.List<java.lang.String> businessPhones
@SerializedName(value="city", alternate="City") @Expose public java.lang.String city
@SerializedName(value="country", alternate="Country") @Expose public java.lang.String country
@SerializedName(value="countryLetterCode", alternate="CountryLetterCode") @Expose public java.lang.String countryLetterCode
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="displayName", alternate="DisplayName") @Expose public java.lang.String displayName
@SerializedName(value="marketingNotificationEmails", alternate="MarketingNotificationEmails") @Expose public java.util.List<java.lang.String> marketingNotificationEmails
@SerializedName(value="onPremisesLastSyncDateTime", alternate="OnPremisesLastSyncDateTime") @Expose public java.util.Calendar onPremisesLastSyncDateTime
@SerializedName(value="onPremisesSyncEnabled", alternate="OnPremisesSyncEnabled") @Expose public java.lang.Boolean onPremisesSyncEnabled
@SerializedName(value="postalCode", alternate="PostalCode") @Expose public java.lang.String postalCode
@SerializedName(value="preferredLanguage", alternate="PreferredLanguage") @Expose public java.lang.String preferredLanguage
@SerializedName(value="privacyProfile", alternate="PrivacyProfile") @Expose public PrivacyProfile privacyProfile
@SerializedName(value="provisionedPlans", alternate="ProvisionedPlans") @Expose public java.util.List<ProvisionedPlan> provisionedPlans
@SerializedName(value="securityComplianceNotificationMails", alternate="SecurityComplianceNotificationMails") @Expose public java.util.List<java.lang.String> securityComplianceNotificationMails
@SerializedName(value="securityComplianceNotificationPhones", alternate="SecurityComplianceNotificationPhones") @Expose public java.util.List<java.lang.String> securityComplianceNotificationPhones
@SerializedName(value="state", alternate="State") @Expose public java.lang.String state
@SerializedName(value="street", alternate="Street") @Expose public java.lang.String street
@SerializedName(value="technicalNotificationMails", alternate="TechnicalNotificationMails") @Expose public java.util.List<java.lang.String> technicalNotificationMails
@SerializedName(value="tenantType", alternate="TenantType") @Expose public java.lang.String tenantType
@SerializedName(value="verifiedDomains", alternate="VerifiedDomains") @Expose public java.util.List<VerifiedDomain> verifiedDomains
@SerializedName(value="mobileDeviceManagementAuthority", alternate="MobileDeviceManagementAuthority") @Expose public MdmAuthority mobileDeviceManagementAuthority
public CertificateBasedAuthConfigurationCollectionPage certificateBasedAuthConfiguration
@SerializedName(value="extensions", alternate="Extensions") @Expose public ExtensionCollectionPage extensions
public com.google.gson.JsonObject getRawObject()
getRawObject
in class DirectoryObject
protected ISerializer getSerializer()
getSerializer
in class DirectoryObject
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class DirectoryObject
serializer
- the serializerjson
- the JSON object to set this object to