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