| Package | Description |
|---|---|
| net.spreadsheetspace.sdk | |
| net.spreadsheetspace.sdk.model | |
| net.spreadsheetspace.sdk.viewserver.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusCode |
StatusCode.lookup(int val) |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<StatusCode,String> |
StatusCode.getMap() |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
AddressBookDescriptor.getStatusCode()
Get the response code for the action "getAddressbook"
|
StatusCode |
UserDescriptor.getStatusCode()
Get response code for the GenerateKey action.
|
StatusCode |
GenerateKeyDescriptor.getStatusCode()
Get response code for the GenerateKey action.
|
StatusCode |
ChangeRecipientDescriptor.getStatusCode()
Get the response code for the action.
|
StatusCode |
ListViewDescriptor.getStatusCode()
Get response code for the GenerateKey action.
|
StatusCode |
ViewDescriptor.getStatusCode()
Get the response code for the action that was performed on the current View.
|
StatusCode |
ValuesViewDescriptor.getStatusCode()
Get the response code for the action "getValuesView".
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddressBookDescriptor.setStatusCode(StatusCode statusCode) |
void |
UserDescriptor.setStatusCode(StatusCode statusCode) |
void |
GenerateKeyDescriptor.setStatusCode(StatusCode statusCode) |
void |
ChangeRecipientDescriptor.setStatusCode(StatusCode statusCode) |
void |
ListViewDescriptor.setStatusCode(StatusCode statusCode) |
void |
ViewDescriptor.setStatusCode(StatusCode statusCode) |
void |
ValuesViewDescriptor.setStatusCode(StatusCode statusCode) |
| Constructor and Description |
|---|
AddressBookDescriptor(Contact[] listContact,
StatusCode statusCode) |
ChangeRecipientDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
LinkedList<String> message) |
GenerateKeyDescriptor(String publicKey,
String privateKey,
StatusCode statusCode) |
ListViewDescriptor(LinkedList<UserView> listView,
StatusCode statusCode) |
UserDescriptor(String username,
StatusCode statusCode) |
ValuesViewDescriptor(String[][] values,
Long seqNum,
StatusCode statusCode) |
ViewDescriptor(LinkedList<String> messages,
StatusCode statusCode) |
ViewDescriptor(String viewId,
String viewServer,
StatusCode statusCode,
String message,
Long nextAvailableSequenceNumber) |
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 |
|---|---|
StatusCode |
PullResponse.getStatusCodeEnum() |
StatusCode |
PushResponse.getStatusCodeEnum() |
| Modifier and Type | Method and Description |
|---|---|
void |
PullResponse.setStatusCodeEnum(StatusCode statusCodeEnum) |
void |
PushResponse.setStatusCodeEnum(StatusCode statusCodeEnum) |
Copyright © 2025. All rights reserved.