Class StartRecording.StartRecordingBuilder

  • Enclosing class:
    StartRecording

    public static class StartRecording.StartRecordingBuilder
    extends Object
    • Constructor Detail

      • StartRecordingBuilder

        public StartRecordingBuilder()
    • Method Detail

      • transcriptionAvailableMethod

        public StartRecording.StartRecordingBuilder transcriptionAvailableMethod​(Method method)
        (optional) The HTTP method to use for the request to transcriptionAvailableUrl. GET or POST. Default Value is POST.
      • transcriptionAvailableMethod

        public StartRecording.StartRecordingBuilder transcriptionAvailableMethod​(String method)
        (optional) The HTTP method to use for the request to transcriptionAvailableUrl. GET or POST. Default Value is POST. Converts String to Method using Method.fromValue(method)
      • recordingAvailableUrl

        public StartRecording.StartRecordingBuilder recordingAvailableUrl​(URI uri)
        (required) URL to send the Recording Available event to once it has been processed. Does not accept BXML.
      • recordingAvailableUrl

        public StartRecording.StartRecordingBuilder recordingAvailableUrl​(String uri)
        (required) URL to send the Recording Available event to once it has been processed. Does not accept BXML.
      • recordingAvailableMethod

        public StartRecording.StartRecordingBuilder recordingAvailableMethod​(Method method)
        (optional) The HTTP method to use for the request to recordingAvailableUrl. GET or POST. Default Value is POST.
      • recordingAvailableMethod

        public StartRecording.StartRecordingBuilder recordingAvailableMethod​(String method)
        (optional) The HTTP method to use for the request to recordingAvailableUrl. GET or POST. Default Value is POST. Converts String to Method using Method.fromValue(method)