| Package | Description |
|---|---|
| net.spreadsheetspace.sdk.model | |
| net.spreadsheetspace.sdk.orchestrator | |
| net.spreadsheetspace.sdk.orchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
ExcelType |
ViewDescriptor.getExcelType()
Get the Excel type on the current Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDescriptor.setExcelType(ExcelType excelType) |
| Constructor and Description |
|---|
ViewDescriptor(String viewId,
String viewServer,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
Long nextAvailableSequenceNumber,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber,
ExcelType excelType) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber,
ExcelType excelType,
String marketId) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecipientDescriptor |
OrchestratorContactUtil.addRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
String token,
AuthenticationResponse ar,
ExcelType excelType) |
static ChangeRecipientDescriptor |
OrchestratorContactUtil.removeRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
String token,
AuthenticationResponse ar,
ExcelType excelType) |
| Modifier and Type | Method and Description |
|---|---|
static ExcelType |
ExcelType.getTypeByString(String state) |
static ExcelType |
ExcelType.lookup(int val) |
static ExcelType |
ExcelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelType[] |
ExcelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.