| 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
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Column.getContactOptions()
Gets a list of contact options
|
List<Contact> |
SummaryField.getContactOptions()
Get contact options, only valid when type is CONTACT_LIST
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setContactOptions(List<Contact> contactOptions)
Sets the list of contact options
|
SummaryField |
SummaryField.setContactOptions(List<Contact> contactOptions)
Set contact options
|
Copyright © 2014–2019 Smartsheet. All rights reserved.