Class UsageRecordEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.twilio.TwilioConfiguration
-
- org.apache.camel.component.twilio.UsageRecordEndpointConfiguration
-
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="usage-record", description="", apiMethods=@ApiMethod(methodName="reader",description="Create a RecordReader to execute read",signatures={"com.twilio.rest.api.v2010.account.usage.RecordReader reader()","com.twilio.rest.api.v2010.account.usage.RecordReader reader(String pathAccountSid)"}), aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"}) @UriParams @Configurer(extended=true) public final class UsageRecordEndpointConfiguration extends TwilioConfiguration
Camel endpoint configuration forRecord
.
-
-
Constructor Summary
Constructors Constructor Description UsageRecordEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPathAccountSid()
void
setPathAccountSid(String pathAccountSid)
-
Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
-