Class AddressBookDescriptor

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

public class AddressBookDescriptor extends Object
Response object for Addressbook request

Composed by
  • listContact: This list represents the addressbook.
  • statusCode: This integer represents the response code for the action.
  • Constructor Details

    • AddressBookDescriptor

      public AddressBookDescriptor(Contact[] listContact, StatusCode statusCode)
  • Method Details

    • getListContact

      public Contact[] getListContact()
      Get the addressbook list. See the documentation of "Contact" for more details.
      Returns:
      the addressbook list
    • setListContact

      public void setListContact(Contact[] listContact)
      Set the addressbook list. See the documentation of "Contact" for more details.
    • getStatusCode

      public StatusCode getStatusCode()
      Get the response code for the action "getAddressbook"
      Returns:
      the response code
    • setStatusCode

      public void setStatusCode(StatusCode statusCode)
      Set the response code for the action "getAddressbook"