Package com.podio.comment
Class CommentUpdate
- java.lang.Object
-
- com.podio.comment.CommentUpdate
-
public class CommentUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentUpdate(String value)CommentUpdate(String value, List<Integer> fileIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalId()List<Integer>getFileIds()StringgetValue()voidsetExternalId(String externalId)voidsetFileIds(List<Integer> fileIds)voidsetValue(String value)
-