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

This is the implementation of the UserResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
Наследование: AbstractResources, UserSheetResources
Показать файл Открыть проект

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

Метод Описание
ListOrgSheets ( PaginationParameters paging, System.DateTime modifiedSince ) : PaginatedResult

List of all Sheets owned by the members of the account (organization).

It mirrors To the following Smartsheet REST API method: GET /users/sheets

UserSheetResourcesImpl ( SmartsheetImpl smartsheet ) : System

Constructor. Exceptions: - IllegalArgumentException : if any argument is null

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

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

List of all Sheets owned by the members of the account (organization).

It mirrors To the following Smartsheet REST API method: GET /users/sheets

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 ListOrgSheets ( PaginationParameters paging, System.DateTime modifiedSince ) : PaginatedResult
paging PaginationParameters
modifiedSince System.DateTime
Результат PaginatedResult

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

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