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 Details

    • MessageEndpointConfiguration

      public MessageEndpointConfiguration()
  • Method Details

    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getFrom

      public com.twilio.type.PhoneNumber getFrom()
    • setFrom

      public void setFrom(com.twilio.type.PhoneNumber from)
    • getMediaUrl

      public List<URI> getMediaUrl()
    • setMediaUrl

      public void setMediaUrl(List<URI> mediaUrl)
    • getMessagingServiceSid

      public String getMessagingServiceSid()
    • setMessagingServiceSid

      public void setMessagingServiceSid(String messagingServiceSid)
    • getPathAccountSid

      public String getPathAccountSid()
    • setPathAccountSid

      public void setPathAccountSid(String pathAccountSid)
    • getPathSid

      public String getPathSid()
    • setPathSid

      public void setPathSid(String pathSid)
    • getTo

      public com.twilio.type.PhoneNumber getTo()
    • setTo

      public void setTo(com.twilio.type.PhoneNumber to)