Uses of Class
com.blackberry.workspaces.sdk.api.enums.SearchFilter
-
Packages that use SearchFilter Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of SearchFilter in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return SearchFilter Modifier and Type Method Description static SearchFilter
SearchFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchFilter[]
SearchFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchFilter in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return SearchFilter Modifier and Type Method Description SearchFilter
SearchFilterJson. getFilterName()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type SearchFilter Modifier and Type Method Description void
SearchFilterJson. setFilterName(SearchFilter filterName)
-