Package com.smartsheet.api
Interface AssociatedDiscussionResources
-
@Deprecated(since="2.0.0", forRemoval=true) public interface AssociatedDiscussionResources
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useRowDiscussionResources
orSheetDiscussionResources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Discussion
createDiscussion(long objectId, Discussion discussion)
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0.
-
-
-
Method Detail
-
createDiscussion
@Deprecated(since="2.0.0", forRemoval=true) Discussion createDiscussion(long objectId, Discussion discussion) throws SmartsheetException
Deprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useRowDiscussionResources
orSheetDiscussionResources
- Parameters:
objectId
- the object id (sheet id or row id)discussion
- the discussion object- Returns:
- the created discussion
- Throws:
SmartsheetException
- if there is any other error during the operation
-
-