Uses of Class
odata.msgraph.client.beta.complex.IncomingContext
-
Packages that use IncomingContext Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IncomingContext in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IncomingContext Modifier and Type Method Description IncomingContextIncomingContext.Builder. build()IncomingContextIncomingContext. withObservedParticipantId(String observedParticipantId)IncomingContextIncomingContext. withOnBehalfOf(IdentitySet onBehalfOf)IncomingContextIncomingContext. withSourceParticipantId(String sourceParticipantId)IncomingContextIncomingContext. withTransferor(IdentitySet transferor)IncomingContextIncomingContext. withUnmappedField(String name, String value) -
Uses of IncomingContext in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IncomingContext Modifier and Type Field Description protected IncomingContextCall. incomingContextMethods in odata.msgraph.client.beta.entity that return types with arguments of type IncomingContext Modifier and Type Method Description Optional<IncomingContext>Call. getIncomingContext()Methods in odata.msgraph.client.beta.entity with parameters of type IncomingContext Modifier and Type Method Description Call.BuilderCall.Builder. incomingContext(IncomingContext incomingContext)CallCall. withIncomingContext(IncomingContext incomingContext)
-