| Package | Description |
|---|---|
| com.geotab.model.entity.textmessage | |
| com.geotab.model.search |
| Modifier and Type | Field and Description |
|---|---|
protected MessageContentType |
TextMessageContentType.contentType
The type of message.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageContentType |
MessageContentType.findOrDefault(String name) |
static MessageContentType |
MessageContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageContentType[] |
MessageContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DataToComponentContent(MessageContentType contentType,
int componentIndex,
int componentType,
int deviceIndex,
boolean isAcknowledgeRequired) |
TextContent(MessageContentType messageContentType,
String message,
Boolean urgent) |
TextMessageContentType(MessageContentType contentType) |
| Constructor and Description |
|---|
TextMessageSearch(String id,
DeviceSearch deviceSearch,
LocalDateTime modifiedSinceDate,
LocalDateTime toDate,
Long parentTextMessageId,
Id parentMessageId,
List<MessageContentType> contentTypes) |
Copyright © 2023. All rights reserved.