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.
|
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.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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="assignedPlans") @Expose public java.util.List<AssignedPlan> assignedPlans
@SerializedName(value="businessPhones") @Expose public java.util.List<java.lang.String> businessPhones
@SerializedName(value="city") @Expose public java.lang.String city
@SerializedName(value="country") @Expose public java.lang.String country
@SerializedName(value="countryLetterCode") @Expose public java.lang.String countryLetterCode
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="marketingNotificationEmails") @Expose public java.util.List<java.lang.String> marketingNotificationEmails
@SerializedName(value="onPremisesLastSyncDateTime") @Expose public java.util.Calendar onPremisesLastSyncDateTime
@SerializedName(value="onPremisesSyncEnabled") @Expose public java.lang.Boolean onPremisesSyncEnabled
@SerializedName(value="postalCode") @Expose public java.lang.String postalCode
@SerializedName(value="preferredLanguage") @Expose public java.lang.String preferredLanguage
@SerializedName(value="privacyProfile") @Expose public PrivacyProfile privacyProfile
@SerializedName(value="provisionedPlans") @Expose public java.util.List<ProvisionedPlan> provisionedPlans
@SerializedName(value="securityComplianceNotificationMails") @Expose public java.util.List<java.lang.String> securityComplianceNotificationMails
@SerializedName(value="securityComplianceNotificationPhones") @Expose public java.util.List<java.lang.String> securityComplianceNotificationPhones
@SerializedName(value="state") @Expose public java.lang.String state
@SerializedName(value="street") @Expose public java.lang.String street
@SerializedName(value="technicalNotificationMails") @Expose public java.util.List<java.lang.String> technicalNotificationMails
@SerializedName(value="verifiedDomains") @Expose public java.util.List<VerifiedDomain> verifiedDomains
@SerializedName(value="mobileDeviceManagementAuthority") @Expose public MdmAuthority mobileDeviceManagementAuthority
public ExtensionCollectionPage extensions
public com.google.gson.JsonObject getRawObject()
getRawObject in class DirectoryObjectprotected ISerializer getSerializer()
getSerializer in class DirectoryObjectpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DirectoryObjectserializer - the serializerjson - the JSON object to set this object to