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 use RowDiscussionResources or SheetDiscussionResources
    • 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 use RowDiscussionResources or SheetDiscussionResources
        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