| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
ContactObjectValue |
ContactObjectValue.setImgeId(String imgeId)
Sets the contact image for this Contact
|
ContactObjectValue |
ContactObjectValue.setRefIndex(Integer refIndex)
Sets the offset in contactReferences for this Contact
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactObjectValue> |
AbstractSheet.getContactReferences()
Sets contact references used by MULTI_CONTACT_LIST columns
|
List<ContactObjectValue> |
MultiContactObjectValue.getValues()
Gets the array of Contact objects.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setContactReferences(List<ContactObjectValue> contactReferences)
Sets contact references used by MULTI_CONTACT_LIST columns
|
MultiContactObjectValue |
MultiContactObjectValue.setValues(List<ContactObjectValue> values)
Sets the array of Contact objects.
|
| Constructor and Description |
|---|
MultiContactObjectValue(List<ContactObjectValue> values) |
Copyright © 2014–2019 Smartsheet. All rights reserved.