public class ParticipantCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Participant,ParticipantRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
ParticipantCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<InviteParticipantsOperation> |
invite(List<InvitationParticipantInfo> participants,
String clientContext) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantsOperation> |
muteAll(List<String> participants,
String clientContext) |
public ParticipantCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<InviteParticipantsOperation> invite(List<InvitationParticipantInfo> participants, String clientContext)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MuteParticipantsOperation> muteAll(List<String> participants, String clientContext)
Copyright © 2018–2020. All rights reserved.