|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.MessageEncodings | |
---|---|
org.smslib | Main SMSLib classes. |
Uses of Message.MessageEncodings in org.smslib |
---|
Methods in org.smslib that return Message.MessageEncodings | |
---|---|
Message.MessageEncodings |
Message.getEncoding()
Returns the message encoding. |
static Message.MessageEncodings |
Message.MessageEncodings.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Message.MessageEncodings[] |
Message.MessageEncodings.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.smslib with parameters of type Message.MessageEncodings | |
---|---|
void |
OutboundMessage.setEncoding(Message.MessageEncodings encoding)
|
void |
Message.setEncoding(Message.MessageEncodings myEncoding)
Sets the message encoding to the specified one. |
|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |