Package com.smartsheet.api.models
Class ImageUrlMap
- java.lang.Object
-
- com.smartsheet.api.models.ImageUrlMap
-
public class ImageUrlMap extends java.lang.Object
Represents the ImageUrl object.
-
-
Constructor Summary
Constructors Constructor Description ImageUrlMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ImageUrl>
getImageUrls()
Get the array of imageUrl objectsjava.lang.Long
getUrlExpiresInMillis()
Get the milliseconds before the URLs within imageUrls will expire.ImageUrlMap
setImageUrls(java.util.List<ImageUrl> imageUrls)
Set the array of imageUrl objectsImageUrlMap
setUrlExpiresInMillis(java.lang.Long urlExpiresInMillis)
Set the milliseconds before the URLs within imageUruls will expire.
-
-
-
Method Detail
-
getUrlExpiresInMillis
public java.lang.Long getUrlExpiresInMillis()
Get the milliseconds before the URLs within imageUrls will expire.- Returns:
- urlExpiresInMillis
-
setUrlExpiresInMillis
public ImageUrlMap setUrlExpiresInMillis(java.lang.Long urlExpiresInMillis)
Set the milliseconds before the URLs within imageUruls will expire.
-
getImageUrls
public java.util.List<ImageUrl> getImageUrls()
Get the array of imageUrl objects- Returns:
- imageUrls
-
setImageUrls
public ImageUrlMap setImageUrls(java.util.List<ImageUrl> imageUrls)
Set the array of imageUrl objects
-
-