public class ImageUrl extends Object
| Constructor and Description |
|---|
ImageUrl() |
| Modifier and Type | Method and Description |
|---|---|
Error |
getError()
Get the error object
|
Long |
getHeight()
Get the image height
|
String |
getImageId()
Get the image id.
|
String |
getUrl()
Get the temporary URL that can be used to retrieve the image.
|
Long |
getWidth()
Get the image width
|
ImageUrl |
setError(Error error)
Set the error object.
|
ImageUrl |
setHeight(Long height)
Set the image height
|
ImageUrl |
setImageId(String imageId)
Set the image id
|
ImageUrl |
setUrl(String url)
Set the temporary URL that can be used to retrieve the image.
|
ImageUrl |
setWidth(Long width)
Set the image width
|
public String getImageId()
public Long getWidth()
public Long getHeight()
public String getUrl()
public ImageUrl setUrl(String url)
url - public Error getError()
Copyright © 2014–2017 Smartsheet. All rights reserved.