public class Domain extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
authenticationType
The Authentication Type.
|
java.lang.String |
availabilityStatus
The Availability Status.
|
DirectoryObjectCollectionPage |
domainNameReferences
The Domain Name References.
|
java.lang.Boolean |
isAdminManaged
The Is Admin Managed.
|
java.lang.Boolean |
isDefault
The Is Default.
|
java.lang.Boolean |
isInitial
The Is Initial.
|
java.lang.Boolean |
isRoot
The Is Root.
|
java.lang.Boolean |
isVerified
The Is Verified.
|
java.lang.String |
manufacturer
The Manufacturer.
|
java.lang.String |
model
The Model.
|
java.lang.Integer |
passwordNotificationWindowInDays
The Password Notification Window In Days.
|
java.lang.Integer |
passwordValidityPeriodInDays
The Password Validity Period In Days.
|
DomainDnsRecordCollectionPage |
serviceConfigurationRecords
The Service Configuration Records.
|
DomainState |
state
The State.
|
java.util.List<java.lang.String> |
supportedServices
The Supported Services.
|
DomainDnsRecordCollectionPage |
verificationDnsRecords
The Verification Dns Records.
|
Constructor and Description |
---|
Domain() |
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="authenticationType", alternate="AuthenticationType") @Expose @Nullable public java.lang.String authenticationType
@SerializedName(value="availabilityStatus", alternate="AvailabilityStatus") @Expose @Nullable public java.lang.String availabilityStatus
@SerializedName(value="isAdminManaged", alternate="IsAdminManaged") @Expose @Nullable public java.lang.Boolean isAdminManaged
@SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public java.lang.Boolean isDefault
@SerializedName(value="isInitial", alternate="IsInitial") @Expose @Nullable public java.lang.Boolean isInitial
@SerializedName(value="isRoot", alternate="IsRoot") @Expose @Nullable public java.lang.Boolean isRoot
@SerializedName(value="isVerified", alternate="IsVerified") @Expose @Nullable public java.lang.Boolean isVerified
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public java.lang.String manufacturer
@SerializedName(value="model", alternate="Model") @Expose @Nullable public java.lang.String model
@SerializedName(value="passwordNotificationWindowInDays", alternate="PasswordNotificationWindowInDays") @Expose @Nullable public java.lang.Integer passwordNotificationWindowInDays
@SerializedName(value="passwordValidityPeriodInDays", alternate="PasswordValidityPeriodInDays") @Expose @Nullable public java.lang.Integer passwordValidityPeriodInDays
@SerializedName(value="state", alternate="State") @Expose @Nullable public DomainState state
@SerializedName(value="supportedServices", alternate="SupportedServices") @Expose @Nullable public java.util.List<java.lang.String> supportedServices
@Nullable public DirectoryObjectCollectionPage domainNameReferences
@SerializedName(value="serviceConfigurationRecords", alternate="ServiceConfigurationRecords") @Expose @Nullable public DomainDnsRecordCollectionPage serviceConfigurationRecords
@SerializedName(value="verificationDnsRecords", alternate="VerificationDnsRecords") @Expose @Nullable public DomainDnsRecordCollectionPage verificationDnsRecords
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 Entity
serializer
- the serializerjson
- the JSON object to set this object to