Uses of Class
odata.msgraph.client.beta.complex.IncomingContext.Builder
-
Packages that use IncomingContext.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of IncomingContext.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IncomingContext.Builder Modifier and Type Method Description static IncomingContext.BuilderIncomingContext. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).IncomingContext.BuilderIncomingContext.Builder. observedParticipantId(String observedParticipantId)IncomingContext.BuilderIncomingContext.Builder. onBehalfOf(IdentitySet onBehalfOf)IncomingContext.BuilderIncomingContext.Builder. sourceParticipantId(String sourceParticipantId)IncomingContext.BuilderIncomingContext.Builder. transferor(IdentitySet transferor)
-