Package ch.autumo.commons.sms
Class TextAnywhere
java.lang.Object
ch.autumo.commons.sms.TextAnywhere
- All Implemented Interfaces:
Messenger
TextAnywhere SMS Messenger.
See: https://www.textanywhere.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis object is used to create an SMS message sending request.static classThis class represents the API Response. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase URL.protected static final org.slf4j.LoggerLogger.static final StringHigh quality message identification.static final StringMedium quality message identification.Fields inherited from interface ch.autumo.commons.sms.Messenger
INTL_PHONE_NUMBER_PATTERN -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOGLogger. -
BASEURL
Base URL.- See Also:
-
MESSAGE_HIGH_QUALITY
High quality message identification.- See Also:
-
MESSAGE_MEDIUM_QUALITY
Medium quality message identification.- See Also:
-
-
Constructor Details
-
TextAnywhere
public TextAnywhere()Default constructor.
-
-
Method Details