Class ListLastResolvedFolderPermissionRequestsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListLastResolvedFolderPermissionRequestsJson
- All Implemented Interfaces:
Serializable
public class ListLastResolvedFolderPermissionRequestsJson extends BaseJson
Details for listing last resolved permission requests on folder
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListLastResolvedFolderPermissionRequestsJson()
-
Method Summary
Modifier and Type Method Description Integer
getNumberOfLastDaysToShowRequestsFrom()
Set<String>
getWorkspaceTypes()
void
setNumberOfLastDaysToShowRequestsFrom(Integer numberOfLastDaysToShowRequestsFrom)
void
setWorkspaceTypes(Set<String> workspaceTypes)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListLastResolvedFolderPermissionRequestsJson
public ListLastResolvedFolderPermissionRequestsJson()
-
-
Method Details