Class ValuesViewDescriptor
java.lang.Object
net.spreadsheetspace.sdk.model.ValuesViewDescriptor
Response object for getValuesView
Composed by:
Composed by:
- values: This matrix represents view's values.
- seqNum: View's sequence number.
- statusCode: This integer represents the response code for the getValuesView action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the view's sequence numberGet the response code for the action "getValuesView".String[][]Get a matrix represents view's values.voidvoidsetStatusCode(StatusCode statusCode) void
-
Constructor Details
-
ValuesViewDescriptor
-
-
Method Details
-
getValues
Get a matrix represents view's values. -
setValues
-
getSeqNum
Get the view's sequence number -
setSeqNum
-
getStatusCode
Get the response code for the action "getValuesView". -
setStatusCode
-