- 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.
- setLocation(String) - Method in class com.thingspace.cloud.sdk.request.ShareResource
-
Set the location of the resource to be added to the share.
- setLogLevel(LogLevel) - Method in class com.thingspace.cloud.sdk.CloudAPI
-
Set the log level for the SDK.
- setName(String) - Method in class com.thingspace.cloud.sdk.request.ShareResource
-
Set the name of a resource to be added to the share.
- setOrder(SortType.SortOrder) - Method in enum com.thingspace.cloud.sdk.enums.SortType
-
- setSize(Long) - Method in class com.thingspace.cloud.sdk.request.ShareResource
-
Set the size of the resource to be added to the share.
- setTags(Context, String, String) - Method in class com.thingspace.cloud.sdk.CloudAPI
-
Updates the tags for the file or folder at the specified path.
- Share - Interface in com.thingspace.cloud.sdk.list.item
-
Holds Shares information
- ShareResource - Class in com.thingspace.cloud.sdk.request
-
This class holds share resource details, can be used to create a share.
- ShareResource() - Constructor for class com.thingspace.cloud.sdk.request.ShareResource
-
- 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.