Uses of Class
odata.msgraph.client.beta.entity.RecordOperation
-
Packages that use RecordOperation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of RecordOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return RecordOperation Modifier and Type Method Description RecordOperationRecordOperation.Builder. build()RecordOperationRecordOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RecordOperationRecordOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RecordOperationRecordOperation. withCompletionReason(RecordCompletionReason completionReason)RecordOperationRecordOperation. withRecordingAccessToken(String recordingAccessToken)RecordOperationRecordOperation. withRecordingLocation(String recordingLocation)RecordOperationRecordOperation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type RecordOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<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.ActionRequestReturningNonCollectionUnwrapped<RecordOperation>Call. recordResponse(List<Prompt> prompts, Boolean bargeInAllowed, Integer initialSilenceTimeoutInSeconds, Integer maxSilenceTimeoutInSeconds, Integer maxRecordDurationInSeconds, Boolean playBeep, Boolean streamWhileRecording, List<String> stopTones, String clientContext) -
Uses of RecordOperation in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type RecordOperation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<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.ActionRequestReturningNonCollectionUnwrapped<RecordOperation>CallRequest. recordResponse(List<Prompt> prompts, Boolean bargeInAllowed, Integer initialSilenceTimeoutInSeconds, Integer maxSilenceTimeoutInSeconds, Integer maxRecordDurationInSeconds, Boolean playBeep, Boolean streamWhileRecording, List<String> stopTones, String clientContext)
-