Uses of Enum Class
net.spreadsheetspace.sdk.StatusCode
Packages that use StatusCode
Package
Description
-
Uses of StatusCode in net.spreadsheetspace.sdk
Subclasses with type arguments of type StatusCode in net.spreadsheetspace.sdkMethods in net.spreadsheetspace.sdk that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCodeStatusCode.lookup(int val) static StatusCodeReturns the enum constant of this class with the specified name.static StatusCode[]StatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spreadsheetspace.sdk that return types with arguments of type StatusCode -
Uses of StatusCode in net.spreadsheetspace.sdk.model
Methods in net.spreadsheetspace.sdk.model that return StatusCodeModifier and TypeMethodDescriptionAddressBookDescriptor.getStatusCode()Get the response code for the action "getAddressbook"ChangeRecipientDescriptor.getStatusCode()Get the response code for the action.GenerateKeyDescriptor.getStatusCode()Get response code for the GenerateKey action.ListViewDescriptor.getStatusCode()Get response code for the GenerateKey action.UserDescriptor.getStatusCode()Get response code for the GenerateKey action.ValuesViewDescriptor.getStatusCode()Get the response code for the action "getValuesView".ViewDescriptor.getStatusCode()Get the response code for the action that was performed on the current View.Methods in net.spreadsheetspace.sdk.model with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidAddressBookDescriptor.setStatusCode(StatusCode statusCode) Set the response code for the action "getAddressbook"voidChangeRecipientDescriptor.setStatusCode(StatusCode statusCode) voidGenerateKeyDescriptor.setStatusCode(StatusCode statusCode) voidListViewDescriptor.setStatusCode(StatusCode statusCode) voidUserDescriptor.setStatusCode(StatusCode statusCode) voidValuesViewDescriptor.setStatusCode(StatusCode statusCode) voidViewDescriptor.setStatusCode(StatusCode statusCode) Constructors in net.spreadsheetspace.sdk.model with parameters of type StatusCodeModifierConstructorDescriptionAddressBookDescriptor(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(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) ViewDescriptor(LinkedList<String> messages, StatusCode statusCode) -
Uses of StatusCode in net.spreadsheetspace.sdk.viewserver.model
Methods in net.spreadsheetspace.sdk.viewserver.model that return StatusCodeModifier and TypeMethodDescriptionPullResponse.getStatusCodeEnum()PushResponse.getStatusCodeEnum()Methods in net.spreadsheetspace.sdk.viewserver.model with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidPullResponse.setStatusCodeEnum(StatusCode statusCodeEnum) voidPushResponse.setStatusCodeEnum(StatusCode statusCodeEnum)