| Package | Description |
|---|---|
| net.spreadsheetspace.sdk.sbc.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationType |
Message.getNotificationType() |
static NotificationType |
NotificationType.getTypeByString(String type) |
static NotificationType |
NotificationType.lookup(int val) |
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setNotificationType(NotificationType notificationType) |
| Constructor and Description |
|---|
Message(String viewId,
NotificationType notificationType,
String viewServer,
String fileName,
long seqNum,
String sender,
String senderId,
String description,
String metadata,
long timestamp,
ClientType clientType,
String formId,
String formServer,
String userId) |
Copyright © 2023. All rights reserved.