Class MessageEndpointConfiguration

  • 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.
    • Constructor Detail

      • MessageEndpointConfiguration

        public MessageEndpointConfiguration()
    • Method Detail

      • 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)