public static class Discussion.CreateDiscussionBuilder extends Object
| Constructor and Description |
|---|
CreateDiscussionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Discussion |
build()
Builds the.
|
Comment |
getComment()
Gets the comments.
|
String |
getTitle()
Gets the title.
|
Discussion.CreateDiscussionBuilder |
setComment(Comment comment)
Sets the comments for the discussion.
|
Discussion.CreateDiscussionBuilder |
setTitle(String title)
Sets the title for the discussion.
|
public Discussion.CreateDiscussionBuilder setTitle(String title)
title - the titlepublic Discussion.CreateDiscussionBuilder setComment(Comment comment)
comment - the commentspublic String getTitle()
public Comment getComment()
public Discussion build()
Copyright © 2014–2019 Smartsheet. All rights reserved.