C# Класс Smartsheet.Api.Internal.ImageUrlsResourcesImpl

This interface provides methods to access image URLs. Thread Safety: Implementation of this interface must be thread safe.
Наследование: AbstractResources, ImageUrlsResources
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetImageUrls() публичный Метод

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
Результат Smartsheet.Api.Models.ImageUrlMap

ImageUrlsResourcesImpl() публичный Метод

Constructor. Parameters: - Smartsheet : the SmartsheetImpl Exceptions: - IllegalArgumentException : if any argument is null
public ImageUrlsResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl the Smartsheet
Результат System