Class ChangeRecipientDescriptor

java.lang.Object
net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor

public class ChangeRecipientDescriptor extends Object
Response object for Add/Remove recipient request

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 Details

  • Method Details

    • getViewId

      public String getViewId()
      Get the identifier of the View.
    • setViewId

      public void setViewId(String viewId)
    • getViewServer

      public String getViewServer()
      Get the server address where the View is stored.
    • setViewServer

      public void setViewServer(String viewServer)
    • getStatusCode

      public StatusCode getStatusCode()
      Get the response code for the action.
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)
    • getMessage

      public LinkedList<String> getMessage()
      Get the message associated to the action.
    • setMessage

      public void setMessage(LinkedList<String> message)