Package com.podio.status
Class StatusCreate
- java.lang.Object
-
- com.podio.status.StatusCreate
-
public class StatusCreate extends Object
-
-
Constructor Summary
Constructors Constructor Description StatusCreate()StatusCreate(String value, List<Integer> alerts, List<Integer> fileIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getAlerts()List<Integer>getFileIds()StringgetValue()voidsetAlerts(List<Integer> alerts)Sets the list of users to alert in this status updatedvoidsetFileIds(List<Integer> fileIds)Sets the files to attach to this status messagevoidsetValue(String value)Sets the text value of the status message
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
Sets the text value of the status message- Parameters:
value- The text of the status
-
setAlerts
public void setAlerts(List<Integer> alerts)
Sets the list of users to alert in this status updated- Parameters:
alerts- The ids of the users to alert
-
-