Package odata.msgraph.client.entity
Class Domain
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.Domain
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Domain extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomain.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringauthenticationTypeprotected StringavailabilityStatusprotected List<InternalDomainFederation>federationConfigurationprotected BooleanisAdminManagedprotected BooleanisDefaultprotected BooleanisInitialprotected BooleanisRootprotected BooleanisVerifiedprotected Stringmanufacturerprotected Stringmodelprotected IntegerpasswordNotificationWindowInDaysprotected IntegerpasswordValidityPeriodInDaysprotected List<DomainDnsRecord>serviceConfigurationRecordsprotected DomainStatestateprotected List<String>supportedServicesprotected StringsupportedServicesNextLinkprotected List<DomainDnsRecord>verificationDnsRecords-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomain()
-
Method Summary
-
-
-
Field Detail
-
authenticationType
protected String authenticationType
-
availabilityStatus
protected String availabilityStatus
-
isAdminManaged
protected Boolean isAdminManaged
-
isDefault
protected Boolean isDefault
-
isInitial
protected Boolean isInitial
-
isRoot
protected Boolean isRoot
-
isVerified
protected Boolean isVerified
-
manufacturer
protected String manufacturer
-
model
protected String model
-
passwordNotificationWindowInDays
protected Integer passwordNotificationWindowInDays
-
passwordValidityPeriodInDays
protected Integer passwordValidityPeriodInDays
-
state
protected DomainState state
-
supportedServicesNextLink
protected String supportedServicesNextLink
-
federationConfiguration
protected List<InternalDomainFederation> federationConfiguration
-
serviceConfigurationRecords
protected List<DomainDnsRecord> serviceConfigurationRecords
-
verificationDnsRecords
protected List<DomainDnsRecord> verificationDnsRecords
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderDomain
public static Domain.Builder builderDomain()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withPasswordNotificationWindowInDays
public Domain withPasswordNotificationWindowInDays(Integer passwordNotificationWindowInDays)
-
withPasswordValidityPeriodInDays
public Domain withPasswordValidityPeriodInDays(Integer passwordValidityPeriodInDays)
-
getState
public Optional<DomainState> getState()
-
withState
public Domain withState(DomainState state)
-
getSupportedServices
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedServices()
-
getSupportedServices
public com.github.davidmoten.odata.client.CollectionPage<String> getSupportedServices(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public Domain withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getDomainNameReferences
public DirectoryObjectCollectionRequest getDomainNameReferences()
-
getFederationConfiguration
public InternalDomainFederationCollectionRequest getFederationConfiguration()
-
getServiceConfigurationRecords
public DomainDnsRecordCollectionRequest getServiceConfigurationRecords()
-
getVerificationDnsRecords
public DomainDnsRecordCollectionRequest getVerificationDnsRecords()
-
withFederationConfiguration
public Domain withFederationConfiguration(List<InternalDomainFederation> federationConfiguration)
-
withServiceConfigurationRecords
public Domain withServiceConfigurationRecords(List<DomainDnsRecord> serviceConfigurationRecords)
-
withVerificationDnsRecords
public Domain withVerificationDnsRecords(List<DomainDnsRecord> verificationDnsRecords)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Domain patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Domain put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
forceDelete
public com.github.davidmoten.odata.client.ActionRequestNoReturn forceDelete(Boolean disableUserAccounts)
-
promote
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<Boolean> promote()
-
verify
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Domain> verify()
-
-