- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="message",description="",apiMethods={@ApiMethod(methodName="creator",description="Create a MessageCreator to execute create",signatures={"com.twilio.rest.api.v2010.account.MessageCreator creator(com.twilio.type.PhoneNumber to, com.twilio.type.PhoneNumber from, String body)","com.twilio.rest.api.v2010.account.MessageCreator creator(com.twilio.type.PhoneNumber to, com.twilio.type.PhoneNumber from, java.util.List<java.net.URI> mediaUrl)","com.twilio.rest.api.v2010.account.MessageCreator creator(com.twilio.type.PhoneNumber to, String messagingServiceSid, String body)","com.twilio.rest.api.v2010.account.MessageCreator creator(com.twilio.type.PhoneNumber to, String messagingServiceSid, java.util.List<java.net.URI> mediaUrl)","com.twilio.rest.api.v2010.account.MessageCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber to, com.twilio.type.PhoneNumber from, String body)","com.twilio.rest.api.v2010.account.MessageCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber to, com.twilio.type.PhoneNumber from, java.util.List<java.net.URI> mediaUrl)","com.twilio.rest.api.v2010.account.MessageCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber to, String messagingServiceSid, String body)","com.twilio.rest.api.v2010.account.MessageCreator creator(String pathAccountSid, com.twilio.type.PhoneNumber to, String messagingServiceSid, java.util.List<java.net.URI> mediaUrl)"}),@ApiMethod(methodName="deleter",description="Create a MessageDeleter to execute delete",signatures={"com.twilio.rest.api.v2010.account.MessageDeleter deleter(String pathSid)","com.twilio.rest.api.v2010.account.MessageDeleter deleter(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="fetcher",description="Create a MessageFetcher to execute fetch",signatures={"com.twilio.rest.api.v2010.account.MessageFetcher fetcher(String pathSid)","com.twilio.rest.api.v2010.account.MessageFetcher fetcher(String pathAccountSid, String pathSid)"}),@ApiMethod(methodName="reader",description="Create a MessageReader to execute read",signatures={"com.twilio.rest.api.v2010.account.MessageReader reader()","com.twilio.rest.api.v2010.account.MessageReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",description="Create a MessageUpdater to execute update",signatures={"com.twilio.rest.api.v2010.account.MessageUpdater updater(String pathSid, String body)","com.twilio.rest.api.v2010.account.MessageUpdater updater(String pathAccountSid, String pathSid, String body)"})},aliases={"^creator$=create","^deleter$=delete","^fetcher$=fetch","^reader$=read","^updater$=update"})
@UriParams
@Configurer(extended=true)
public final class MessageEndpointConfiguration
extends TwilioConfiguration
Camel endpoint configuration for Message
.