| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
ImageUrlMap |
ImageUrlResources.getImageUrls(List<ImageUrl> requestUrls)
Gets URLS that can be used to retrieve the specified cell images.
|
| Modifier and Type | Method and Description |
|---|---|
ImageUrl |
ImageUrl.setError(Error error)
Set the error object.
|
ImageUrl |
ImageUrl.setHeight(Long height)
Set the image height
|
ImageUrl |
ImageUrl.setImageId(String imageId)
Set the image id
|
ImageUrl |
ImageUrl.setUrl(String url)
Set the temporary URL that can be used to retrieve the image.
|
ImageUrl |
ImageUrl.setWidth(Long width)
Set the image width
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageUrl> |
ImageUrlMap.getImageUrls()
Get the array of imageUrl objects
|
| Modifier and Type | Method and Description |
|---|---|
ImageUrlMap |
ImageUrlMap.setImageUrls(List<ImageUrl> imageUrls)
Set the array of imageUrl objects
|
Copyright © 2014–2019 Smartsheet. All rights reserved.