Uses of Enum Class
net.spreadsheetspace.sdk.orchestrator.model.ExcelType
Packages that use ExcelType
Package
Description
-
Uses of ExcelType in net.spreadsheetspace.sdk.model
Methods in net.spreadsheetspace.sdk.model that return ExcelTypeModifier and TypeMethodDescriptionViewDescriptor.getExcelType()Get the Excel type on the current Object.Methods in net.spreadsheetspace.sdk.model with parameters of type ExcelTypeConstructors in net.spreadsheetspace.sdk.model with parameters of type ExcelTypeModifierConstructorDescriptionViewDescriptor(String viewId, String viewServer, Long nextAvailableSequenceNumber, ExcelType excelType) ViewDescriptor(String viewId, String viewServer, 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) -
Uses of ExcelType in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator with parameters of type ExcelTypeModifier and TypeMethodDescriptionstatic ChangeRecipientDescriptorOrchestratorContactUtil.addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) static ChangeRecipientDescriptorOrchestratorContactUtil.removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) -
Uses of ExcelType in net.spreadsheetspace.sdk.orchestrator.model
Subclasses with type arguments of type ExcelType in net.spreadsheetspace.sdk.orchestrator.modelMethods in net.spreadsheetspace.sdk.orchestrator.model that return ExcelTypeModifier and TypeMethodDescriptionstatic ExcelTypeExcelType.getTypeByString(String state) static ExcelTypeExcelType.lookup(int val) static ExcelTypeReturns the enum constant of this class with the specified name.static ExcelType[]ExcelType.values()Returns an array containing the constants of this enum class, in the order they are declared.