Skip navigation links
A B C D E F G H I K L M O P R S T U V W 

A

acceptInvitation(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Accept an invitation to join a shared folder
Access - Enum in com.hds.hcpaw.fss.api.model
Indicates the level of access a user has to an Entry (file or folder).
accessCode - Variable in class com.hds.hcpaw.fss.api.model.LinkRequestBase
 
AccountActivity - Class in com.hds.hcpaw.fss.api.model
 
AccountActivityEntry - Class in com.hds.hcpaw.fss.api.model
 
AccountActivityRequest - Class in com.hds.hcpaw.fss.api.model
 
AccountSettings - Class in com.hds.hcpaw.fss.api.model
 
AccountType - Enum in com.hds.hcpaw.fss.api.model
 
AnywhereActivityAPI - Class in com.hds.hcpaw.fss.api
API for performing activity-related actions such as getting files activity.
AnywhereActivityAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereActivityAPI
 
AnywhereAPI - Class in com.hds.hcpaw.fss.api
HCP Anywhere FSS API is an API for connecting to HCP Anywhere, accessible via HTTP.
AnywhereAPI.Builder - Class in com.hds.hcpaw.fss.api
Builds an instance of an AnywhereAPI.
AnywhereClientAPI - Class in com.hds.hcpaw.fss.api
API for performing client actions such as rename, clear credentials, and list.
AnywhereClientAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereClientAPI
 
AnywhereConnector - Class in com.hds.hcpaw.fss.api
Connects to HCP Anywhere and runs HTTP requests.
AnywhereConnector.Builder - Class in com.hds.hcpaw.fss.api
Builds an instance of an AnywhereConnector.
AnywhereConnector.RequestMethod - Enum in com.hds.hcpaw.fss.api
The HTTP method (or verb)
AnywhereException - Exception in com.hds.hcpaw.fss.api.exception
An error occurred while processing a request from HCP Anywhere.
AnywhereException() - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereException(String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereException(String, String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereException(String, String, Throwable) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereException(String, Throwable) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereException(Throwable) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
AnywhereExceptionFactory - Class in com.hds.hcpaw.fss.api.exception
Generates the appropriate exceptions based on the status codes and error messages from the server.
AnywhereExceptionFactory() - Constructor for class com.hds.hcpaw.fss.api.exception.AnywhereExceptionFactory
 
AnywhereFileAPI - Class in com.hds.hcpaw.fss.api
API for performing file actions such as download, upload, and update.
AnywhereFileAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereFileAPI
 
AnywhereFolderAPI - Class in com.hds.hcpaw.fss.api
API for performing folder actions such as create and list the contents of a folder.
AnywhereFolderAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereFolderAPI
 
AnywhereHttpException - Exception in com.hds.hcpaw.fss.api.exception
An error resulting from an error response that occurred while communicating with HCP Anywhere.
AnywhereHttpException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
 
AnywhereHttpException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
 
AnywhereLinkAPI - Class in com.hds.hcpaw.fss.api
API for performing link actions such as create link.
AnywhereLinkAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereLinkAPI
 
AnywherePathAPI - Class in com.hds.hcpaw.fss.api
API for performing actions such as delete and move for both files and folders.
AnywherePathAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywherePathAPI
 
AnywhereProviderAPI - Class in com.hds.hcpaw.fss.api
API for performing provider-related actions such as listing the providers.
AnywhereProviderAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereProviderAPI
 
AnywhereSamlAPI - Class in com.hds.hcpaw.fss.api
API for performing SAML actions.
AnywhereSamlAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereSamlAPI
 
AnywhereShareAPI - Class in com.hds.hcpaw.fss.api
API for share activities such as create share, invite users, etc.
AnywhereShareAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereShareAPI
 
AnywhereUserAPI - Class in com.hds.hcpaw.fss.api
API for getting information about users.
AnywhereUserAPI(AnywhereConnector) - Constructor for class com.hds.hcpaw.fss.api.AnywhereUserAPI
 
ApiVersionedAction<T> - Interface in com.hds.hcpaw.fss.api
This interface along with the static run(AnywhereConnector, ApiVersionedAction) method are used to perform - and possibly retry - an action that supports multiple FssApiVersions.
approveTeamFolderRequest(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Approve a request to create a team folder
AUTH_TYPE_BASIC - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
AuthConfig - Class in com.hds.hcpaw.fss.api.model
Information about an authentication configuration
AuthConfigFactor - Class in com.hds.hcpaw.fss.api.model
Information about an authentication factor
AuthConfigFactorType - Enum in com.hds.hcpaw.fss.api.model
The type of authentication factor.
AuthConfigListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of authentication configurations configured on the system.
authenticate(String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Authenticates the user with HCP Anywhere and returns an AuthToken, which can then be used to make calls to the sub APIs on behalf of the user.
authenticateCertificate() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Authenticates the user with HCP Anywhere with a client certificate and returns an AuthToken, which can then be used to make calls to the sub APIs on behalf of the user.
Authentication - Class in com.hds.hcpaw.fss.api.model
 
Authentication() - Constructor for class com.hds.hcpaw.fss.api.model.Authentication
 
AuthToken - Class in com.hds.hcpaw.fss.api.model
An AuthToken stores all the credentials required to communicate with HCP Anywhere.
AwAdditionalAuthenticationNeededException - Exception in com.hds.hcpaw.fss.api.exception
Additional authentication must be performed before the action can be done.
AwAdditionalAuthenticationNeededException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwAdditionalAuthenticationNeededException
 
AwAdditionalAuthenticationNeededException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwAdditionalAuthenticationNeededException
 
AwBadRequestException - Exception in com.hds.hcpaw.fss.api.exception
An error that's generated by a bad request to HCP Anywhere.
AwBadRequestException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwBadRequestException
 
AwBadRequestException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwBadRequestException
 
AwCertificateException - Exception in com.hds.hcpaw.fss.api.exception
An error about certificates during an SSL/TLS handshake.
AwCertificateException(Exception, X509Certificate[], String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwCertificateException
 
AwCertificateException(String, X509Certificate[], String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwCertificateException
 
AwConflictException - Exception in com.hds.hcpaw.fss.api.exception
A resource on the HCP Anywhere system already exists at the location requested.
AwConflictException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwConflictException
 
AwConflictException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwConflictException
 
AwDirectoryNotEmptyException - Exception in com.hds.hcpaw.fss.api.exception
The provided directory was not empty on a non-recursive request.
AwDirectoryNotEmptyException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwDirectoryNotEmptyException
 
AwEntryLimitExceededException - Exception in com.hds.hcpaw.fss.api.exception
The owner of the folder has too many files.
AwEntryLimitExceededException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwEntryLimitExceededException
 
AwEntryVersionMismatchException - Exception in com.hds.hcpaw.fss.api.exception
The provided version was not the latest version that exists for the provided path.
AwEntryVersionMismatchException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwEntryVersionMismatchException
 
AwFileNameLengthExceededException - Exception in com.hds.hcpaw.fss.api.exception
The length of the file or folder name was longer than the maximum length supported by HCP Anywhere.
AwFileNameLengthExceededException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwFileNameLengthExceededException
 
AwFileTooLargeException - Exception in com.hds.hcpaw.fss.api.exception
The size of file provided exceeded the limit for a single file on the HCP Anywhere system.
AwFileTooLargeException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwFileTooLargeException
 
AwForbiddenException - Exception in com.hds.hcpaw.fss.api.exception
Request is forbidden on the HCP Anywhere system.
AwForbiddenException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwForbiddenException
 
AwForbiddenException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwForbiddenException
 
AwInvalidCertificateException - Exception in com.hds.hcpaw.fss.api.exception
This exception indicates that the certificate chain is invalid.
AwInvalidCertificateException(X509Certificate[], AwInvalidCertificateException.Reason) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwInvalidCertificateException
Creates an InvalidCertificateException.
AwInvalidCertificateException.Reason - Enum in com.hds.hcpaw.fss.api.exception
Enum outlining the possible reasons a chain could be invalid.
AwInvalidPathException - Exception in com.hds.hcpaw.fss.api.exception
The provided path was invalid.
AwInvalidPathException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwInvalidPathException
 
AwInvalidRequestException - Exception in com.hds.hcpaw.fss.api.exception
The request was invalid due to an invalid parameter.
AwInvalidRequestException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwInvalidRequestException
 
AwJoinedSharesLimitExceeded - Exception in com.hds.hcpaw.fss.api.exception
The user is trying to join a share that would exceed their joined shares limit.
AwJoinedSharesLimitExceeded(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwJoinedSharesLimitExceeded
 
AwJsonException - Exception in com.hds.hcpaw.fss.api.exception
This exception indicates a JSON error, such as an error parsing or validating the JSON.
AwJsonException() - Constructor for exception com.hds.hcpaw.fss.api.exception.AwJsonException
 
AwJsonException(String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwJsonException
 
AwJsonException(String, Throwable) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwJsonException
 
AwJsonException(Throwable) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwJsonException
 
AwLimitExceededException - Exception in com.hds.hcpaw.fss.api.exception
The request could not be completed due to a limit on the HCP Anywhere system being exceeded.
AwLimitExceededException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwLimitExceededException
 
AwLimitExceededException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwLimitExceededException
 
AwNotFoundException - Exception in com.hds.hcpaw.fss.api.exception
The specified resource could not be found.
AwNotFoundException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwNotFoundException
 
AwNotFoundException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwNotFoundException
 
AwOverStorageQuotaException - Exception in com.hds.hcpaw.fss.api.exception
The user does not have enough free space on their HCP Anywhere system.
AwOverStorageQuotaException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwOverStorageQuotaException
 
AwOwnedSharesLimitExceeded - Exception in com.hds.hcpaw.fss.api.exception
The user is trying to create a share that would exceed their owned shares limit.
AwOwnedSharesLimitExceeded(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwOwnedSharesLimitExceeded
 
AwQueryCanceledException - Exception in com.hds.hcpaw.fss.api.exception
A database query timed out or was canceled.
AwQueryCanceledException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwQueryCanceledException
 
AwQueryCanceledException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwQueryCanceledException
 
AwRemoveLastManagerException - Exception in com.hds.hcpaw.fss.api.exception
The user is trying to remove the last manager of a share.
AwRemoveLastManagerException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwRemoveLastManagerException
 
AwRemoveOwnerFromShareException - Exception in com.hds.hcpaw.fss.api.exception
The user is trying to remove the owner of a share.
AwRemoveOwnerFromShareException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwRemoveOwnerFromShareException
 
AwRetryableException - Exception in com.hds.hcpaw.fss.api.exception
The HCP Anywhere service is temporarily unavailable.
AwRetryableException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwRetryableException
 
AwRetryableException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwRetryableException
 
AwUnauthorizedException - Exception in com.hds.hcpaw.fss.api.exception
The request to access the requested resource could not be authorized.
AwUnauthorizedException(String, int, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwUnauthorizedException
 
AwUnauthorizedException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwUnauthorizedException
 
AwUnsupportedApiVersionException - Exception in com.hds.hcpaw.fss.api.exception
The specified version of the HCP Anywhere FSS API is not supported.
AwUnsupportedApiVersionException(FssApiVersion) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwUnsupportedApiVersionException
 
AwUnsupportedApiVersionException(String) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwUnsupportedApiVersionException
 
AwUntrustedCertificateException - Exception in com.hds.hcpaw.fss.api.exception
The provided chain could not be trusted by any of the TrustManagers.
AwUntrustedCertificateException(X509Certificate[]) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwUntrustedCertificateException
 
AwVirusFoundException - Exception in com.hds.hcpaw.fss.api.exception
A virus was detected in the file being uploaded.
AwVirusFoundException(String, int, ErrorMessage, Set<FssApiVersion>) - Constructor for exception com.hds.hcpaw.fss.api.exception.AwVirusFoundException
 

B

badValue(String, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Calls badValue with a null reason.
badValue(String, String, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Throws an AwJsonException with a message that the fieldName is not valid.
BaseFssApiResource - Class in com.hds.hcpaw.fss.api.model
Base class of all resources received by or returned from the FSS API.
BaseFssApiResource() - Constructor for class com.hds.hcpaw.fss.api.model.BaseFssApiResource
 
BrandingInfo - Class in com.hds.hcpaw.fss.api.model
 
browsePrivateLink(AuthToken, String, String, String, String, String, int, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Browse a private link
browsePublicLink(AuthToken, String, String, String, String, String, int, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Browse a public link
build() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Generates an AnywhereAPI with the configured parameters.
build() - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Builds an AnywhereConnector.
build(FssApiVersion) - Method in class com.hds.hcpaw.fss.api.version.FssApiTypeAdapterFactory.FssApiTypeAdapterFactoryBuilder
 
Builder(String) - Constructor for class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Constructs a Builder, setting the initial value of the server to the specified value.
Builder(String) - Constructor for class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Constructs a Builder, setting the initial value of the server to the specified value.

C

cancelInvitation(AuthToken, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Cancel an invitation for a specified user to a specified folder.
cancelTeamFolderRequest(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Cancel a request to create a team folder
checkClientTrusted(X509Certificate[], String) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
 
clearAppCertificateChain() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
Removes all certificates from the TrustManager that were used prior to checking against any KeyStores.
clearApplicationCertificateChain() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
Clears the application's certificate chain.
ClearClientCredentialsRequest - Class in com.hds.hcpaw.fss.api.model
 
clearCredentials(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereClientAPI
Clear the client with the specified id's credentials, forcing it to be logged into again
Client - Class in com.hds.hcpaw.fss.api.model
 
ClientDeregisterRequest - Class in com.hds.hcpaw.fss.api.model
 
ClientDownloadRequest - Class in com.hds.hcpaw.fss.api.model
 
ClientListing - Class in com.hds.hcpaw.fss.api.model
 
ClientRenameRequest - Class in com.hds.hcpaw.fss.api.model
 
CollaborationActivity - Class in com.hds.hcpaw.fss.api.model
 
CollaborationActivityEntry - Class in com.hds.hcpaw.fss.api.model
 
CollaborationActivityRequest - Class in com.hds.hcpaw.fss.api.model
 
CollaborationActivityRequest.CollaborationActivityType - Enum in com.hds.hcpaw.fss.api.model
 
com.hds.hcpaw.fss.api - package com.hds.hcpaw.fss.api
 
com.hds.hcpaw.fss.api.conn - package com.hds.hcpaw.fss.api.conn
 
com.hds.hcpaw.fss.api.exception - package com.hds.hcpaw.fss.api.exception
 
com.hds.hcpaw.fss.api.model - package com.hds.hcpaw.fss.api.model
 
com.hds.hcpaw.fss.api.version - package com.hds.hcpaw.fss.api.version
 
ConfigSettings - Class in com.hds.hcpaw.fss.api.model
 
ConflictListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of Entries that are conflicts
convertToTeamFolder(AuthToken, String, String, Long) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Convert a shared folder to a team folder
copyFilesToLocalPrivateLink(AuthToken, String, String, String, List<String>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Copy files to local from a private link
copyFilesToLocalPublicLink(AuthToken, String, String, String, List<String>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Copy files to local from a public link
create(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
create(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Creates a folder at the specified path.
create(AuthToken, String, Integer, Boolean, boolean, Set<LinkPermission>) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Deprecated. 
create(AuthToken, String, Integer, Boolean, boolean, Set<LinkPermission>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Creates a link to the file or folder using it's Unique ID
create(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Create a shared folder.
create(FssApiVersion, List<AccountActivityEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivity
Returns a versioned AccountActivity that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, Integer, Short) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
Returns a versioned AccountActivityEntry that is compatible with the specified apiVersion.
create(FssApiVersion, String, Integer, PageAction, String) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
Returns a versioned AccountActivityRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, List<String>, Boolean, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
create(FssApiVersion, String, Long, List<AuthConfigFactor>) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfig
Returns a versioned AuthConfig that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, ProviderType, String, AuthConfigFactorType, Long) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
 
create(FssApiVersion, List<AuthConfig>) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfigListing
Returns a versioned AuthConfigListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.Authentication
 
create(FssApiVersion, String, Boolean, String, String, String, String, Boolean, String, Boolean, String, Boolean, String, Boolean, String, Boolean, String, Boolean, String, Boolean, Boolean, Dimension, Dimension, Dimension, Dimension) - Static method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns a versioned BrandingInfo that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ClearClientCredentialsRequest
Returns a versioned ClearClientCredentialsRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, String, Long, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.Client
Returns a versioned Client that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ClientDeregisterRequest
Returns a versioned ClientDeregisterRequest that is compatible with the specified apiVersion.
create(FssApiVersion, PublicClientType) - Static method in class com.hds.hcpaw.fss.api.model.ClientDownloadRequest
Returns a versioned ClientDownloadRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<Client>) - Static method in class com.hds.hcpaw.fss.api.model.ClientListing
Returns a versioned ClientListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ClientRenameRequest
Returns a versioned ClientRenameRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<CollaborationActivityEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivity
Returns a versioned CollaborationActivity that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, Integer, Short) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
Returns a versioned CollaborationActivityEntry that is compatible with the specified apiVersion.
create(FssApiVersion, CollaborationActivityRequest.CollaborationActivityType, String, Integer, PageAction, String) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
Returns a versioned CollaborationActivityRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Long, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
create(FssApiVersion, List<Entry>) - Static method in class com.hds.hcpaw.fss.api.model.ConflictListing
Returns a versioned ConflictListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean, String) - Static method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Returns a versioned DeletePathRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Constructs a DeletePathRequest from the JSON string representation contained in the specified reader.
create(FssApiVersion, List<String>, Long) - Static method in class com.hds.hcpaw.fss.api.model.DownloadZipRequest
Returns a versioned DownloadZipRequest that is compatible with the specified apiVersion.
create(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.EmptyFssApiResult
 
create(FssApiVersion, EntryType, String, String, String, Long, Long, Long, String, Access, EntryState, EntrySharingInfo, EntryBackupInfo, Long, Boolean, String, String) - Static method in class com.hds.hcpaw.fss.api.model.Entry
Returns a versioned Entry that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, Boolean, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns a versioned EntryBackupInfo that is compatible with the specified apiVersion.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.EntryIdentifier
Returns a versioned EntryIdentifier that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, Boolean, FilesystemType, String, TeamFolderInfo, Boolean, TeamFolderInfo, Boolean, Long, String) - Static method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns a versioned EntrySharingInfo that is compatible with the specified apiVersion.
create(FssApiVersion, FssApiError, String) - Static method in class com.hds.hcpaw.fss.api.model.ErrorMessage
Returns a versioned ErrorMessage that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.ErrorMessage
Returns a versioned instance of ErrorMessage.
create(FssApiVersion, String, String, Long, Long, int, Short) - Static method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns a versioned FileAccessEntry that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, String, Boolean, Long, Long, Long, InputStream) - Static method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns a versioned FileCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean, String, Integer, PageAction) - Static method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns a versioned FileListVersionRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Returns a versioned FileReadRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Constructs a FileReadRequest from the JSON string representation contained in reader.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.FileRestoreRequest
Returns a versioned FileRestoreRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<FilesActivityEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivity
Returns a versioned FilesActivity that is compatible with the specified apiVersion.
create(FssApiVersion, Entry, String, Long, Integer, Short, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
Returns a versioned FilesActivityEntry that is compatible with the specified apiVersion.
create(FssApiVersion, FilesActivityRequest.FilesActivityType, String, String, Integer, PageAction, String) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
Returns a versioned FilesActivityRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, FilesystemType, OwnerInfo, TeamFolderInfo) - Static method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
create(FssApiVersion, List<FilesystemInfo>) - Static method in class com.hds.hcpaw.fss.api.model.FilesystemListing
Returns a versioned FilesystemListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, String, String, Long, Long, InputStream) - Static method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns a versioned FileUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Long, Long, int, Short, Boolean, String, String) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns a versioned FileVersionEntry that is compatible with the specified apiVersion.
create(FssApiVersion, List<FileVersionEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionListing
 
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionPromoteRequest
Returns a versioned FileVersionPromoteRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Constructs a FolderCreateRequest from the JSON string representation contained in the reader.
create(FssApiVersion, String, Boolean, Long, Long, Long) - Static method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns a versioned FolderCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, List<Entry>) - Static method in class com.hds.hcpaw.fss.api.model.FolderListing
Returns a versioned FolderListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Integer, Long, Boolean, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Static method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns a versioned FolderListingRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Constructs a FolderListingRequest from the JSON string representation contained in the specified reader.
create(FssApiVersion, String, Integer) - Static method in class com.hds.hcpaw.fss.api.model.FolderRestoreRequest
Returns a versioned FolderRestoreRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Long) - Static method in class com.hds.hcpaw.fss.api.model.FolderSize
Returns a versioned FolderSize that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long) - Static method in class com.hds.hcpaw.fss.api.model.FolderSizeRequest
Returns a versioned FolderSizeRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.GroupMember
Returns a versioned GroupMember that is compatible with the specified apiVersion.
create(FssApiVersion, List<GroupMember>) - Static method in class com.hds.hcpaw.fss.api.model.GroupMembersListing
Returns a versioned GroupMembersListing that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
Returns a versioned ImpressumInfo that is compatible with the specified apiVersion.
create(FssApiVersion, List<ShareInvitation>) - Static method in class com.hds.hcpaw.fss.api.model.InvitationListing
Returns a versioned InvitationListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, ShareRole) - Static method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
create(FssApiVersion, List<InviteResultEntry>, List<InviteResultEntry>) - Static method in class com.hds.hcpaw.fss.api.model.InviteResult
Returns a versioned InviteResult that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, ShareRole, String) - Static method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
Returns a versioned InviteResultEntry that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Long, boolean, String, Set<LinkPermission>, String, LinkType, String, boolean) - Static method in class com.hds.hcpaw.fss.api.model.Link
Returns a versioned Link that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Boolean, Long, Long, int, Short) - Static method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns a versioned FileAccessEntry that is compatible with the specified apiVersion.
create(FssApiVersion, List<LinkAccessEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkAccessListing
 
create(FssApiVersion, List<Entry>, LinkType, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
Returns a versioned LinkBrowseListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, String, Integer, String, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Returns a versioned LinkBrowseRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchRequest
Returns a versioned LinkBrowseSearchRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<Entry>) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchResult
Returns a versioned LinkBrowseSearchResult that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkCheckAccessRequest
 
create(FssApiVersion, String, String, String, List<String>, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalRequest
Returns a versioned LinkFolderCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<LinkCopyToLocalResultEntry>, List<LinkCopyToLocalResultEntry>) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResult
Returns a versioned LinkCopyToLocalResult that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
Returns a versioned LinkCopyToLocalResultEntry that is compatible with the specified apiVersion.
create(FssApiVersion, String, Integer, Boolean, boolean, Set<LinkPermission>) - Static method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns a versioned LinkCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Integer, Boolean, boolean, Set<LinkPermission>, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns a versioned LinkCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Constructs a LinkCreateRequest from the JSON string representation contained in reader.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Returns a versioned LinkDeleteRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Returns a versioned LinkDeleteRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Constructs a LinkDeleteRequest from the JSON string representation contained in reader.
create(FssApiVersion, String, String, String, String, Long, String, Boolean, Long, Long, Long, InputStream) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
 
create(FssApiVersion, String, String, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileReadRequest
 
create(FssApiVersion, String, String, String, String, Long, String, String, Long, Long, InputStream) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
Returns a versioned LinkFileUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<Link>, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkListing
Returns a versioned LinkListing that is compatible with the specified apiVersion.
create(FssApiVersion, String, Integer, LinkListRequest.LinkSortingCriterion, FolderListingRequest.SortingDirection, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns a versioned LinkListRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, Set<LinkPermission>, LinkType, String, Long, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns a versioned LinkMetadata that is compatible with the specified apiVersion.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkMetadataRequest
Returns a versioned LinkMetadataRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, List<String>) - Static method in class com.hds.hcpaw.fss.api.model.LinkMultiDownloadRequest
Returns a versioned LinkMultiDownloadRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.LinkPathMetadataRequest
 
create(FssApiVersion, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, int, int, Boolean, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns a versioned LinkSettings that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Boolean, Long) - Static method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns a versioned LinkUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean, Long) - Static method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns a versioned LinkUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Constructs a LinkUpdateRequest from the JSON string representation contained in reader.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ListGroupMembersRequest
Returns a versioned ListGroupMembersRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ListPathLinksRequest
Returns a versioned ListPathLinksRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns a versioned MovePathRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Constructs a MovePathRequest from the JSON string representation contained in the reader.
create(FssApiVersion, List<EntryIdentifier>, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
Returns a versioned MultiDeletePathRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
Constructs a MultiDeletePathRequest from the JSON string representation contained in the specified reader.
create(FssApiVersion, List<MultiDeletePathResultEntry>, List<MultiDeletePathResultEntry>) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResult
Returns a versioned MultiDeletePathResult that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResultEntry
Returns a versioned MultiDeletePathResultEntry that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, List<String>, List<String>) - Static method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
Returns a versioned OfficeOnlineServerInfo that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Returns a versioned OwnerInfo that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
Returns a versioned PathMetadataGetRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
Constructs a PathMetadataGetRequest from the JSON string representation contained in the reader.
create(FssApiVersion, List<Entry>) - Static method in class com.hds.hcpaw.fss.api.model.PathSearchResult
Returns a versioned PathSearchResult that is compatible with the specified apiVersion.
create(FssApiVersion, String, boolean) - Static method in class com.hds.hcpaw.fss.api.model.PreserveMembershipRequest
Returns a versioned PreserveMembershipRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, String, Long) - Static method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
Returns a versioned PrivacyInfo that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, String, String) - Static method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
Returns a versioned PrivacyPolicyInfo that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, ProviderType) - Static method in class com.hds.hcpaw.fss.api.model.Provider
Returns a versioned Provider that is compatible with the specified apiVersion.
create(FssApiVersion, List<Provider>, boolean) - Static method in class com.hds.hcpaw.fss.api.model.ProviderListing
Returns a versioned ProviderListing that is compatible with the specified apiVersion.
create(FssApiVersion, List<FileAccessEntry>, String) - Static method in class com.hds.hcpaw.fss.api.model.ReadAccessListing
 
create(FssApiVersion, long) - Static method in class com.hds.hcpaw.fss.api.model.RestorePoint
Returns a versioned RestorePoint that is compatible with the specified apiVersion.
create(FssApiVersion, List<RestorePoint>) - Static method in class com.hds.hcpaw.fss.api.model.RestorePointListing
 
create(FssApiVersion, String, String, SamlRedirectRequest.FssClientType) - Static method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
Returns a versioned SamlRedirectRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Integer, Boolean, Long) - Static method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns a versioned SearchPathRequest that is compatible with the specified apiVersion.
create(FssApiVersion, InputStreamReader) - Static method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Constructs a SearchPathRequest from the JSON string representation contained in the reader.
create(FssApiVersion, String, String, String, TeamFolderInfo) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
create(FssApiVersion, List<ShareAlert>) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlertListing
Returns a versioned ShareAlertListing that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlertRequest
Returns a versioned ShareAlertRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Long) - Static method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Returns a versioned ShareConvertRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareCreateRequest
Returns a versioned ShareCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, FilesystemType, String, Boolean, ShareRole, Long, OwnerInfo, TeamFolderInfo, TeamFolderInfo, String) - Static method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
create(FssApiVersion, List<SharedFolder>) - Static method in class com.hds.hcpaw.fss.api.model.SharedFolderListing
Returns a versioned SharedFolderListing that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareGroupInfo
 
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareGroupListRequest
Returns a versioned ShareGroupListRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Long, ShareRole, String, boolean, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns a versioned ShareInvitation that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationAcceptRequest
Returns a versioned ShareInvitationAcceptRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Returns a versioned ShareInvitationCancelRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationRejectRequest
Returns a versioned ShareInvitationRejectRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, String, ShareRole, ShareState, AccountType, Boolean, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
create(FssApiVersion, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchRequest
Returns a versioned ShareInviteSearchRequest that is compatible with the specified apiVersion.
create(FssApiVersion, List<ShareInviteSearchEntry>) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchResult
 
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareLeaveRequest
Returns a versioned ShareLeaveRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, ShareRole, ShareState, String, AccountType, ShareUserInfo, ShareGroupInfo) - Static method in class com.hds.hcpaw.fss.api.model.ShareMember
 
create(FssApiVersion, List<ShareMember>, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareMemberListing
 
create(FssApiVersion, String, String, Integer, ShareMemberListRequest.SortingCriterion, ShareMemberListRequest.SortingDirection) - Static method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
Returns a versioned ShareMemberListRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
Returns a versioned ShareRemoveGroupRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
Returns a versioned ShareRemoveMemberRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ShareSettingsUpdateRequest
Returns a versioned ShareSettingsUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Returns a versioned ShareSyncMembershipRequest that is compatible with the specified apiVersion.
create(FssApiVersion, Boolean, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareUserInfo
 
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.ShareUserListRequest
Returns a versioned ShareUserListRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.SubdirectoryListingRequest
Returns a versioned SubdirectoryListingRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderApproveRequest
Returns a versioned TeamFolderApproveRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderCancelRequest
Returns a versioned TeamFolderCancelRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, String, Long) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns a versioned TeamCreateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderDeleteRequest
Returns a versioned TeamFolderDeleteRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, TeamFolderType) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
create(FssApiVersion, Boolean, Long) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderSettings
Returns a versioned TeamFolderSettings that is compatible with the specified apiVersion.
create(FssApiVersion, String, String, Long) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Returns a versioned TeamFolderUpdateRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String) - Static method in class com.hds.hcpaw.fss.api.model.UnshareFolderRequest
Returns a versioned UnshareFolderRequest that is compatible with the specified apiVersion.
create(FssApiVersion, String, Long, Long, String, LinkSettings, AccountSettings, Long, Boolean, Long, Long, String, String, String, Boolean, Boolean, TeamFolderSettings, ConfigSettings, Boolean, String, String, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.User
Returns a versioned User that is compatible with the specified apiVersion.
create(FssApiVersion, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean, Boolean) - Static method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
createFilePrivateLink(AuthToken, String, String, String, String, Long, String, Boolean, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Upload a file to a private link with upload access
createFilePublicLink(AuthToken, String, String, String, String, Long, String, Boolean, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Upload a file to a public link with upload access
createLatest(FssApiError, String) - Static method in class com.hds.hcpaw.fss.api.model.ErrorMessage
 
createSocket(String, int) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createSocket() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
createTeamFolder(AuthToken, String, String, String, Long) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Create a team folder

D

DEFAULT_CREATE_PARENTS - Static variable in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
The default value to use for createParents on AnywhereFolderAPI.create(com.hds.hcpaw.fss.api.model.AuthToken, String) operations.
DEFAULT_CREATE_PARENTS - Static variable in class com.hds.hcpaw.fss.api.AnywherePathAPI
The default value to use for createParents on AnywherePathAPI.move(com.hds.hcpaw.fss.api.model.AuthToken, String, String, String) operations.
DEFAULT_CREATE_PARENTS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
DEFAULT_MAX_SEARCH_RESULTS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
DEFAULT_RECURSIVE_DELETE - Static variable in class com.hds.hcpaw.fss.api.AnywherePathAPI
The default value to use for recursive on AnywherePathAPI.delete(com.hds.hcpaw.fss.api.model.AuthToken, String, String) operations.
DelegatingSSLSocketFactory - Class in com.hds.hcpaw.fss.api.conn
SSLSocketFactory that uses a DelegatingTrustManager to initiate connections to HCP Anywhere.
DelegatingSSLSocketFactory(DelegatingTrustManager) - Constructor for class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
DelegatingTrustManager - Class in com.hds.hcpaw.fss.api.conn
The TrustManager for the SSLSocketFactorys.
delete(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Deprecated. 
delete(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Deletes the specified link.
delete(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
delete(AuthToken, String, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Deletes a file or folder at the specified path.
DeletePathRequest - Class in com.hds.hcpaw.fss.api.model
A request to delete a file or folder.
deleteTeamFolder(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Delete a team folder for all users, abandoning it.
deregister(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereClientAPI
Deregister the client with the specified id
DownloadZipRequest - Class in com.hds.hcpaw.fss.api.model
 

E

EmptyFssApiResult - Class in com.hds.hcpaw.fss.api.model
 
Entry - Class in com.hds.hcpaw.fss.api.model
Represents a file or folder and holds information (metadata) about the file or folder.
EntryBackupInfo - Class in com.hds.hcpaw.fss.api.model
 
EntryIdentifier - Class in com.hds.hcpaw.fss.api.model
A (path,etag) pair that is enough to uniquely identify an Entry for a given user.
EntrySharingInfo - Class in com.hds.hcpaw.fss.api.model
 
EntryState - Enum in com.hds.hcpaw.fss.api.model
The state of Entry (create or delete).
EntryType - Enum in com.hds.hcpaw.fss.api.model
The type of Entry (file or folder).
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.Entry
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
 
equals(Object) - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
 
ErrorMessage - Class in com.hds.hcpaw.fss.api.model
Contains an error from the HCP Anywhere system.

F

FileAccessEntry - Class in com.hds.hcpaw.fss.api.model
 
FileCreateRequest - Class in com.hds.hcpaw.fss.api.model
A request to create a file.
FileHistoryListingRequest - Class in com.hds.hcpaw.fss.api.model
 
FileReadRequest - Class in com.hds.hcpaw.fss.api.model
A request to download a file.
FileRestoreRequest - Class in com.hds.hcpaw.fss.api.model
 
FilesActivity - Class in com.hds.hcpaw.fss.api.model
 
FilesActivityEntry - Class in com.hds.hcpaw.fss.api.model
 
FilesActivityRequest - Class in com.hds.hcpaw.fss.api.model
 
FilesActivityRequest.FilesActivityType - Enum in com.hds.hcpaw.fss.api.model
 
FilesystemInfo - Class in com.hds.hcpaw.fss.api.model
 
FilesystemListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of filesystems created by the user.
FilesystemType - Enum in com.hds.hcpaw.fss.api.model
Enum representing the types of filesystems
FileUpdateRequest - Class in com.hds.hcpaw.fss.api.model
A request to update (upload a new version of) a file.
FileVersionEntry - Class in com.hds.hcpaw.fss.api.model
Represents a file or folder and holds information (metadata) about the file or folder.
FileVersionListing - Class in com.hds.hcpaw.fss.api.model
 
FileVersionPromoteRequest - Class in com.hds.hcpaw.fss.api.model
 
FolderCreateRequest - Class in com.hds.hcpaw.fss.api.model
A request to create a folder.
FolderListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of Entries in a folder, that are returned as single page of results.
FolderListingRequest - Class in com.hds.hcpaw.fss.api.model
A request to list the contents of a folder.
FolderListingRequest.SortingCriterion - Enum in com.hds.hcpaw.fss.api.model
 
FolderListingRequest.SortingDirection - Enum in com.hds.hcpaw.fss.api.model
 
FolderRestoreRequest - Class in com.hds.hcpaw.fss.api.model
 
FolderSize - Class in com.hds.hcpaw.fss.api.model
 
FolderSizeRequest - Class in com.hds.hcpaw.fss.api.model
A request to get the size of a folder.
fromJson(FssApiVersion, Reader, Class<T>) - Static method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Reads the JSON representation of an object from the specified reader and converts it to an object of the specified type.
fromJson(FssApiVersion, String, Class<T>) - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
fromJson(FssApiVersion, String, Type) - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
fromJson(FssApiVersion, Reader, Class<T>) - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
fromString(String) - Static method in class com.hds.hcpaw.fss.api.model.AuthToken
Generates an AuthToken using the token String provided.
FssApiConstants - Class in com.hds.hcpaw.fss.api.model
 
FssApiConstants() - Constructor for class com.hds.hcpaw.fss.api.model.FssApiConstants
 
FssApiError - Enum in com.hds.hcpaw.fss.api.exception
These errors are returned via the FSS API
FssApiGsonHelper - Class in com.hds.hcpaw.fss.api.version
 
FssApiGsonHelper() - Constructor for class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
FssApiTypeAdapterFactory - Class in com.hds.hcpaw.fss.api.version
 
FssApiTypeAdapterFactory.FssApiTypeAdapterFactoryBuilder - Class in com.hds.hcpaw.fss.api.version
 
FssApiTypeAdapterFactoryBuilder() - Constructor for class com.hds.hcpaw.fss.api.version.FssApiTypeAdapterFactory.FssApiTypeAdapterFactoryBuilder
 
FssApiVersion - Enum in com.hds.hcpaw.fss.api.version
The latest version of the HCP Anywhere FSS API.

G

getAcceptedIssuers() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
 
getAccess() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the level of access the user has to this entry.
getAccessCode() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the access code for accessing this link.
getAccessCode() - Method in class com.hds.hcpaw.fss.api.model.LinkRequestBase
Returns the access code given for this link
getAccessTime() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the time that file was last accessed or the time that the retention will expire
getAccessTime() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the Last Accessed time of the file created.
getAccountActivity(AuthToken, String, Integer, PageAction, String) - Method in class com.hds.hcpaw.fss.api.AnywhereActivityAPI
Get account activity
getAccountSettings() - Method in class com.hds.hcpaw.fss.api.model.User
Return the user's account settings.
getAccountType() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getAction() - Method in enum com.hds.hcpaw.fss.api.model.PageAction
 
getActivities() - Method in class com.hds.hcpaw.fss.api.model.AccountActivity
 
getActivities() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivity
 
getActivities() - Method in class com.hds.hcpaw.fss.api.model.FilesActivity
 
getActivityAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereActivityAPI that can be used to perform operations for activities
getActivityType() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
getActivityType() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getAlert() - Method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
getAllowedClients() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getAndroidAppURL() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getAtime() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the Last Accessed time of the file created.
getAtime() - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns the Last Accessed time of the file created.
getATime() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the Last Accessed time of the file created.
getATime() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
Returns the Last Accessed time of the file created.
getAuthConfigFactors() - Method in class com.hds.hcpaw.fss.api.model.AuthConfig
Gets the factors associated with this auth configuration
getAuthConfigs() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigListing
Returns a list of AuthConfigs.
getBackup() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns backup information about the entry.
getCanUserManage() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns whether or not the user can manage the entry.
getChain() - Method in exception com.hds.hcpaw.fss.api.exception.AwCertificateException
The certificate chain used during the request.
getChangeTime() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the time that the entry was created or last modified.
getChangeTime() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the modified time of the file created.
getClassMethodName() - Method in class com.hds.hcpaw.fss.api.version.FssApiTypeAdapterFactory
 
getClient() - Method in class com.hds.hcpaw.fss.api.model.ClientDownloadRequest
Returns the client to be downloaded.
getClientAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereClientAPI that can be used to perform operations for clients
getClients() - Method in class com.hds.hcpaw.fss.api.model.ClientListing
Returns a list of Clients.
getClientType() - Method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
Returns the client type
getCollaborationActivity(AuthToken, CollaborationActivityRequest.CollaborationActivityType, String, Integer, PageAction, String) - Method in class com.hds.hcpaw.fss.api.AnywhereActivityAPI
Get collaboration activity
getConfigSettings() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the configuration settings for the user
getConflicts() - Method in class com.hds.hcpaw.fss.api.model.User
Return number of conflicts of the user.
getContact() - Method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Returns the contact information for the team folder
getContact() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns the contact information for the team folder
getContact() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
getContact() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Returns the contact information for the team folder
getContentType() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns the contentType of the link.
getCookieNoticeChangeTime() - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
Returns cookie message update/change time.
getCookieNoticeMessage() - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
Returns cookie notice message if enabled.
getCreateParents() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns true if parents of path should be created if they do not exist; false otherwise.
getCreateParents() - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns whether or not to create all missing parents of the path.
getCreateParents() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns true if parents of path should be created if they do not exist; false otherwise.
getCreateParents() - Method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns whether or not to create missing parents at the destination path.
getCreationTime() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the time that the entry was created or last modified.
getCtime() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the created time of the file created.
getCtime() - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns the created time of the file created.
getCTime() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the created time of the file created.
getDefaultCipherSuites() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
getDefaultErrorMsg() - Method in enum com.hds.hcpaw.fss.api.exception.FssApiError
 
getDefaultHumanReadableErrorMessage() - Static method in class com.hds.hcpaw.fss.api.exception.AnywhereExceptionFactory
Returns the default human readable error message.
getDeltaSeconds() - Method in class com.hds.hcpaw.fss.api.model.FolderRestoreRequest
Returns the max difference in seconds between the folder to be restored and the entries inside the folder that will be restored.
getDescription() - Method in exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
A description of the error.
getDescription() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the description set under Product for branding.
getDescription() - Method in class com.hds.hcpaw.fss.api.model.ErrorMessage
Returns the description of the error.
getDestinationPath() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalRequest
 
getDestinationPath() - Method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns the path where the file or folder should be moved.
getDirectoryCount() - Method in class com.hds.hcpaw.fss.api.model.User
Return the user's directory count.
getDismiss() - Method in class com.hds.hcpaw.fss.api.model.ShareAlertRequest
Returns whether or not to dismiss share notifications.
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.GroupMember
 
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Returns the display name of the owner.
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.ShareGroupInfo
 
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.ShareUserInfo
 
getDisplayName() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's display name.
getDomain() - Method in class com.hds.hcpaw.fss.api.model.GroupMember
 
getDomain() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getDomain() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getEditExtensions() - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
Returns list of supported extensions for edit.
getEmail() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's email address.
getEmail() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailAuth() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailAuth() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailDevices() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailDevices() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailedEnabled() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailQuota() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailQuota() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailShareFile() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailShareFile() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailShareFolder() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailShareFolder() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEmailUpload() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getEmailUpload() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getEnableAndroidDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEnabled() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderSettings
Returns whether or not team folders are enabled for the user.
getEnableiOSDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEnableMacDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEnableOutlookDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEnableWindowsDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEnableWindowsPhoneDownloadLink() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getEntries() - Method in class com.hds.hcpaw.fss.api.model.ConflictListing
Returns a page of Entrys that are conflicts.
getEntries() - Method in class com.hds.hcpaw.fss.api.model.FileVersionListing
 
getEntries() - Method in class com.hds.hcpaw.fss.api.model.FolderListing
Returns a page of Entrys in the folder.
getEntries() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessListing
 
getEntries() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
 
getEntries() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchResult
Returns the entries that match the search criteria.
getEntries() - Method in class com.hds.hcpaw.fss.api.model.PathSearchResult
Returns the entries that match the search criteria.
getEntries() - Method in class com.hds.hcpaw.fss.api.model.ReadAccessListing
 
getEntry() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getEntryList() - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
Returns the list of entries to delete.
getError() - Method in exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
The error key.
getError() - Method in exception com.hds.hcpaw.fss.api.exception.AwCertificateException
The error key for the error message.
getError() - Method in enum com.hds.hcpaw.fss.api.exception.FssApiError
 
getError() - Method in class com.hds.hcpaw.fss.api.model.ErrorMessage
Returns the error that occurred.
getError() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
 
getErrorMsg() - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
getErrorMsg() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
 
getEtag() - Method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Returns the etag that should correspond to the current entry at path.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the level of access the user has to the entry.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.EntryIdentifier
Returns the etag of the entry.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Returns the last known etag of the file to be read, or null if the file should be read regardless of its etag.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the current etag of the file to be updated.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the etag associated with the version
getEtag() - Method in class com.hds.hcpaw.fss.api.model.FileVersionPromoteRequest
Returns the version ID to be promoted to current.
getEtag() - Method in class com.hds.hcpaw.fss.api.model.LinkFileReadRequest
 
getEtag() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
getEtag() - Method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns the etag of file or folder where it currently resides.
getEulaHtmlBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the EULA HTML, if it is branded.
getEvent() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the event type
getEventArg() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns argument associated with the event string
getExpiration() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the number of milliseconds since epoch before this link expires.
getExpirationDate() - Method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns the expirationDate
getExpirationDays() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns the number of days until the link should expire.
getExtensions() - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
Returns list of supported extensions.
getFailedCopies() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResult
 
getFailedDeletes() - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResult
 
getFailedInvitations() - Method in class com.hds.hcpaw.fss.api.model.InviteResult
 
getFaviconImageBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the favicon image, if it is branded.
getFileAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereFileAPI that can be used to perform operations on files.
getFileCount() - Method in class com.hds.hcpaw.fss.api.model.User
Return the user's file count.
getFilename() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the name of the file
getFilename() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the name of the file
getFilesActivity(AuthToken, FilesActivityRequest.FilesActivityType, String, String, Integer, PageAction, String) - Method in class com.hds.hcpaw.fss.api.AnywhereActivityAPI
Get files activity of a filesystem
getFilesystemId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the filesystem id of the share
getFilesystemId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationAcceptRequest
Returns the path of the file to be created.
getFilesystemId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationRejectRequest
Returns the ID of the filesystem to be rejected.
getFilesystems() - Method in class com.hds.hcpaw.fss.api.model.FilesystemListing
Returns a list of FilesystemInfos.
getFilter() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchRequest
Returns the search filter used to find entries.
getFilter() - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the item name filter to apply to the results.
getFilter() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchRequest
 
getFolderAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereFolderAPI that can be used to perform operations on folders.
getForceDownload() - Method in class com.hds.hcpaw.fss.api.model.FileReadRequest
If set to true, the server will always return the file version associated with the etag the client passes in, regardless of whether or not the client has the latest version.
getFsId() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getFsId() - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getFsId() - Method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivity
Returns the Class of the AccountActivity that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
Returns the Class of the AccountActivityEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
Returns the Class of the AccountActivityRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AccountSettings
Returns the Class of the AccountSettings that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfig
Returns the Class of the AuthConfig that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Returns the Class of the AuthConfigFactor that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.AuthConfigListing
Returns the Class of the AuthConfigListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the Class of the BrandingInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ClearClientCredentialsRequest
Returns the Class of the ClearClientCredentialsRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.Client
Returns the Class of the Client that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ClientDeregisterRequest
Returns the Class of the ClientDeregisterRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ClientDownloadRequest
Returns the Class of the ClientDownloadRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ClientListing
Returns the Class of the ClientListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ClientRenameRequest
Returns the Class of the ClientRenameRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivity
Returns the Class of the CollaborationActivity that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
Returns the Class of the CollaborationActivityEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
Returns the Class of the CollaborationActivityRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ConfigSettings
Returns the Class of the ConfigSettings that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ConflictListing
Returns the Class of the ConflictListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Returns the Class of the DeletePathRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.DownloadZipRequest
Returns the Class of the DownloadZipRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.EmptyFssApiResult
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.Entry
Returns the Class of the Entry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns the Class of the EntryBackupInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.EntryIdentifier
Returns the Class of the EntryIdentifier that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns the Class of the EntrySharingInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ErrorMessage
Returns the Class of the ErrorMessage that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the Class of the FileAccessEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the Class of the FileCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns the Class of the FileVersionListRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Returns the Class of the FileReadRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileRestoreRequest
Returns the Class of the FileRestoreRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivity
Returns the Class of the FilesActivity that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
Returns the Class of the FilesActivityEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
Returns the Class of the FilesActivityRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FilesystemListing
Returns the Class of the FilesystemListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the Class of the FileUpdateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the Class of the FileVersionEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionListing
Returns the Class of the FileVersionEntryListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FileVersionPromoteRequest
Returns the Class of the FileVersionPromoteRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns the Class of the FolderCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderListing
Returns the Class of the FolderListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns the Class of the FolderListingRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderRestoreRequest
Returns the Class of the FolderRestoreRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderSize
Returns the Class of the FolderSize that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.FolderSizeRequest
Returns the Class of the FolderSizeRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.GroupMember
Returns the Class of the GroupMember that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.GroupMembersListing
Returns the Class of the GroupMembersListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
Returns the Class of the ImpressumInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.InvitationListing
Returns the Class of the InvitationListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.InviteResult
Returns the Class of the InviteResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
Returns the Class of the InviteResultEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.Link
Returns the Class of the Link that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the Class of the FileAccessEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkAccessListing
Returns the Class of the LinkAccessListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
Returns the Class of the LinkBrowseListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Returns the Class of the LinkBrowseRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchRequest
Returns the Class of the LinkBrowseSearchRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchResult
Returns the Class of the LinkBrowseSearchResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkCheckAccessRequest
Returns the Class of the LinkCheckAccessRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalRequest
Returns the Class of the LinkFolderCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResult
Returns the Class of the LinkCopyToLocalResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
Returns the Class of the LinkCopyToLocalResultEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns the Class of the LinkCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Returns the Class of the LinkDeleteRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the Class of the LinkFileCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileReadRequest
Returns the Class of the LinkFileReadRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
Returns the Class of the LinkFileUpdateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkListing
Returns the Class of the LinkListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the Class of the LinkListRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns the Class of the LinkMetadata that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkMetadataRequest
Returns the Class of the LinkMetadataRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkMultiDownloadRequest
Returns the Class of the LinkMultiDownloadRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkPathMetadataRequest
Returns the Class of the LinkPathMetadataRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns the Class of the LinkSettings that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns the Class of the LinkUpdateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ListGroupMembersRequest
Returns the Class of the ListGroupMembersRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ListPathLinksRequest
Returns the Class of the ListPathLinksRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns the Class of the MovePathRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
Returns the Class of the MultiDeletePathRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResult
Returns the Class of the MultiDeletePathResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResultEntry
Returns the Class of the MultiDeletePathResultEntry that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
Returns the Class of the OfficeOnlineServerInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Returns the Class of the OwnerInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
Returns the Class of the PathMetadataGetRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.PathSearchResult
Returns the Class of the PathSearchResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.PreserveMembershipRequest
Returns the Class of the PreserveMembershipRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
Returns the Class of the PrivacyInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
Returns the Class of the PrivacyPolicyInfo that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.Provider
Returns the Class of the Provider that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ProviderListing
Returns the Class of the ProviderListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ReadAccessListing
Returns the Class of the FileReadAccessListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.RestorePoint
Returns the Class of the RestorePoint that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.RestorePointListing
Returns the Class of the RestorePointListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
Returns the Class of the SamlRedirectRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns the Class of the SearchPathRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlertListing
Returns the Class of the ShareAlertListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareAlertRequest
Returns the Class of the ShareAlertRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Returns the Class of the ShareConvertRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareCreateRequest
Returns the Class of the ShareCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.SharedFolderListing
Returns the Class of the SharedFolderListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareGroupInfo
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareGroupListRequest
Returns the Class of the ShareGroupListRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the Class of the ShareInvitation that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationAcceptRequest
Returns the Class of the ShareInvitationAcceptRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Returns the Class of the ShareInvitationCancelRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInvitationRejectRequest
Returns the Class of the ShareInvitationRejectRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchRequest
Returns the Class of the ShareInviteSearchRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchResult
Returns the Class of the ShareInviteSearchResult that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareLeaveRequest
Returns the Class of the ShareLeaveRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareMemberListing
Returns the Class of the ShareMemberListing that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
Returns the Class of the ShareMemberListRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
Returns the Class of the ShareRemoveGroupRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
Returns the Class of the ShareRemoveMemberRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareSettingsUpdateRequest
Returns the Class of the ShareSettingsUpdateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Returns the Class of the ShareSyncMembershipRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareUserInfo
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.ShareUserListRequest
Returns the Class of the ShareUserListRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.SubdirectoryListingRequest
Returns the Class of the SubdirectoryListingRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderApproveRequest
Returns the Class of the TeamFolderApproveRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderCancelRequest
Returns the Class of the TeamFolderCancelRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns the Class of the TeamFolderCreateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderDeleteRequest
Returns the Class of the TeamFolderDeleteRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderSettings
Returns the Class of the TeamFolderSettings that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Returns the Class of the TeamFolderUpdateRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.UnshareFolderRequest
Returns the Class of the UnshareFolderRequest that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.User
Returns the Class of the User that corresponds to the specified apiVersion.
getFssApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
Returns the Class of the UserAccountSettingsRequest that corresponds to the specified apiVersion.
getFssEnabled() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getGroupInfo() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getGroupMembers() - Method in class com.hds.hcpaw.fss.api.model.GroupMembersListing
 
getGson(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
getHasAuthProviderEmail() - Method in class com.hds.hcpaw.fss.api.model.User
Returns whether or not the user has an email address specified by their auth provider.
getHash() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the SHA-384 hash of the entry, represented as a hex string.
getHash() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the SHA-384 hash of the file to be created, represented as a hex string.
getHash() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the SHA-384 hash of the new file being uploaded, represented as a hex string.
getHash() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the SHA-384 hash of the file to be created, represented as a hex string.
getHash() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
getHumanReadableErrorMessage(ErrorMessage) - Static method in class com.hds.hcpaw.fss.api.exception.AnywhereExceptionFactory
Returns a human readable error message associated with the specified error.
getId() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the factor id
getId() - Method in class com.hds.hcpaw.fss.api.model.ClearClientCredentialsRequest
Returns the id of the client.
getId() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns the client's id.
getId() - Method in class com.hds.hcpaw.fss.api.model.ClientDeregisterRequest
Returns the id of the client.
getId() - Method in class com.hds.hcpaw.fss.api.model.ClientRenameRequest
Returns the id of the client.
getId() - Method in class com.hds.hcpaw.fss.api.model.Provider
Returns the id of the provider
getId() - Method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
Returns the ID of the IDP.
getImpressumName() - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
Returns impressum name.
getImpressumURL() - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
Returns impressum URL.
getIncludeDeleted() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns whether to include deleted items in the response.
getIncludeDeleted() - Method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
 
getIncludeDeleted() - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns whether deleted entries will be returned in the search results.
getInfo(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Returns information (metadata) about the file or folder at the specified path.
getInfo(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Returns information (metadata) about the file or folder at the specified path.
getInfo(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereUserAPI
Returns the user that the specified authToken applies to (authenticates).
getInput() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the InputStream containing the contents of the file to be created.
getInput() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the InputStream containing the contents of the file being uploaded.
getInput() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the InputStream containing the contents of the file to be created.
getInput() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
getInputStream() - Method in class com.hds.hcpaw.fss.api.model.InputStreamResult
Returns the InputStream containing the requested data/object
getInRecovery() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns whether the client is in recovery
getInstance(KeyStore) - Static method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
Returns an instance of a DelegatingTrustManager that utilizes the specified KeyStore.
getInstance(X509Certificate[]) - Static method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
Returns an instance of the DelegatingTrustManager that utilizes the specified X509Certificate[] chain.
getInUpgrade() - Method in class com.hds.hcpaw.fss.api.model.User
Returns whether an upgrade is occurring
getInvitations() - Method in class com.hds.hcpaw.fss.api.model.InvitationListing
Returns a list of Clients.
getInviter() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the inviter.
getiOSAppURL() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getIsActive() - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns whether or not the entry is active.
getIsLastTeamFolderManager() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns whether or not the user is the last manager of the team folder.
getIsMountPoint() - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns whether or not the entry is a mount point.
getIsMountPoint() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns whether or not the entry is a mount point.
getIsPruned() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getItemName() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the name of the file or folder that the link points to (as opposed to path, which is the full path of the file or folder).
getItemName() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadataRequest
Returns the name of the file or folder the link points to.
getItemName() - Method in class com.hds.hcpaw.fss.api.model.LinkRequestBase
Returns the name of the item that is linked
getLabel() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns the label of the entry.
getLabel() - Method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
getLabel() - Method in class com.hds.hcpaw.fss.api.model.ShareCreateRequest
 
getLabel() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getLabel() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the label of the share
getLabel() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns the label to give the team folder
getLanguage() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
 
getLanguage() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getLanguage() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
getLanguage() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getLanguage() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getLastAccess() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns the client's last access in milliseconds since 00:00:00 january 1st 1970
getLatest() - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the latest FssApiVersion.
getLatestApiVersion() - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
getLatestCommonApiVersion() - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Returns the latest FssApiVersion that is supported by both this client and the server.
getLinkAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereLinkAPI that can be used to perform operations on links.
getLinkOwner() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Gets the display name of the link's owner
getLinkPermissions() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the permissions allowed on this link
getLinkPermissions() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns the permissions allowed on this link
getLinks() - Method in class com.hds.hcpaw.fss.api.model.LinkListing
Returns a list of Links.
getLinkSettings() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's default link settings.
getLinkToken() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadataRequest
Returns the linkToken of the link.
getLinkToken() - Method in class com.hds.hcpaw.fss.api.model.LinkRequestBase
Returns the linkToken for the link to search
getLinkType() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
 
getLocation() - Method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
Returns the location
getLoginHelpHtmlBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the login help HTML, if it is branded.
getLoginHelpMessageLink() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the text set for the Login Help Message Link.
getLoginLogoDimension() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the login logo dimensions
getLoginLogoImageBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether or not the login logo image for HCPAW is branded.
getLoginLogoImageBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the login logo image, if it is branded.
getLogoDimension() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the product logo dimension
getLogoImageBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the logo image, if it is branded.
getMaxFileUploadSize() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
getMaxResults() - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns the maximum number of results the search should return, or null if not specified explicitly.
getMaxSharingDays() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns the maximum number of days a link can remain active.
getMembers() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListing
 
getMetadata() - Method in class com.hds.hcpaw.fss.api.model.InputStreamResult
Returns the metadata about the content contained in the InputStream returned by InputStreamResult.getInputStream().
getMsg() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
 
getMsg() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
 
getMsg() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getMSTeamsAppName() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the name set under HCP Anywhere for MS Teams.
getMtime() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the modified time of the file created.
getMtime() - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns the modified time of the file created.
getMTime() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the modified time of the file created.
getMTime() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
Returns the modified time of the file created.
getName() - Method in class com.hds.hcpaw.fss.api.model.AuthConfig
Gets the name of this auth configuration
getName() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the factor name
getName() - Method in class com.hds.hcpaw.fss.api.model.ClientRenameRequest
Returns the new name of the client.
getName() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the name of the file or folder.
getName() - Method in class com.hds.hcpaw.fss.api.model.GroupMember
 
getName() - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
getName() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Gets the current name of the file or folder for the link
getName() - Method in class com.hds.hcpaw.fss.api.model.ListGroupMembersRequest
 
getName() - Method in class com.hds.hcpaw.fss.api.model.Provider
Returns the name of the provider
getName() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getNanos() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
 
getNanos() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
 
getNanos() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the nanoseconds associated with the file time
getNanos() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getNanos() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the nanoseconds associated with the file time
getNanos() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the nanoseconds associated with the file time
getNeedsUpgrade() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns whether the client needs an upgrade
getNickname() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns the client's nickname.
getObjectIdentifier() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns the value used to identify the entry for which to create a link
getOldest() - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the oldest FssApiVersion
getOpenFilesOnClick() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
getOpenFilesOnClick() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
getOperatingSystem() - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns information on the operating system.
getOs() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns the client's os.
getOwner() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getOwnerInfo() - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getPageAction() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
 
getPageAction() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
getPageAction() - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns the requested user action
getPageAction() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
 
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns the maximum number of entries requested.
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns the maximum number of entries requested.
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Returns the page size for this page of a link to browse
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the maximum number of entries requested.
getPageSize() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.AccountActivity
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivity
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns the page token that identifies the next requested page of results.
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FilesActivity
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FileVersionListing
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FolderListing
Returns the page token that was returned from the request.
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns the page token that identifies the next requested page of results.
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessListing
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Returns the pageToken for the link to browse
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.LinkListing
Returns the page token that identifies the next requested page of results.
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the page token that identifies the next requested page of results.
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.ReadAccessListing
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListing
 
getPageToken() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
getParent() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the path of the parent folder of this entry.
getParentUniqueId() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns parent uniqueId of file or folder.
getPath() - Method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Returns the path of the entry to delete.
getPath() - Method in class com.hds.hcpaw.fss.api.model.EntryIdentifier
Returns the path of the file or folder.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the path of the file to be created.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns the path to the file for which to return the version list.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Returns the path of the file to be read.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileRestoreRequest
Returns the path to the file for which to return the version list.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the path of the file to be updated.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FileVersionPromoteRequest
Returns the path to the file that is the target of the promote operation
getPath() - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Returns the path where the folder should be created.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns the path of the folder whose contents are being requested.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FolderRestoreRequest
Returns the path to be restored.
getPath() - Method in class com.hds.hcpaw.fss.api.model.FolderSizeRequest
Returns the path of the folder for which size is being requested.
getPath() - Method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the path of the link.
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Returns the path to browse relative to the link
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchRequest
Returns the path to browse relative to the link
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns the path to the entry for which to create a link.
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the path of the file to be created.
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkFileReadRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.LinkPathMetadataRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ListPathLinksRequest
Returns the path of the file or folder that you are listing link for.
getPath() - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResultEntry
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
Returns the path of the file or folder that you are getting metadata about.
getPath() - Method in class com.hds.hcpaw.fss.api.model.PreserveMembershipRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns the path under which to search.
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Returns the path of the folder to convert to a team folder
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareCreateRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareGroupListRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Returns the path of the shared folder to cancel the invitation to.
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareLeaveRequest
Returns the path to the share folder which user should leave.
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareSettingsUpdateRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Returns the path of the share to sync membership.
getPath() - Method in class com.hds.hcpaw.fss.api.model.ShareUserListRequest
 
getPath() - Method in class com.hds.hcpaw.fss.api.model.SubdirectoryListingRequest
Returns the path of the folder whose writable subdirectories are being requested.
getPath() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderApproveRequest
Returns the path to the shared folder for which to approve the team folder request
getPath() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCancelRequest
Returns the path to the shared folder for which to cancel the team folder request
getPath() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns the path to the folder to be team folder.
getPath() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderDeleteRequest
Returns the path to the team folder to delete.
getPath() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Returns the path to the folder to be team folder.
getPath() - Method in class com.hds.hcpaw.fss.api.model.UnshareFolderRequest
Returns the path to the folder to be unshared.
getPathAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywherePathAPI that can be used to perform operations on paths (files or folders).
getPathList() - Method in class com.hds.hcpaw.fss.api.model.DownloadZipRequest
 
getPathList() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalRequest
 
getPathList() - Method in class com.hds.hcpaw.fss.api.model.LinkMultiDownloadRequest
 
getPermissions() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns the set of permissions for this link.
getPoint() - Method in class com.hds.hcpaw.fss.api.model.RestorePoint
Returns the point in time.
getPointInTime() - Method in class com.hds.hcpaw.fss.api.model.DownloadZipRequest
 
getPointInTime() - Method in class com.hds.hcpaw.fss.api.model.FolderSizeRequest
Returns the pointInTime for which to get the folder size
getPointInTime() - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns the point in time where the search should be done.
getPoweredByImageBrandedPath() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the path of the powered by image, if it is branded.
getPoweredByLogoDimension() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the powerbylogo dimensions
getPoweredByName() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the name set under Powered By for branding.
getPriority() - Method in class com.hds.hcpaw.fss.api.model.AuthConfig
Gets the priority of this configuration
getPriority() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the factor priority
getPrivacyPolicyName() - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
Returns privacyPolicy name.
getPrivacyPolicyUrl() - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
Returns privacyPolicy URL.
getPrivateLinkPathMetadata(AuthToken, String, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Read entry metadata from private link
getProductName() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the name set under Product for branding.
getProductNameBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns if the product name is branded.
getProviderAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereProviderAPI that can be used to perform operations for providers
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the corresponding provider id
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ListGroupMembersRequest
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Returns the providerId of the user whose invitation should be cancelled.
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
 
getProviderId() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's auth provider's ID.
getProviders() - Method in class com.hds.hcpaw.fss.api.model.ProviderListing
Returns a list of Providers.
getProviderType() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the corresponding provider type
getProviderType() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's auth provider type
getPublicApiClass(FssApiVersion) - Static method in class com.hds.hcpaw.fss.api.model.Authentication
 
getPublicLinkPathMetadata(AuthToken, String, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Read entry metadata from public link
getQuota() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
getQuotaBytes() - Method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Returns the quota for the team folder, in bytes
getQuotaBytes() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Returns the quota for the team folder, in bytes
getQuotaBytes() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Returns the quota for the team folder, in bytes
getQuotaBytes() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the number of bytes that the user can store as active versions on HCP Anywhere.
getReason() - Method in exception com.hds.hcpaw.fss.api.exception.AwInvalidCertificateException
A resource id indicating why this exception was thrown.
getRegistered() - Method in class com.hds.hcpaw.fss.api.model.User
Returns whether or not the user is registered.
getRequiresAccessCode() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns whether the link requires an access code.
getRestorePoints() - Method in class com.hds.hcpaw.fss.api.model.RestorePointListing
 
getResults() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchResult
 
getRetentionPolicy() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns the type of retention policy of this filesystem
getRetentionTime() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns the retention time of this filesystem
getRole() - Method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
getRole() - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
getRole() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getRole() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the role of the user in the share
getRole() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getRole() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getSamlAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereSamlAPI that can be used to perform SAML operations
getShareAlerts() - Method in class com.hds.hcpaw.fss.api.model.ShareAlertListing
Returns a list of ShareAlerts.
getShareAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereShareAPI that can be used to perform operations for share folders
getSharedFolders() - Method in class com.hds.hcpaw.fss.api.model.SharedFolderListing
Returns a list of SharedFolders.
getSharing() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns sharing information about the entry.
getSharingDefaultDays() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns the default number of days before a link expires.
getSharingEnabled() - Method in class com.hds.hcpaw.fss.api.model.User
Returns whether or not the user is able to share.
getShowPrivate() - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Returns true if the request is for private history, false for shared history
getSize(AuthToken, String, long) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Get the size of a folder
getSize() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the size (in bytes) of the entry.
getSize() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the size of the version in string form
getSize() - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Returns the size (in bytes) of the file to be created.
getSize() - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Returns the size (in bytes) of the new file being uploaded.
getSize() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the size of the version in string form
getSize() - Method in class com.hds.hcpaw.fss.api.model.FolderSize
 
getSize() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the size of the version in string form
getSize() - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
Returns the size (in bytes) of the file to be created.
getSize() - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
getSize() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns the size of the link.
getSize() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getSize() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns the size of the share
getSortingCriterion() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
 
getSortingCriterion() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
 
getSortingCriterion() - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the criteria to order the results on (NAME, HAS_ACCESS_CODE, PUBLIC, EXPIRATION, PERMISSIONS).
getSortingCriterion() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
getSortingDirection() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
 
getSortingDirection() - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
 
getSortingDirection() - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Returns the direction to sort the results in (ascending or descending), depending on the sorting criteria.
getSortingDirection() - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
getSourcePath() - Method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Returns the path where the file or folder currently resides.
getState() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the state of the entry.
getState() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getState() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getStatusCode() - Method in exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
The HTTP status code of the error.
getSubstring() - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Returns the substring that should be contained in the name of matching entries.
getSuccessfulCopies() - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResult
 
getSuccessfulDeletes() - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResult
 
getSuccessfulInvitations() - Method in class com.hds.hcpaw.fss.api.model.InviteResult
 
getSupportedCipherSuites() - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
 
getSupportedVersions() - Method in exception com.hds.hcpaw.fss.api.exception.AnywhereHttpException
The supported api versions
getSupportedVersionSet(FssApiVersion) - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns all versions except FssApiVersion.UNSET that are less than or equal to the specified version.
getSupportedVersionSet(FssApiVersion, FssApiVersion) - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns all versions between the specified two versions, inclusive.
getSync() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns whether filesystem is a syncing or non-syncing share
getSync() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getSync() - Method in class com.hds.hcpaw.fss.api.model.ShareSettingsUpdateRequest
 
getTabLogoDimension() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns the tab logo (or favicon) dimension
getTeamFolder() - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getTeamFolder() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getTeamFolderInfo() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns any team folder-related information (contact, quota), if applicable.
getTeamFolderInfo() - Method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
getTeamFolderQuotaThreshold() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderSettings
Returns the team folder quota threshold for the user.
getTeamFolderRequest() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns any team folder request related information (contact, quota), if applicable.
getTeamFolderRequest() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getTeamFolderSettings() - Method in class com.hds.hcpaw.fss.api.model.User
Returns team folder settings for the user.
getTechnicalMessage() - Method in exception com.hds.hcpaw.fss.api.exception.AnywhereException
 
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
 
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
 
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the time that the entry was read
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the time that the entry was created
getTimestamp() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the time that the entry was read
getToken() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the token for the link
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
 
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
 
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the tsExtra value associated with the version
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the tsExtra value associated with the version
getTsExtra() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the tsExtra value associated with the version
getType() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Gets the factor type
getType() - Method in enum com.hds.hcpaw.fss.api.model.CollaborationActivityRequest.CollaborationActivityType
 
getType() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns the Entry type (file or folder).
getType() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
Returns the filesystem type of the entry.
getType() - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
getType() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the type of object that the link points to (FILE, FOLDER, or BROKEN).
getType() - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Returns the type of object that the link points to (FILE, FOLDER, or BROKEN).
getType() - Method in class com.hds.hcpaw.fss.api.model.Provider
Returns the type of the provider
getType() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getType() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getType() - Method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns uniqueId of an entry.
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns unique id of shared/team folder
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Returns the uniqueId of the user whose invitation should be cancelled.
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
 
getUniqueId() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's unique ID for their auth provider.
getUpdateAccessCode() - Method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns whether or not to update an access code
getUrl() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns the URL of the link.
getUrl() - Method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Returns the url of the link.
getUrl() - Method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Returns the url of the link.
getUsageBytes() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the number of bytes currently used by the user's active versions of files on HCP Anywhere.
getUserAPI() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Generates an instance of the AnywhereUserAPI that can be used to perform operations on the user.
getUserId() - Method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Returns the ID of the owner.
getUserId() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's ID.
getUserInfo() - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
getUsername() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Returns the name of the user that read the file
getUsername() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns the name of the user that created this version entry
getUsername() - Method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Returns the owner's username.
getUserName() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
getUsername() - Method in class com.hds.hcpaw.fss.api.model.User
Returns the user's username.
getUsernameOrIP() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns the name of the user or IP that read the file
getValueFromVersionString(String) - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the result of converting the specified versionString into a FssApiVersion.
getValuesFromStringSet(Set<String>) - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns a set of FssApiVersion, each corresponding to an element in the provided set of strings.
getVersion() - Method in class com.hds.hcpaw.fss.api.model.Client
Returns the client's version.
getVersion() - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns this object represented as a Version.
getVersionString() - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the String representation of this FssApiVersion version number.
getViewAtTime() - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Returns the time in milliseconds since 12:00:00 AM January 1, 1970, to view the folder.
getWindowsPhoneMobileAppLinkURL() - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
GroupMember - Class in com.hds.hcpaw.fss.api.model
 
GroupMembersListing - Class in com.hds.hcpaw.fss.api.model
 

H

hasAccessCode() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns whether or not to use an access code for this link.
hasAssociatedClient() - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
Returns whether or not the backup folder has an associated client.
hashCode() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.Entry
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
 
hashCode() - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
 
hasUniqueId() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns whether the LinkCreateRequest has a uniqueId value
HTTP_HEADER_CONTENT_TYPE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
HTTP_HEADER_ENTRY - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
HTTP_HEADER_HCP_AW_FSS_API_VERSION - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
HTTP_HEADER_SUPPORTED_FSS_API_VERSIONS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 

I

ImpressumInfo - Class in com.hds.hcpaw.fss.api.model
 
InputStreamResult<T> - Class in com.hds.hcpaw.fss.api.model
A response that contains an object that was sent as a response header and the InputStream from the response
InputStreamResult(T, InputStream) - Constructor for class com.hds.hcpaw.fss.api.model.InputStreamResult
 
insecureSSL() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Indicates that all SSL connections should be trusted.
insecureSSL() - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Indicates that all SSL connections should be trusted.
InvitationListing - Class in com.hds.hcpaw.fss.api.model
 
invite(AuthToken, String, String, String, ShareRole) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Invite user or group to the shared folder
InviteRequest - Class in com.hds.hcpaw.fss.api.model
 
InviteResult - Class in com.hds.hcpaw.fss.api.model
 
InviteResultEntry - Class in com.hds.hcpaw.fss.api.model
 
InviteResultEntry.V300 - Class in com.hds.hcpaw.fss.api.model
 
invokeNoBody(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, OutputStream, Class<T>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request with no request body.
invokeNoBody(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, Class<T>) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request with no request body and returns the response body converted to an object of type T.
invokeWithFormData(AnywhereConnector.RequestMethod, FssApiVersion, String, String, String, Map<String, String>, String, Class<T>) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends form data and returns the response body converted to an object of type T.
invokeWithObject(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, U, Class<T>) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends a JSON string as the request body and returns the response body converted to an object of type T.
invokeWithObject(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, U) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends a JSON string as the request body.
invokeWithObject(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, U, OutputStream, Class<T>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends a JSON string as the request body.
invokeWithObject(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, U, Class<T>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends a JSON string as the request body.
invokeWithStream(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, String, InputStream, Class<T>) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends the contents of an InputStream as the request body and returns the response body converted to an object of type T.
invokeWithStream(AnywhereConnector.RequestMethod, FssApiVersion, AuthToken, String, Map<String, String>, InputStream, OutputStream, Class<T>, String) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector
Sends an HTTP request that sends the contents of an InputStream as the request body.
isAccessCodeOnAllLinksRequired() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not the server mandates that all links have access codes
isAccessCodeOnPublicLinksRequired() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not the server mandates that public links have access codes
isAccessible() - Method in class com.hds.hcpaw.fss.api.model.Link
Return whether the link is active
isActiveDirectory() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Returns whether the provider type is AD
isAllowLinksWithoutExpiration() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether links are allowed to be created without an expiration
isAnonymous() - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Returns whether the link was accessed anonymously
isCookieNoticeEnabled() - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
Returns whether cookie policy notice is enabled.
isCurrentVersion() - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Returns whether or not this version represents the current version of the file
isEditEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not edit links are enabled on the server.
isEulaHtmlBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether the EULA is branded.
isFaviconImageBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether the favicon image for HCPAW is branded.
isFolder() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns true if this entry is a folder; false otherwise.
isGlobalLogout() - Method in class com.hds.hcpaw.fss.api.model.User
Returns if the logout is global
isGreaterThan(FssApiVersion) - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns true if this version is greater than the specified version; false otherwise.
isGreaterThanOrEqualTo(FssApiVersion) - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns true if this version is greater than or equal to the specified version; false otherwise.
isImpressumEnabled() - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
Returns whether impressum is enabled.
isIncreaseRole() - Method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Returns whether the server should increase roles if applicable or not.
isIndividual() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Returns true if it's an individual invitation otherwise false
isIndividual() - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
isIndividual() - Method in class com.hds.hcpaw.fss.api.model.ShareUserInfo
 
isInviteDeclined() - Method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Returns whether the server should invite users who had previously declined, left, cancelled, or been kicked out.
isLessThan(FssApiVersion) - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns true if this version is less than the specified version; false otherwise.
isLessThanOrEqualTo(FssApiVersion) - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns true if this version is less than or equal to the specified version; false otherwise.
isLoginHelpHtmlBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether the login help is branded.
isLogoImageBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether or not the logo image for HCPAW is branded.
isNetworkLoginEnabled() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether network login is enabled
isOOSEnabled() - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
Returns whether Office Online Server is enabled.
isPoweredByImageBranded() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether or not the Powered By image for HCPAW is branded.
isPrivacyPolicyEnabled() - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
Returns whether privacyPolicy is enabled.
isProductNameShown() - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
Returns whether the product name is shown
isPublicLink() - Method in class com.hds.hcpaw.fss.api.model.Link
Returns whether or not this link is publicly accessible (accessible without a username and password).
isPublicLink() - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Returns whether or not this link should be publicly accessible (accessible without a username and password).
isPublicReadEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not the server allows links to be shared publicly.
isPublicSharingEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not the server allows links to be shared publicly.
isPublicUploadEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not public upload links are enabled on the server.
isReadEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not sharing is enabled on the server.
isRecursive() - Method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
If the entry is a folder, whether to recursively delete all the contents of the folder.
isRecursive() - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
For each entry in the list, if the entry is a folder, whether to recursively delete all the contents of the folder.
isRemoveGroups() - Method in class com.hds.hcpaw.fss.api.model.PreserveMembershipRequest
 
isSAML() - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Returns whether the provider type is SAML
isSharingEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not sharing is enabled on the server.
isSharingPublicByDefault() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not the server is configured to share links publicly by default.
isShowSingleClickUserGuide() - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
 
isShowSingleClickUserGuide() - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
 
isSync() - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationAcceptRequest
Returns whether the share should be synced or not
isUploadEnabled() - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
Returns whether or not upload links are enabled on the server.
isWipe() - Method in class com.hds.hcpaw.fss.api.model.ClientDeregisterRequest
Returns whether to wipe the client or not.
isWORM() - Method in class com.hds.hcpaw.fss.api.model.Entry
Returns whether or not the file is protected and cannot be modified.
itemName - Variable in class com.hds.hcpaw.fss.api.model.LinkRequestBase
 

K

keepAliveDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the amount of time a connection remains idle before closing.
keepAliveDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the amount of time a connection remains idle before closing.

L

latestApiVersion - Static variable in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
leaveShare(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Leave a shared folder
Link - Class in com.hds.hcpaw.fss.api.model
Holds information about how a link is configured.
LinkAccessEntry - Class in com.hds.hcpaw.fss.api.model
 
LinkAccessListing - Class in com.hds.hcpaw.fss.api.model
 
LinkBrowseListing - Class in com.hds.hcpaw.fss.api.model
 
LinkBrowseRequest - Class in com.hds.hcpaw.fss.api.model
A request to browse the contents of a shared link
LinkBrowseSearchRequest - Class in com.hds.hcpaw.fss.api.model
A request to search the contents of a shared link
LinkBrowseSearchResult - Class in com.hds.hcpaw.fss.api.model
Represents a list of Entry objects from a link search result
LinkCheckAccessRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkCopyToLocalRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkCopyToLocalResult - Class in com.hds.hcpaw.fss.api.model
 
LinkCopyToLocalResultEntry - Class in com.hds.hcpaw.fss.api.model
 
LinkCreateRequest - Class in com.hds.hcpaw.fss.api.model
A request to create a link.
LinkDeleteRequest - Class in com.hds.hcpaw.fss.api.model
A request to delete a link.
LinkFileCreateRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkFileReadRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkFileUpdateRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of links created by the user.
LinkListRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkListRequest.LinkSortingCriterion - Enum in com.hds.hcpaw.fss.api.model
 
LinkMetadata - Class in com.hds.hcpaw.fss.api.model
Holds metadata about a link.
LinkMetadataRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkMultiDownloadRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkPathMetadataRequest - Class in com.hds.hcpaw.fss.api.model
 
LinkPermission - Enum in com.hds.hcpaw.fss.api.model
The type of operations a user can perform on the file or folder that's shared with a link.
LinkRequestBase - Class in com.hds.hcpaw.fss.api.model
 
LinkRequestBase() - Constructor for class com.hds.hcpaw.fss.api.model.LinkRequestBase
 
LinkRequestBase(String, String, String) - Constructor for class com.hds.hcpaw.fss.api.model.LinkRequestBase
 
LinkSettings - Class in com.hds.hcpaw.fss.api.model
The link settings on the server.
linkToken - Variable in class com.hds.hcpaw.fss.api.model.LinkRequestBase
 
LinkType - Enum in com.hds.hcpaw.fss.api.model
Enum representing the types of links
LinkUpdateRequest - Class in com.hds.hcpaw.fss.api.model
A request to update a link.
list(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereClientAPI
List all of the available clients
list(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
List a user's links
list(AuthToken, String, String, Integer, LinkListRequest.LinkSortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
List a user's links.
listAuthConfig() - Method in class com.hds.hcpaw.fss.api.AnywhereProviderAPI
List the authentication configurations.
listConflicts(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
List conflicts for a user
listEntries(AuthToken, String, String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder, one "page" at a time.
listEntries(AuthToken, String, String, int, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder, one "page" at a time.
listEntriesAtTime(AuthToken, String, Long, String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder at a specified time, one "page" at a time.
listEntriesAtTime(AuthToken, String, Long, String, int, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder at a specified time, one "page" at a time.
listEntriesIncludeDeleted(AuthToken, String, String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder, including deleted entries, one "page" at a time.
listEntriesIncludeDeleted(AuthToken, String, String, int, FolderListingRequest.SortingCriterion, FolderListingRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Lists the contents (files and folders) of the specified folder, including deleted entries, one "page" at a time.
listFilesystems(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereUserAPI
List the requesting user's filesystems.
listGroupMembers(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List members in a group
ListGroupMembersRequest - Class in com.hds.hcpaw.fss.api.model
 
listInvitations(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the user's invitations to join shared folders owned by others
listLinkReadHistory(AuthToken, String, Boolean, String, Integer, PageAction) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
List link read history of a file
listLinks(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
List all non-expired links for a specified path.
ListPathLinksRequest - Class in com.hds.hcpaw.fss.api.model
A request to list links for a path.
listProviders() - Method in class com.hds.hcpaw.fss.api.AnywhereProviderAPI
Lists the authentication providers.
listReadHistory(AuthToken, String, Boolean, String, Integer, PageAction) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
List read history of a file
listRestorePoints(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereUserAPI
List the requesting user's restore points.
listSharedFolders(AuthToken) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List all shared folders the user is a member of
listShareGroups(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the groups in a share
listShareMembers(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the members of a given shared folder.
listShareMembers(AuthToken, String, String, Integer) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the members of a given shared folder, which includes both users and groups.
listShareMembers(AuthToken, String, String, Integer, ShareMemberListRequest.SortingCriterion, ShareMemberListRequest.SortingDirection) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the members of a given shared folder, which includes both users and groups.
listShareUsers(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List the users of a given shared folder.
listVersions(AuthToken, String, Boolean, String, Integer, PageAction) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
List all versions of a file

M

maxIdleConnections(int) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the maximum number of idle connections for this connector.
maxIdleConnections(int) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the maximum number of idle connections for this connector.
move(AuthToken, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
move(AuthToken, String, String, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Deletes the entry currently at sourcePath (and all of its children if the path refers to a folder), and creates the entry (and all of its children if path refers to a folder) at destPath.
MovePathRequest - Class in com.hds.hcpaw.fss.api.model
A request to move a file or folder to a different location.
multiDelete(AuthToken, List<EntryIdentifier>, Boolean) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Deletes multiple files or folders based on (path, etag) pairs passed in.
MultiDeletePathRequest - Class in com.hds.hcpaw.fss.api.model
A request to delete a file or folder.
MultiDeletePathResult - Class in com.hds.hcpaw.fss.api.model
 
MultiDeletePathResultEntry - Class in com.hds.hcpaw.fss.api.model
 
multiFileDownloadPrivateLink(AuthToken, List<String>, String, String, String, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Download multiple files as zip from a private link
multiFileDownloadPublicLink(AuthToken, List<String>, String, String, String, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Download multiple files as zip from a public link

O

OfficeOnlineServerInfo - Class in com.hds.hcpaw.fss.api.model
 
OwnerInfo - Class in com.hds.hcpaw.fss.api.model
Holds information about an Owner.

P

PageAction - Enum in com.hds.hcpaw.fss.api.model
The type of actions a user can perform on paged results.
PARAM_ACCESS_CODE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ACTIVITY_TYPE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_CLIENT - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_CLIENT_TYPE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_CONTACT - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_CREATE_PARENTS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_DESTINATION_PATH - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_DISMISS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_DISPLAY_NAME - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ENTRY_LIST - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ETAG - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_EXPIRATION - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_FILTER - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_FS_ID - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_HASH - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ID - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INCLUDE_DELETED - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INCREASE_ROLE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INPUT - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INVITE_DECLINED - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INVITEE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_INVITER - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ITEM_NAME - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_LABEL - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_LANGUAGE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_LINK_TOKEN - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_LOCATION - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_NAME - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PAGE_ACTION - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PAGE_SIZE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PAGE_TOKEN - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PARENT - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PATH - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PATH_LIST - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PATHS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PERMISSIONS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_POINT_IN_TIME - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_PROVIDER_ID - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_QUOTA - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_REMOVE_GROUPS - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_ROLE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_SIZE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_SOURCE_PATH - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_SYNC - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_TOKEN - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_TYPE - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_UNIQUE_ID - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_URL - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
PARAM_VERSION - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
parse(String, Class<T>) - Static method in class com.hds.hcpaw.fss.api.version.StoredFssApiVersion
Parses the provided string.
parse(String, Type) - Static method in class com.hds.hcpaw.fss.api.version.StoredFssApiVersion
Parses the provided string.
PARSER - Static variable in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
PARSER - Static variable in class com.hds.hcpaw.fss.api.version.StoredFssApiVersion
 
PathMetadataGetRequest - Class in com.hds.hcpaw.fss.api.model
A request to get information (metadata) about a file or folder.
PathSearchResult - Class in com.hds.hcpaw.fss.api.model
Represents a list of Entry objects from a search result
preserveMembership(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Preserve a share's membership
PreserveMembershipRequest - Class in com.hds.hcpaw.fss.api.model
 
PrivacyInfo - Class in com.hds.hcpaw.fss.api.model
 
PrivacyPolicyInfo - Class in com.hds.hcpaw.fss.api.model
 
promoteVersion(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Promote a version of a file to current
Provider - Class in com.hds.hcpaw.fss.api.model
Information about the authentication provider
ProviderListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of providers configured on the system.
ProviderType - Enum in com.hds.hcpaw.fss.api.model
The type of authentication provider.
proxy(String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the proxy to use, based on the provided hostname and port.
proxy(Proxy) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the proxy to use.
proxy(String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the proxy to use, based on the provided hostname and port.
proxy(Proxy) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the proxy to use.
PublicClientType - Enum in com.hds.hcpaw.fss.api.model
The type of AW client (limited to those that are downloaded through the user portal).

R

read(AuthToken, String, String, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Downloads the contents of the specified file and writes the contents of the file to the specified OutputStream.
read(AuthToken, String, String, Boolean, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Downloads the contents of the specified file and writes the contents of the file to the specified OutputStream.
read(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Deprecated. 
ReadAccessListing - Class in com.hds.hcpaw.fss.api.model
 
readFilePrivateLink(AuthToken, String, String, String, String, String, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Read file from a private link
readFilePublicLink(AuthToken, String, String, String, String, String, OutputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Read file from a public link
readTimeoutDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the amount of time to wait between bytes read before timing out
readTimeoutDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the amount of time to wait between bytes read before timing out
redirect(AuthToken, String, String, SamlRedirectRequest.FssClientType) - Method in class com.hds.hcpaw.fss.api.AnywhereSamlAPI
Request redirect to SAML service provider
rejectInvitation(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Reject an invitation to join a shared folder
removeGroup(AuthToken, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Remove group from shared folder
removeMember(AuthToken, String, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Remove member from shared folder
rename(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereClientAPI
Rename the client with the specified id to have the specified name
restore(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Restore a file that has been deleted
restore(AuthToken, String, int) - Method in class com.hds.hcpaw.fss.api.AnywhereFolderAPI
Restore a folder
RestorePoint - Class in com.hds.hcpaw.fss.api.model
 
RestorePointListing - Class in com.hds.hcpaw.fss.api.model
 
run(FssApiVersion) - Method in interface com.hds.hcpaw.fss.api.ApiVersionedAction
Perform the action, using the specified apiVersion.
run(AnywhereConnector, ApiVersionedAction<T>) - Static method in interface com.hds.hcpaw.fss.api.ApiVersionedAction
Performs the specified action with the specified AnywhereConnector's current API version.

S

SamlRedirectRequest - Class in com.hds.hcpaw.fss.api.model
 
SamlRedirectRequest.FssClientType - Enum in com.hds.hcpaw.fss.api.model
 
search(AuthToken, String, String, Integer) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Searches for entries with a matching substring in their name under the specified path.
search(AuthToken, String, String, Integer, Boolean, Long) - Method in class com.hds.hcpaw.fss.api.AnywherePathAPI
Searches for entries with a matching substring in their name under the specified path.
searchInvite(AuthToken, String, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
List users and groups matching the filter
SearchPathRequest - Class in com.hds.hcpaw.fss.api.model
Request for searching for entries under a path
server(String) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Updates the server URL.
server(String) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Updates the server URL.
setAndroidAppURL(String) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setAppCertificateChain(X509Certificate[]) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingSSLSocketFactory
Updates the certificate chain used by the TrustManager before checking against any KeyStores.
setApplicationCertificateChain(X509Certificate[]) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
Sets the application's certificate chain using an array of the X509Certificate.
setApplicationCertificateChain(KeyStore) - Method in class com.hds.hcpaw.fss.api.conn.DelegatingTrustManager
Sets the application's certificate chain using a KeyStore that contains certificates.
setEnableAndroidDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setEnableiOSDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setEnableMacDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setEnableOutlookDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setEnableWindowsDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setEnableWindowsPhoneDownloadLink(Boolean) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setiOSAppURL(String) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setMaxFileUploadSize(Long) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
setWindowsPhoneMobileAppLinkURL(String) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
 
ShareAlert - Class in com.hds.hcpaw.fss.api.model
 
ShareAlertListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of share alerts created by the user.
ShareAlertRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareConvertRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareCreateRequest - Class in com.hds.hcpaw.fss.api.model
A request to create a share.
SharedFolder - Class in com.hds.hcpaw.fss.api.model
 
SharedFolderListing - Class in com.hds.hcpaw.fss.api.model
Represents a list of shared folders created by the user.
ShareGroupInfo - Class in com.hds.hcpaw.fss.api.model
 
ShareGroupListRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareGroupListRequest.V300 - Class in com.hds.hcpaw.fss.api.model
 
ShareInvitation - Class in com.hds.hcpaw.fss.api.model
 
ShareInvitationAcceptRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareInvitationCancelRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareInvitationRejectRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareInviteSearchEntry - Class in com.hds.hcpaw.fss.api.model
 
ShareInviteSearchRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareInviteSearchResult - Class in com.hds.hcpaw.fss.api.model
 
ShareLeaveRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareMember - Class in com.hds.hcpaw.fss.api.model
 
ShareMemberListing - Class in com.hds.hcpaw.fss.api.model
 
ShareMemberListRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareMemberListRequest.SortingCriterion - Enum in com.hds.hcpaw.fss.api.model
 
ShareMemberListRequest.SortingDirection - Enum in com.hds.hcpaw.fss.api.model
 
ShareMemberListRequest.V300 - Class in com.hds.hcpaw.fss.api.model
 
ShareMemberListRequest.V400 - Class in com.hds.hcpaw.fss.api.model
 
ShareRemoveGroupRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareRemoveMemberRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareRole - Enum in com.hds.hcpaw.fss.api.model
The permissions a user can have to a shared or team folder.
ShareSettingsUpdateRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareState - Enum in com.hds.hcpaw.fss.api.model
the state of a user or group's membership to a shared folder
ShareSyncMembershipRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareUserInfo - Class in com.hds.hcpaw.fss.api.model
 
ShareUserListRequest - Class in com.hds.hcpaw.fss.api.model
 
ShareUserListRequest.V300 - Class in com.hds.hcpaw.fss.api.model
 
skipHostnameVerification() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Do not perform hostname verification against the certificate returned by the server
skipHostnameVerification() - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Do not perform hostname verification against the certificate returned by the server
status() - Method in class com.hds.hcpaw.fss.api.AnywhereAPI
Obtains whether the system provided in the builder used to create this API is online and a valid HCP Anywhere system
StoredFssApiVersion<T> - Class in com.hds.hcpaw.fss.api.version
 
StoredFssApiVersion(FssApiVersion, T) - Constructor for class com.hds.hcpaw.fss.api.version.StoredFssApiVersion
 
SubdirectoryListingRequest - Class in com.hds.hcpaw.fss.api.model
A request to list the writable subdirectories of a folder.
SUPPORTED_LOCALE_LIST - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
syncMembership(AuthToken, String, boolean, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Sync a share's membership

T

TeamFolderApproveRequest - Class in com.hds.hcpaw.fss.api.model
 
TeamFolderCancelRequest - Class in com.hds.hcpaw.fss.api.model
 
TeamFolderCreateRequest - Class in com.hds.hcpaw.fss.api.model
 
TeamFolderDeleteRequest - Class in com.hds.hcpaw.fss.api.model
 
TeamFolderInfo - Class in com.hds.hcpaw.fss.api.model
 
TeamFolderSettings - Class in com.hds.hcpaw.fss.api.model
The team folder settings for a user on the server.
TeamFolderType - Enum in com.hds.hcpaw.fss.api.model
The type of team folders
TeamFolderUpdateRequest - Class in com.hds.hcpaw.fss.api.model
 
throwHttpException(String, int, Set<FssApiVersion>) - Static method in class com.hds.hcpaw.fss.api.exception.AnywhereExceptionFactory
Throws the appropriate HTTP exception based on the error code and status message.
throwHttpException(String, int, ErrorMessage, Set<FssApiVersion>) - Static method in class com.hds.hcpaw.fss.api.exception.AnywhereExceptionFactory
Throws the appropriate HTTP exception based on the error code, status message, and any error message returned from the server.
toAuthHeaderValue(String, String) - Static method in class com.hds.hcpaw.fss.api.model.AuthToken
Returns a string appropriate for use as the value of an HTTP Authorization header.
toJson(Object) - Static method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Returns the JSON representation of the specified object.
toJson() - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Returns the JSON representation of this object.
toJson(FssApiVersion, T) - Static method in class com.hds.hcpaw.fss.api.version.FssApiGsonHelper
 
toString() - Method in class com.hds.hcpaw.fss.api.model.AuthToken
A String representation of an AuthToken.
toString() - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
The JSON representation of the specified object.
toString() - Method in class com.hds.hcpaw.fss.api.model.ErrorMessage
 
toString() - Method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the version string for this object.
toString() - Method in class com.hds.hcpaw.fss.api.version.StoredFssApiVersion
 

U

unshareFolder(AuthToken, String) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Reject an invitation to join a shared folder
UnshareFolderRequest - Class in com.hds.hcpaw.fss.api.model
 
UNSUPPORTED_API_VERSION_ERROR - Static variable in class com.hds.hcpaw.fss.api.model.FssApiConstants
 
update(AuthToken, String, Long, String, String, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Updates an existing file at the specified path.
update(AuthToken, String, String, boolean, Long) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Deprecated. 
update(AuthToken, String, boolean, Long) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Update the link
updateFilePrivateLink(AuthToken, String, String, String, String, Long, String, String, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Update file through a private link
updateFilePublicLink(AuthToken, String, String, String, String, Long, String, String, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereLinkAPI
Update file through a public link
updateSetting(AuthToken, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean, Boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereUserAPI
Update user's account settings.
updateShareSettings(AuthToken, String, boolean) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Update settings for shared folder
updateTeamFolder(AuthToken, String, String, Long) - Method in class com.hds.hcpaw.fss.api.AnywhereShareAPI
Update a team folder
upload(AuthToken, String, Long, String, boolean, InputStream) - Method in class com.hds.hcpaw.fss.api.AnywhereFileAPI
Uploads a new file to the specified path.
useCertificateChain(X509Certificate[]) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Identifies the certChain that will be used to check and authenticate SSL certificates once a connection to HCP Anywhere has been established.
useCertificateChain(X509Certificate[]) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Identifies the certChain that will be used to check and authenticate SSL certificates once a connection to HCP Anywhere has been established.
useKeyStore(KeyStore) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Identifies the KeyStore that will be used to check and authenticate SSL certificates once a connection to HCP Anywhere has been established.
useKeyStore(KeyStore) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Identifies the KeyStore that will be used to check and authenticate SSL certificates once a connection to HCP Anywhere has been established.
User - Class in com.hds.hcpaw.fss.api.model
Holds information about a user.
UserSettingsUpdateRequest - Class in com.hds.hcpaw.fss.api.model
 
useSSLContext(SSLContext) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Identifies the SSLContext that will be used to check for and authenticate SSL certificates
useSSLContext(SSLContext) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Identifies the SSLContext that will be used to check for and authenticate SSL certificates
UTF_8 - Static variable in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
The UTF-8 Charset

V

validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AccountActivity
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AccountActivityEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AccountActivityRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AccountSettings
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AuthConfig
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AuthConfigFactor
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.AuthConfigListing
Validates this object.
validate() - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.BrandingInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ClearClientCredentialsRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.Client
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ClientDeregisterRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ClientDownloadRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ClientListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ClientRenameRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivity
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.CollaborationActivityRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ConfigSettings
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ConflictListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.DeletePathRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.DownloadZipRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.EmptyFssApiResult
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.Entry
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.EntryBackupInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.EntryIdentifier
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.EntrySharingInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ErrorMessage
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileAccessEntry
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileCreateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileHistoryListingRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileReadRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileRestoreRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FilesActivity
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FilesActivityEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FilesActivityRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FilesystemInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FilesystemListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileUpdateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileVersionEntry
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileVersionListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FileVersionPromoteRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderCreateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderListingRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderRestoreRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderSize
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.FolderSizeRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.GroupMember
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.GroupMembersListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ImpressumInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.InvitationListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.InviteRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.InviteResult
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.InviteResultEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.Link
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkAccessEntry
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkAccessListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkBrowseSearchResult
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResult
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkCopyToLocalResultEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkDeleteRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkFileCreateRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkFileReadRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkFileUpdateRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkListRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkMetadata
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkMetadataRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkMultiDownloadRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkRequestBase
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkSettings
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.LinkUpdateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ListGroupMembersRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ListPathLinksRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.MovePathRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResult
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.MultiDeletePathResultEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.OfficeOnlineServerInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.OwnerInfo
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.PathMetadataGetRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.PathSearchResult
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.PreserveMembershipRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.PrivacyInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.PrivacyPolicyInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.Provider
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ProviderListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ReadAccessListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.RestorePoint
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.RestorePointListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.SamlRedirectRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.SearchPathRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareAlert
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareAlertListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareAlertRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareConvertRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareCreateRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.SharedFolder
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.SharedFolderListing
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareGroupInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareGroupListRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInvitation
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationAcceptRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationCancelRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInvitationRejectRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchEntry
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareInviteSearchResult
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareLeaveRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareMember
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListing
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareMemberListRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveGroupRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareRemoveMemberRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareSettingsUpdateRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareSyncMembershipRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareUserInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.ShareUserListRequest
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.SubdirectoryListingRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderApproveRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCancelRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderCreateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderDeleteRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderInfo
 
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderSettings
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.TeamFolderUpdateRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.UnshareFolderRequest
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.User
Validates this object.
validate(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.UserSettingsUpdateRequest
Validates this object.
validateFieldInRange(String, Long, long, long, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that fieldValue is in the range min to max.
validateFieldInRange(String, Integer, int, int, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that fieldValue is in the range min to max.
validateFieldIsNull(String, Object, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that fieldValue is null.
validateFieldNotNull(String, Object, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that fieldValue is not null.
validateLocale(String, String, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that the provided locale is supported
validateObjectIdentifierToLink(String) - Method in class com.hds.hcpaw.fss.api.model.LinkCreateRequest
Validates that the specified argument that is used as the object identifier for creating a link is not null
validateOptionalField(String, BaseFssApiResource) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates an optional field of your choice.
validateOptionalFieldList(String, List<T>, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates an optional list.
validateRequiredField(String, BaseFssApiResource, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that fieldValue is not null and is valid.
validateRequiredFieldList(String, List<T>, String) - Method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Validates that the fieldValues are not null and that all objects contained within it are not null and are valid.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.AnywhereConnector.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.exception.AwInvalidCertificateException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.exception.FssApiError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.AccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.AuthConfigFactorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.CollaborationActivityRequest.CollaborationActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.EntryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.FilesActivityRequest.FilesActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.FilesystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.FolderListingRequest.SortingCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.FolderListingRequest.SortingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.LinkListRequest.LinkSortingCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.LinkPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.PageAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.ProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.PublicClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.SamlRedirectRequest.FssClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.ShareMemberListRequest.SortingCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.ShareMemberListRequest.SortingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.ShareRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.ShareState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.model.TeamFolderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hds.hcpaw.fss.api.AnywhereConnector.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.exception.AwInvalidCertificateException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.exception.FssApiError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.AuthConfigFactorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.CollaborationActivityRequest.CollaborationActivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.EntryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.FilesActivityRequest.FilesActivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.FilesystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.FolderListingRequest.SortingCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.FolderListingRequest.SortingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.LinkListRequest.LinkSortingCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.LinkPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.PageAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.ProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.PublicClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.SamlRedirectRequest.FssClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.ShareMemberListRequest.SortingCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.ShareMemberListRequest.SortingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.ShareRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.ShareState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.model.TeamFolderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hds.hcpaw.fss.api.version.FssApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTimeoutDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereAPI.Builder
Sets the amount of time to wait between bytes written before timing out
writeTimeoutDuration(long, TimeUnit) - Method in class com.hds.hcpaw.fss.api.AnywhereConnector.Builder
Sets the amount of time to wait between bytes written before timing out
writeToOutputStream(Object, OutputStream) - Static method in class com.hds.hcpaw.fss.api.model.BaseFssApiResource
Writes the JSON representation of the specified Object to the outputStream.
A B C D E F G H I K L M O P R S T U V W 
Skip navigation links