public class CallCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Call,CallRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
CallCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
AudioRoutingGroupCollectionRequest |
audioRoutingGroups() |
AudioRoutingGroupRequest |
audioRoutingGroups(String id) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
logTeleconferenceDeviceQuality(TeleconferenceDeviceQuality quality) |
CommsOperationCollectionRequest |
operations() |
CommsOperationRequest |
operations(String id) |
ParticipantCollectionRequest |
participants() |
ParticipantRequest |
participants(String id) |
public CallCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public ParticipantCollectionRequest participants()
public ParticipantRequest participants(String id)
public AudioRoutingGroupCollectionRequest audioRoutingGroups()
public AudioRoutingGroupRequest audioRoutingGroups(String id)
public CommsOperationCollectionRequest operations()
public CommsOperationRequest operations(String id)
public com.github.davidmoten.odata.client.ActionRequestNoReturn logTeleconferenceDeviceQuality(TeleconferenceDeviceQuality quality)
Copyright © 2018–2020. All rights reserved.