Class ListLastResolvedFolderPermissionRequestsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-