public class Organization extends DirectoryObject implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.util.List<AssignedPlan> |
assignedPlans
The Assigned Plans.
|
OrganizationalBranding |
branding
The Branding.
|
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.time.OffsetDateTime |
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.time.OffsetDateTime |
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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="assignedPlans", alternate="AssignedPlans") @Expose @Nullable public java.util.List<AssignedPlan> assignedPlans
@SerializedName(value="businessPhones", alternate="BusinessPhones") @Expose @Nullable public java.util.List<java.lang.String> businessPhones
@SerializedName(value="city", alternate="City") @Expose @Nullable public java.lang.String city
@SerializedName(value="country", alternate="Country") @Expose @Nullable public java.lang.String country
@SerializedName(value="countryLetterCode", alternate="CountryLetterCode") @Expose @Nullable public java.lang.String countryLetterCode
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="marketingNotificationEmails", alternate="MarketingNotificationEmails") @Expose @Nullable public java.util.List<java.lang.String> marketingNotificationEmails
@SerializedName(value="onPremisesLastSyncDateTime", alternate="OnPremisesLastSyncDateTime") @Expose @Nullable public java.time.OffsetDateTime onPremisesLastSyncDateTime
@SerializedName(value="onPremisesSyncEnabled", alternate="OnPremisesSyncEnabled") @Expose @Nullable public java.lang.Boolean onPremisesSyncEnabled
@SerializedName(value="postalCode", alternate="PostalCode") @Expose @Nullable public java.lang.String postalCode
@SerializedName(value="preferredLanguage", alternate="PreferredLanguage") @Expose @Nullable public java.lang.String preferredLanguage
@SerializedName(value="privacyProfile", alternate="PrivacyProfile") @Expose @Nullable public PrivacyProfile privacyProfile
@SerializedName(value="provisionedPlans", alternate="ProvisionedPlans") @Expose @Nullable public java.util.List<ProvisionedPlan> provisionedPlans
@SerializedName(value="securityComplianceNotificationMails", alternate="SecurityComplianceNotificationMails") @Expose @Nullable public java.util.List<java.lang.String> securityComplianceNotificationMails
@SerializedName(value="securityComplianceNotificationPhones", alternate="SecurityComplianceNotificationPhones") @Expose @Nullable public java.util.List<java.lang.String> securityComplianceNotificationPhones
@SerializedName(value="state", alternate="State") @Expose @Nullable public java.lang.String state
@SerializedName(value="street", alternate="Street") @Expose @Nullable public java.lang.String street
@SerializedName(value="technicalNotificationMails", alternate="TechnicalNotificationMails") @Expose @Nullable public java.util.List<java.lang.String> technicalNotificationMails
@SerializedName(value="tenantType", alternate="TenantType") @Expose @Nullable public java.lang.String tenantType
@SerializedName(value="verifiedDomains", alternate="VerifiedDomains") @Expose @Nullable public java.util.List<VerifiedDomain> verifiedDomains
@SerializedName(value="mobileDeviceManagementAuthority", alternate="MobileDeviceManagementAuthority") @Expose @Nullable public MdmAuthority mobileDeviceManagementAuthority
@SerializedName(value="branding", alternate="Branding") @Expose @Nullable public OrganizationalBranding branding
@Nullable public CertificateBasedAuthConfigurationCollectionPage certificateBasedAuthConfiguration
@SerializedName(value="extensions", alternate="Extensions") @Expose @Nullable public ExtensionCollectionPage extensions
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class DirectoryObject
serializer
- the serializerjson
- the JSON object to set this object to