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.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Builds the.
public Build ( ) : Discussion
Résultat Discussion

CreateDiscussionBuilder() public méthode

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
Résultat System

GetComment() public méthode

Gets the Comments.
public GetComment ( ) : Comment
Résultat Comment

GetTitle() public méthode

Gets the Title.
public GetTitle ( ) : string
Résultat string

SetComment() public méthode

Sets the Comments for the discussion.
public SetComment ( Comment comment ) : CreateDiscussionBuilder
comment Comment the Comments
Résultat CreateDiscussionBuilder

SetTitle() public méthode

Sets the Title for the discussion.
public SetTitle ( string title ) : CreateDiscussionBuilder
title string the Title
Résultat CreateDiscussionBuilder