- All Implemented Interfaces:
- Cloneable
@ApiParams(apiName="address",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a AddressCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.AddressCreator creator(String customerName, String street, String city, String region, String postalCode, String isoCountry)","com.twilio.rest.api.v2010.account.AddressCreator creator(String pathAccountSid, String customerName, String street, String city, String region, String postalCode, String isoCountry)"}),@ApiMethod(methodName="deleter",description="Create a AddressDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.AddressDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.AddressDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a AddressFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.AddressFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.AddressFetcher fetcher(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="reader",description="Create a AddressReader to execute read",signatures={"com.twilio.rest.api.v2010.account.AddressReader reader()","com.twilio.rest.api.v2010.account.AddressReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",description="Create a AddressUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.AddressUpdater updater(String pathSid)","com.twilio.rest.api.v2010.account.AddressUpdater updater(String pathAccountSid, String pathSid)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
@UriParams
@Configurer(extended=true)
public final class AddressEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for Address.