Package com.podio.status
Class StatusUpdate
- java.lang.Object
-
- com.podio.status.StatusUpdate
-
public class StatusUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description StatusUpdate()StatusUpdate(String value, List<Integer> fileIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getFileIds()StringgetValue()voidsetFileIds(List<Integer> fileIds)Sets the files to attach to this status messagevoidsetValue(String value)Sets the text value of the status message
-