| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactResources.getContact(String contactId)
Gets the specified Contact.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Contact> |
ContactResources.listContacts(PaginationParameters parameters)
Gets a list of the user’s Smartsheet Contacts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactObjectValue |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.setEmail(String email)
Sets the email for the contact
|
Contact |
Contact.setName(String name)
Sets the name for the contact
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Column.getContactOptions()
Gets a list of contact options
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setContactOptions(List<Contact> contactOptions)
Sets the list of contact options
|
Copyright © 2014–2017 Smartsheet. All rights reserved.