C# Class Smartsheet.Api.Models.Discussion.CreateDiscussionBuilder

A convenience class To help generate discussion object with the appropriate fields for adding a discussion To a sheet or row.
Mostrar archivo Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
Build ( ) : Discussion

Builds the.

CreateDiscussionBuilder ( string title, Comment comment ) : System

Sets the required properties for creating a Discussion.

GetComment ( ) : Comment

Gets the Comments.

GetTitle ( ) : string

Gets the Title.

SetComment ( Comment comment ) : CreateDiscussionBuilder

Sets the Comments for the discussion.

SetTitle ( string title ) : CreateDiscussionBuilder

Sets the Title for the discussion.

Method Details

Build() public method

Builds the.
public Build ( ) : Discussion
return Discussion

CreateDiscussionBuilder() public method

Sets the required properties for creating a Discussion.
public CreateDiscussionBuilder ( string title, Comment comment ) : System
title string the Discussion title
comment Comment the Comment of the Discussion
return System

GetComment() public method

Gets the Comments.
public GetComment ( ) : Comment
return Comment

GetTitle() public method

Gets the Title.
public GetTitle ( ) : string
return string

SetComment() public method

Sets the Comments for the discussion.
public SetComment ( Comment comment ) : CreateDiscussionBuilder
comment Comment the Comments
return CreateDiscussionBuilder

SetTitle() public method

Sets the Title for the discussion.
public SetTitle ( string title ) : CreateDiscussionBuilder
title string the Title
return CreateDiscussionBuilder