| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
ListBuilder<T> |
ListBuilder.add(Collection<T> elements)
Adds multiple elements to the list
|
ListBuilder<T> |
ListBuilder.add(T... elements)
Adds multiple elements to the list
|
ListBuilder<T> |
ListBuilder.add(T element)
Adds a single element to the list
|
Copyright © 2014–2017 Smartsheet. All rights reserved.