| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
RecordOperation |
RecordOperation.Builder.build() |
RecordOperation |
RecordOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RecordOperation |
RecordOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RecordOperation |
RecordOperation.withCompletionReason(RecordCompletionReason completionReason) |
RecordOperation |
RecordOperation.withRecordingAccessToken(String recordingAccessToken) |
RecordOperation |
RecordOperation.withRecordingLocation(String recordingLocation) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<RecordOperation> |
Call.record(List<Prompt> prompts,
Boolean bargeInAllowed,
Integer initialSilenceTimeoutInSeconds,
Integer maxSilenceTimeoutInSeconds,
Integer maxRecordDurationInSeconds,
Boolean playBeep,
Boolean streamWhileRecording,
List<String> stopTones,
String clientContext) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<RecordOperation> |
Call.recordResponse(List<Prompt> prompts,
Boolean bargeInAllowed,
Integer initialSilenceTimeoutInSeconds,
Integer maxSilenceTimeoutInSeconds,
Integer maxRecordDurationInSeconds,
Boolean playBeep,
Boolean streamWhileRecording,
List<String> stopTones,
String clientContext) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<RecordOperation> |
CallRequest.record(List<Prompt> prompts,
Boolean bargeInAllowed,
Integer initialSilenceTimeoutInSeconds,
Integer maxSilenceTimeoutInSeconds,
Integer maxRecordDurationInSeconds,
Boolean playBeep,
Boolean streamWhileRecording,
List<String> stopTones,
String clientContext) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<RecordOperation> |
CallRequest.recordResponse(List<Prompt> prompts,
Boolean bargeInAllowed,
Integer initialSilenceTimeoutInSeconds,
Integer maxSilenceTimeoutInSeconds,
Integer maxRecordDurationInSeconds,
Boolean playBeep,
Boolean streamWhileRecording,
List<String> stopTones,
String clientContext) |
Copyright © 2018–2020. All rights reserved.