- 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
.