Uses of Class
odata.msgraph.client.complex.RemovedState
-
Packages that use RemovedState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of RemovedState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RemovedState Modifier and Type Method Description RemovedStateRemovedState.Builder. build()RemovedStateRemovedState. withReason(String reason)RemovedStateRemovedState. withUnmappedField(String name, Object value) -
Uses of RemovedState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RemovedState Modifier and Type Field Description protected RemovedStateParticipant. removedStateMethods in odata.msgraph.client.entity that return types with arguments of type RemovedState Modifier and Type Method Description Optional<RemovedState>Participant. getRemovedState()Methods in odata.msgraph.client.entity with parameters of type RemovedState Modifier and Type Method Description Participant.BuilderParticipant.Builder. removedState(RemovedState removedState)ParticipantParticipant. withRemovedState(RemovedState removedState)
-