Uses of Class
odata.msgraph.client.beta.complex.InvitationParticipantInfo
-
-
Uses of InvitationParticipantInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InvitationParticipantInfo Modifier and Type Method Description InvitationParticipantInfoInvitationParticipantInfo.Builder. build()InvitationParticipantInfoInvitationParticipantInfo. withEndpointType(EndpointType endpointType)InvitationParticipantInfoInvitationParticipantInfo. withIdentity(IdentitySet identity)InvitationParticipantInfoInvitationParticipantInfo. withReplacesCallId(String replacesCallId)InvitationParticipantInfoInvitationParticipantInfo. withUnmappedField(String name, String value) -
Uses of InvitationParticipantInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type InvitationParticipantInfo Modifier and Type Field Description protected List<InvitationParticipantInfo>InviteParticipantsOperation. participantsprotected List<InvitationParticipantInfo>Call. targetsMethods in odata.msgraph.client.beta.entity that return types with arguments of type InvitationParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<InvitationParticipantInfo>InviteParticipantsOperation. getParticipants()com.github.davidmoten.odata.client.CollectionPage<InvitationParticipantInfo>InviteParticipantsOperation. getParticipants(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<InvitationParticipantInfo>Call. getTargets()com.github.davidmoten.odata.client.CollectionPage<InvitationParticipantInfo>Call. getTargets(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type InvitationParticipantInfo Modifier and Type Method Description InviteParticipantsOperation.BuilderInviteParticipantsOperation.Builder. participants(InvitationParticipantInfo... participants)Call.BuilderCall.Builder. targets(InvitationParticipantInfo... targets)com.github.davidmoten.odata.client.ActionRequestNoReturnCall. transfer(InvitationParticipantInfo transferTarget, ParticipantInfo transferee)Method parameters in odata.msgraph.client.beta.entity with type arguments of type InvitationParticipantInfo Modifier and Type Method Description InviteParticipantsOperation.BuilderInviteParticipantsOperation.Builder. participants(List<InvitationParticipantInfo> participants)com.github.davidmoten.odata.client.ActionRequestNoReturnCall. redirect(List<InvitationParticipantInfo> targets, CallDisposition targetDisposition, Integer timeout, Boolean maskCallee, Boolean maskCaller, String callbackUri)Call.BuilderCall.Builder. targets(List<InvitationParticipantInfo> targets)InviteParticipantsOperationInviteParticipantsOperation. withParticipants(List<InvitationParticipantInfo> participants)CallCall. withTargets(List<InvitationParticipantInfo> targets) -
Uses of InvitationParticipantInfo in odata.msgraph.client.beta.entity.collection.request
Method parameters in odata.msgraph.client.beta.entity.collection.request with type arguments of type InvitationParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<InviteParticipantsOperation>ParticipantCollectionRequest. invite(List<InvitationParticipantInfo> participants, String clientContext) -
Uses of InvitationParticipantInfo in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type InvitationParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. transfer(InvitationParticipantInfo transferTarget, ParticipantInfo transferee)Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type InvitationParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. redirect(List<InvitationParticipantInfo> targets, CallDisposition targetDisposition, Integer timeout, Boolean maskCallee, Boolean maskCaller, String callbackUri)
-