Package com.podio.status
Class StatusFull
- java.lang.Object
-
- com.podio.common.CreatedBase
-
- com.podio.status.Status
-
- com.podio.status.StatusFull
-
- All Implemented Interfaces:
Serializable
public class StatusFull extends Status
A status message posted by a user to a space- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comment>getComments()List<File>getFiles()RatingValuesMapgetRatings()IntegergetUserRating(RatingType type)Map<RatingType,Integer>getUserRatings()booleanisSubscribed()voidsetComments(List<Comment> comments)voidsetFiles(List<File> files)voidsetRatings(RatingValuesMap ratings)voidsetSubscribed(boolean subscribed)voidsetUserRatings(Map<RatingType,Integer> userRatings)-
Methods inherited from class com.podio.status.Status
getStatusId, getValue, setStatusId, setValue
-
Methods inherited from class com.podio.common.CreatedBase
getCreatedBy, getCreatedOn, getCreatedVia, setCreatedBy, setCreatedOn, setCreatedVia
-
-
-
-
Method Detail
-
getRatings
public RatingValuesMap getRatings()
-
setRatings
public void setRatings(RatingValuesMap ratings)
-
isSubscribed
public boolean isSubscribed()
-
setSubscribed
public void setSubscribed(boolean subscribed)
-
getUserRating
public Integer getUserRating(RatingType type)
-
getUserRatings
public Map<RatingType,Integer> getUserRatings()
-
setUserRatings
public void setUserRatings(Map<RatingType,Integer> userRatings)
-
-