| Package | Description |
|---|---|
| org.apache.camel.component.soroushbot.models |
| Modifier and Type | Method and Description |
|---|---|
MinorType |
SoroushMessage.getType() |
static MinorType |
MinorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinorType[] |
MinorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoroushMessage.setType(MinorType type) |
| Constructor and Description |
|---|
SoroushMessage(String to,
String from,
String body,
MinorType type,
String time,
String fileName,
FileType fileType,
Double fileSize,
String fileUrl,
String thumbnailUrl,
Double imageWidth,
Double imageHeight,
Double fileDuration,
Double thumbnailWidth,
Double thumbnailHeight,
String nickName,
String avatarUrl,
Double phoneNo,
Double latitude,
Double longitude,
List<List<CustomKey>> keyboard) |
Apache Camel