| Modifier and Type | Method and Description |
|---|---|
InvitationParticipantInfo |
InvitationParticipantInfo.Builder.build() |
InvitationParticipantInfo |
InvitationParticipantInfo.withEndpointType(EndpointType endpointType) |
InvitationParticipantInfo |
InvitationParticipantInfo.withIdentity(IdentitySet identity) |
InvitationParticipantInfo |
InvitationParticipantInfo.withReplacesCallId(String replacesCallId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<InvitationParticipantInfo> |
InviteParticipantsOperation.participants |
protected List<InvitationParticipantInfo> |
Call.targets |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
InviteParticipantsOperation.Builder |
InviteParticipantsOperation.Builder.participants(InvitationParticipantInfo... participants) |
Call.Builder |
Call.Builder.targets(InvitationParticipantInfo... targets) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Call.transfer(InvitationParticipantInfo transferTarget) |
| Modifier and Type | Method and Description |
|---|---|
InviteParticipantsOperation.Builder |
InviteParticipantsOperation.Builder.participants(List<InvitationParticipantInfo> participants) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Call.redirect(List<InvitationParticipantInfo> targets,
CallDisposition targetDisposition,
Integer timeout,
Boolean maskCallee,
Boolean maskCaller,
String callbackUri) |
Call.Builder |
Call.Builder.targets(List<InvitationParticipantInfo> targets) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<InviteParticipantsOperation> |
ParticipantCollectionRequest.invite(List<InvitationParticipantInfo> participants,
String clientContext) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
CallRequest.transfer(InvitationParticipantInfo transferTarget) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
CallRequest.redirect(List<InvitationParticipantInfo> targets,
CallDisposition targetDisposition,
Integer timeout,
Boolean maskCallee,
Boolean maskCaller,
String callbackUri) |
Copyright © 2018–2020. All rights reserved.