- search(Context, CloudAPI.QueryType, String, String, String, int, SearchCallback) - Method in class com.thingspace.cloud.sdk.CloudAPI
-
Search for file(s) and folder(s) stored under user's cloud storage account.
- Search() - Constructor for class com.thingspace.cloud.sdk.CloudAPI.Search
-
- SearchCallback - Interface in com.thingspace.cloud.sdk.callback
-
Search callback - to be implemented to receive search result.
- SearchException - Exception in com.thingspace.cloud.sdk.exception
-
Generic exception class for all exceptions thrown from inside Search api call.
- SearchException(Exception) - Constructor for exception com.thingspace.cloud.sdk.exception.SearchException
-
Constructor using a root cause exception.
- SearchException(CloudAPIException.ErrorCode) - Constructor for exception com.thingspace.cloud.sdk.exception.SearchException
-
Create a new exception defined by the provided code.
- SearchException(CloudAPIException.ErrorCode, String) - Constructor for exception com.thingspace.cloud.sdk.exception.SearchException
-
Create a new exception defined by the provided code.
- setOrder(SortType.SortOrder) - Method in enum com.thingspace.cloud.sdk.enums.SortType
-
- SIZE - Static variable in class com.thingspace.cloud.sdk.CloudAPI.Search
-
The size of the file, in bytes
- SortType - Enum in com.thingspace.cloud.sdk.enums
-
Sort types
- SortType.SortOrder - Enum in com.thingspace.cloud.sdk.enums
-
- SOURCE - Static variable in class com.thingspace.cloud.sdk.CloudAPI.Search
-
The origin of the file such as MMS or web client
- SystemAttributes - Interface in com.thingspace.cloud.sdk.list.item
-
System attributes.