Package com.docusign.esign.model
Class CommentsPublish
- java.lang.Object
-
- com.docusign.esign.model.CommentsPublish
-
public class CommentsPublish extends Object
CommentsPublish
-
-
Constructor Summary
Constructors Constructor Description CommentsPublish()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsPublishaddCommentsToPublishItem(CommentPublish commentsToPublishItem)CommentsPublishcommentsToPublish(List<CommentPublish> commentsToPublish)booleanequals(Object o)List<CommentPublish>getCommentsToPublish()inthashCode()voidsetCommentsToPublish(List<CommentPublish> commentsToPublish)StringtoString()
-
-
-
Method Detail
-
commentsToPublish
public CommentsPublish commentsToPublish(List<CommentPublish> commentsToPublish)
-
addCommentsToPublishItem
public CommentsPublish addCommentsToPublishItem(CommentPublish commentsToPublishItem)
-
getCommentsToPublish
public List<CommentPublish> getCommentsToPublish()
- Returns:
- commentsToPublish
-
setCommentsToPublish
public void setCommentsToPublish(List<CommentPublish> commentsToPublish)
-
-