Class ListUserMentionInCommentsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ListUserMentionInCommentsJson
-
- All Implemented Interfaces:
Serializable
public class ListUserMentionInCommentsJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListUserMentionInCommentsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getEndDate()
Date
getStartDate()
void
setEndDate(Date endDate)
void
setStartDate(Date startDate)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-