Uses of Class
odata.msgraph.client.complex.DomainState
-
Packages that use DomainState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DomainState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DomainState Modifier and Type Method Description DomainStateDomainState.Builder. build()DomainStateDomainState. withLastActionDateTime(OffsetDateTime lastActionDateTime)DomainStateDomainState. withOperation(String operation)DomainStateDomainState. withStatus(String status)DomainStateDomainState. withUnmappedField(String name, Object value) -
Uses of DomainState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DomainState Modifier and Type Field Description protected DomainStateDomain. stateMethods in odata.msgraph.client.entity that return types with arguments of type DomainState Modifier and Type Method Description Optional<DomainState>Domain. getState()Methods in odata.msgraph.client.entity with parameters of type DomainState Modifier and Type Method Description Domain.BuilderDomain.Builder. state(DomainState state)DomainDomain. withState(DomainState state)
-