Class ChangeRecipientDescriptor
java.lang.Object
net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Response object for Add/Remove recipient request
Composed by:
Composed by:
- viewId: This string represents the identifier of the View.
- viewServer: This string represents the server address where the View is stored.
- statusCode: This integer represents the response code for the action.
- message: This list represents a message associated to the action.
-
Constructor Summary
ConstructorsConstructorDescriptionChangeRecipientDescriptor(String viewId, String viewServer, StatusCode statusCode, LinkedList<String> message) -
Method Summary
Modifier and TypeMethodDescriptionGet the message associated to the action.Get the response code for the action.Get the identifier of the View.Get the server address where the View is stored.voidsetMessage(LinkedList<String> message) voidsetStatusCode(StatusCode statusCode) voidvoidsetViewServer(String viewServer)
-
Constructor Details
-
ChangeRecipientDescriptor
public ChangeRecipientDescriptor(String viewId, String viewServer, StatusCode statusCode, LinkedList<String> message)
-
-
Method Details
-
getViewId
Get the identifier of the View. -
setViewId
-
getViewServer
Get the server address where the View is stored. -
setViewServer
-
getStatusCode
Get the response code for the action. -
setStatusCode
-
getMessage
Get the message associated to the action. -
setMessage
-