Uses of Class
com.blackberry.workspaces.sdk.api.enums.SearchContext
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of SearchContext in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return SearchContext Modifier and Type Method Description static SearchContext
SearchContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchContext[]
SearchContext. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchContext in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return SearchContext Modifier and Type Method Description SearchContext
AutocompleteRequestJson. getLocationContext()
SearchContext
SearchRequestJson. getLocationContext()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type SearchContext Modifier and Type Method Description void
AutocompleteRequestJson. setLocationContext(SearchContext locationContext)
void
SearchRequestJson. setLocationContext(SearchContext locationContext)