Package com.docusign.esign.model
Class CommentsPublish
- java.lang.Object
-
- com.docusign.esign.model.CommentsPublish
-
- All Implemented Interfaces:
Serializable
public class CommentsPublish extends Object implements Serializable
CommentsPublish.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentsPublish()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsPublishaddCommentsToPublishItem(CommentPublish commentsToPublishItem)addCommentsToPublishItem.CommentsPublishcommentsToPublish(List<CommentPublish> commentsToPublish)commentsToPublish.booleanequals(Object o)Compares objects.List<CommentPublish>getCommentsToPublish().inthashCode()Returns the HashCode.voidsetCommentsToPublish(List<CommentPublish> commentsToPublish)setCommentsToPublish.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
commentsToPublish
public CommentsPublish commentsToPublish(List<CommentPublish> commentsToPublish)
commentsToPublish.- Returns:
- CommentsPublish
-
addCommentsToPublishItem
public CommentsPublish addCommentsToPublishItem(CommentPublish commentsToPublishItem)
addCommentsToPublishItem.- Returns:
- CommentsPublish
-
getCommentsToPublish
public List<CommentPublish> getCommentsToPublish()
.- Returns:
- commentsToPublish
-
setCommentsToPublish
public void setCommentsToPublish(List<CommentPublish> commentsToPublish)
setCommentsToPublish.
-
equals
public boolean equals(Object o)
Compares objects.
-
-