Package com.smartsheet.api
Interface AssociatedDiscussionResources
-
@Deprecated(since="2.0.0", forRemoval=true) public interface AssociatedDiscussionResourcesDeprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useRowDiscussionResourcesorSheetDiscussionResources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DiscussioncreateDiscussion(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 SmartsheetExceptionDeprecated, for removal: This API element is subject to removal in a future version.As of release 2.0. Please useRowDiscussionResourcesorSheetDiscussionResources- 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
-
-