Uses of Class
com.blackberry.workspaces.sdk.api.enums.ApiFilterScope
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of ApiFilterScope in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return ApiFilterScope Modifier and Type Method Description static ApiFilterScope
ApiFilterScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiFilterScope[]
ApiFilterScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApiFilterScope in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return ApiFilterScope Modifier and Type Method Description ApiFilterScope
ListDocumentsVdrJson. getFilterScope()
Filter scope, default is specific folder, if all files from workspace are needed change to ENTIRE_ROOM.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type ApiFilterScope Modifier and Type Method Description void
ListDocumentsVdrJson. setFilterScope(ApiFilterScope filterScope)
Filter scope, default is specific folder, if all files from workspace are needed change to ENTIRE_ROOM.