| Package | Description |
|---|---|
| org.apache.camel.component.soroushbot.models |
| Modifier and Type | Method and Description |
|---|---|
FileType |
SoroushMessage.getFileType() |
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.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.setFileType(FileType fileType) |
| 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