| Package | Description |
|---|---|
| com.messagebird.objects |
| Modifier and Type | Method and Description |
|---|---|
DataCodingType |
MessageResponse.getDatacoding()
The datacoding used, can be plain or unicode
|
DataCodingType |
VerifyRequest.getDatacoding()
The datacoding used by the template.
|
DataCodingType |
Message.getDatacoding()
The datacoding used, can be plain or unicode
|
static DataCodingType |
DataCodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCodingType[] |
DataCodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyRequest.setDatacoding(DataCodingType datacoding)
The datacoding used by the template.
|
void |
Message.setDatacoding(DataCodingType datacoding)
The datacoding used, can be plain or unicode
|
Copyright © 2024. All rights reserved.