Class AddressBookDescriptor
java.lang.Object
net.spreadsheetspace.sdk.model.AddressBookDescriptor
Response object for Addressbook request
Composed by
Composed by
- listContact: This list represents the addressbook.
- statusCode: This integer represents the response code for the action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContact[]Get the addressbook list.Get the response code for the action "getAddressbook"voidsetListContact(Contact[] listContact) Set the addressbook list.voidsetStatusCode(StatusCode statusCode) Set the response code for the action "getAddressbook"
-
Constructor Details
-
AddressBookDescriptor
-
-
Method Details
-
getListContact
Get the addressbook list. See the documentation of "Contact" for more details.- Returns:
- the addressbook list
-
setListContact
Set the addressbook list. See the documentation of "Contact" for more details. -
getStatusCode
Get the response code for the action "getAddressbook"- Returns:
- the response code
-
setStatusCode
Set the response code for the action "getAddressbook"
-