public class StatusCreate extends Object
| Constructor and Description |
|---|
StatusCreate() |
StatusCreate(String value,
List<Integer> alerts,
List<Integer> fileIds) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAlerts() |
List<Integer> |
getFileIds() |
String |
getValue() |
void |
setAlerts(List<Integer> alerts)
Sets the list of users to alert in this status updated
|
void |
setFileIds(List<Integer> fileIds)
Sets the files to attach to this status message
|
void |
setValue(String value)
Sets the text value of the status message
|
public String getValue()
public void setValue(String value)
value - The text of the statuspublic void setAlerts(List<Integer> alerts)
alerts - The ids of the users to alertCopyright © 2014. All Rights Reserved.