Uses of Class
odata.msgraph.client.beta.entity.Domain
-
Packages that use Domain Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Domain in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Domain Modifier and Type Method Description DomainDomain.Builder. build()DomainDomain. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DomainDomain. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DomainDomain. withAuthenticationType(String authenticationType)DomainDomain. withAvailabilityStatus(String availabilityStatus)DomainDomain. withIsAdminManaged(Boolean isAdminManaged)DomainDomain. withIsDefault(Boolean isDefault)DomainDomain. withIsInitial(Boolean isInitial)DomainDomain. withIsRoot(Boolean isRoot)DomainDomain. withIsVerified(Boolean isVerified)DomainDomain. withPasswordNotificationWindowInDays(Integer passwordNotificationWindowInDays)DomainDomain. withPasswordValidityPeriodInDays(Integer passwordValidityPeriodInDays)DomainDomain. withState(DomainState state)DomainDomain. withSupportedServices(List<String> supportedServices)DomainDomain. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Domain Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Domain>Domain. verify() -
Uses of Domain in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Domain Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Domain>DomainRequest. verify()
-