| Package | Description |
|---|---|
| net.spreadsheetspace.sdk.orchestrator.model | |
| net.spreadsheetspace.sdk.sbc.model |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
PublishRequest.getClient_type() |
ClientType |
OrchestratorNewViewRequest.getClientType() |
static ClientType |
ClientType.getTypeByString(String type) |
static ClientType |
ClientType.lookup(int val) |
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishRequest.setClient_type(ClientType client_type) |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
Message.getClientType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setClientType(ClientType clientType) |
| 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.