Class ListViewDescriptor

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

public class ListViewDescriptor extends Object
Response object for getOwnedView and getInboxView

Composed by:
  • listView: This list represents the owned or inboxed views.
  • statusCode: This integer represents the response code for the action.
  • Constructor Details

  • Method Details

    • getListView

      public LinkedList<UserView> getListView()
      Get the the owned or inboxed views.
    • setListView

      public void setListView(LinkedList<UserView> listView)
    • getStatusCode

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

      public void setStatusCode(StatusCode statusCode)