C# 클래스 Smartsheet.Api.Internal.SheetCommentResourcesImpl

This is the implementation of the SheetCommentResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
상속: AbstractResources, SheetCommentResources
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
DeleteComment ( long sheetId, long commentId ) : void

Deletes the Comment specified in the URL.

It mirrors To the following Smartsheet REST API method: DELETE /sheets/{sheetId}/comments/{commentId}

GetComment ( long sheetId, long commentId ) : Comment

Gets the Comment specified in the URL.

It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/comments/{commentId}

SheetCommentResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic

Constructor.

메소드 상세

DeleteComment() 공개 메소드

Deletes the Comment specified in the URL.

It mirrors To the following Smartsheet REST API method: DELETE /sheets/{sheetId}/comments/{commentId}

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 DeleteComment ( long sheetId, long commentId ) : void
sheetId long the sheetId
commentId long the commentId
리턴 void

GetComment() 공개 메소드

Gets the Comment specified in the URL.

It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/comments/{commentId}

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 GetComment ( long sheetId, long commentId ) : Comment
sheetId long the id of the sheet
commentId long the id the of the comment
리턴 Smartsheet.Api.Models.Comment

SheetCommentResourcesImpl() 공개 메소드

Constructor.
if any argument is null
public SheetCommentResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
리턴 System.Collections.Generic