Class CallRecordingEndpointConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ApiParams(apiName="call-recording",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a RecordingCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String pathCallSid)","com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String pathAccountSid, String pathCallSid)"}),@ApiMethod(methodName="deleter",description="Create a RecordingDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.call.RecordingDeleter deleter(String pathCallSid, String pathSid)","com.twilio.rest.api.v2010.account.call.RecordingDeleter deleter(String pathAccountSid, String pathCallSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a RecordingFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.call.RecordingFetcher fetcher(String pathCallSid, String pathSid)","com.twilio.rest.api.v2010.account.call.RecordingFetcher fetcher(String pathAccountSid, String pathCallSid, String pathSid)"}),@ApiMethod(methodName="reader",description="Create a RecordingReader to execute read",signatures={"com.twilio.rest.api.v2010.account.call.RecordingReader reader(String pathCallSid)","com.twilio.rest.api.v2010.account.call.RecordingReader reader(String pathAccountSid, String pathCallSid)"}),@ApiMethod(methodName="updater",description="Create a RecordingUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.call.RecordingUpdater updater(String pathCallSid, String pathSid, com.twilio.rest.api.v2010.account.call.Recording$Status status)","com.twilio.rest.api.v2010.account.call.RecordingUpdater updater(String pathAccountSid, String pathCallSid, String pathSid, com.twilio.rest.api.v2010.account.call.Recording$Status status)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
    @UriParams
    @Configurer(extended=true)
    public final class CallRecordingEndpointConfiguration
    extends TwilioConfiguration
    Camel endpoint configuration for Recording.
    • Constructor Detail

      • CallRecordingEndpointConfiguration

        public CallRecordingEndpointConfiguration()
    • Method Detail

      • getPathAccountSid

        public String getPathAccountSid()
      • setPathAccountSid

        public void setPathAccountSid​(String pathAccountSid)
      • getPathCallSid

        public String getPathCallSid()
      • setPathCallSid

        public void setPathCallSid​(String pathCallSid)
      • getPathSid

        public String getPathSid()
      • setPathSid

        public void setPathSid​(String pathSid)
      • getStatus

        public com.twilio.rest.api.v2010.account.call.Recording.Status getStatus()
      • setStatus

        public void setStatus​(com.twilio.rest.api.v2010.account.call.Recording.Status status)