| Interface | Description |
|---|---|
| ApiVersionedAction<T> |
This interface along with the static
run(AnywhereConnector, ApiVersionedAction) method
are used to perform - and possibly retry - an action that supports multiple
FssApiVersions. |
| Class | Description |
|---|---|
| AnywhereActivityAPI |
API for performing activity-related actions such as getting files activity.
|
| AnywhereAPI |
HCP Anywhere FSS API is an API for connecting to HCP Anywhere, accessible via HTTP.
|
| AnywhereAPI.Builder |
Builds an instance of an
AnywhereAPI. |
| AnywhereClientAPI |
API for performing client actions such as rename, clear credentials, and list.
|
| AnywhereConnector |
Connects to HCP Anywhere and runs HTTP requests.
|
| AnywhereConnector.Builder |
Builds an instance of an AnywhereConnector.
|
| AnywhereFileAPI |
API for performing file actions such as download, upload, and update.
|
| AnywhereFolderAPI |
API for performing folder actions such as create and list the contents of a folder.
|
| AnywhereLinkAPI |
API for performing link actions such as create link.
|
| AnywherePathAPI |
API for performing actions such as delete and move for both files and folders.
|
| AnywhereProviderAPI |
API for performing provider-related actions such as listing the providers.
|
| AnywhereSamlAPI |
API for performing SAML actions.
|
| AnywhereShareAPI |
API for share activities such as create share, invite users, etc.
|
| AnywhereUserAPI |
API for getting information about users.
|
| Enum | Description |
|---|---|
| AnywhereConnector.RequestMethod |
The HTTP method (or verb)
|