C# Class Smartsheet.Api.Internal.ImageUrlsResourcesImpl

This interface provides methods to access image URLs. Thread Safety: Implementation of this interface must be thread safe.
Inheritance: AbstractResources, ImageUrlsResources
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
GetImageUrls ( IEnumerable requestUrls ) : ImageUrlMap

Gets URLs that can be used to retrieve the specified cell images.

It mirrors To the following Smartsheet REST API method: POST /imageurls

ImageUrlsResourcesImpl ( SmartsheetImpl smartsheet ) : System

Constructor. Parameters: - Smartsheet : the SmartsheetImpl Exceptions: - IllegalArgumentException : if any argument is null

Method Details

GetImageUrls() public method

Gets URLs that can be used to retrieve the specified cell images.

It mirrors To the following Smartsheet REST API method: POST /imageurls

if any argument is null or empty string if there is any problem with the REST API request if there is any problem with the REST API authorization (access token) if the resource cannot be found if the REST API service is not available (possibly due To rate limiting) if there is any other error during the operation
public GetImageUrls ( IEnumerable requestUrls ) : ImageUrlMap
requestUrls IEnumerable array of requested Images and sizes
return Smartsheet.Api.Models.ImageUrlMap

ImageUrlsResourcesImpl() public method

Constructor. Parameters: - Smartsheet : the SmartsheetImpl Exceptions: - IllegalArgumentException : if any argument is null
public ImageUrlsResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl the Smartsheet
return System