Class MessageEndpointConfiguration
java.lang.Object
org.apache.camel.component.twilio.TwilioConfiguration
org.apache.camel.component.twilio.MessageEndpointConfiguration
- All Implemented Interfaces:
Cloneable
@ApiParams(apiName="message",description="",apiMethods={@ApiMethod(methodName="creator",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",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",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",signatures={"com.twilio.rest.api.v2010.account.MessageReader reader()","com.twilio.rest.api.v2010.account.MessageReader reader(String pathAccountSid)"}),@ApiMethod(methodName="updater",signatures={"com.twilio.rest.api.v2010.account.MessageUpdater updater(String pathSid)","com.twilio.rest.api.v2010.account.MessageUpdater updater(String pathAccountSid, String pathSid)"})},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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()com.twilio.type.PhoneNumbergetFrom()com.twilio.type.PhoneNumbergetTo()voidvoidsetFrom(com.twilio.type.PhoneNumber from) voidsetMediaUrl(List<URI> mediaUrl) voidsetMessagingServiceSid(String messagingServiceSid) voidsetPathAccountSid(String pathAccountSid) voidsetPathSid(String pathSid) voidsetTo(com.twilio.type.PhoneNumber to) Methods inherited from class org.apache.camel.component.twilio.TwilioConfiguration
copy, getApiName, getMethodName, setApiName, setMethodName
-
Constructor Details
-
MessageEndpointConfiguration
public MessageEndpointConfiguration()
-
-
Method Details
-
getBody
-
setBody
-
getFrom
public com.twilio.type.PhoneNumber getFrom() -
setFrom
public void setFrom(com.twilio.type.PhoneNumber from) -
getMediaUrl
-
setMediaUrl
-
getMessagingServiceSid
-
setMessagingServiceSid
-
getPathAccountSid
-
setPathAccountSid
-
getPathSid
-
setPathSid
-
getTo
public com.twilio.type.PhoneNumber getTo() -
setTo
public void setTo(com.twilio.type.PhoneNumber to)
-