A B C D E F G H I J L M N O P R S T U V W Z 

A

ACCEPT_LANGUAGE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
ACCESS_TOKEN - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
accessControls() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
accessControls() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
accounts() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
accounts() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
acs() - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Get Assertion Consumer Service.
add(String, T) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
add(Set<T>) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
This will add the given set of enums to existing Set and also modify the original string accordingly
add(Class, String) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
addAcceptedLanguage(String) - Method in class com.citrix.sharefile.api.SFConfiguration
 
addAcceptedLanguages(ArrayList<String>) - Method in class com.citrix.sharefile.api.SFConfiguration
 
addActionIds(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addActionIds(Integer) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addAuthenticationHeader(URLConnection, SFOAuth2Token, String, String, SFCookieManager) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
We need a separate auth manager here to handle the setting of correct auth header based on the provider type and well as the user.
addBearerAuthorizationHeader(URLConnection, SFOAuth2Token) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
addEntity(String, Class) - Static method in class com.citrix.sharefile.api.models.SFEntityTypeMap
Add additional models to the type map.
addHeader(String, String) - Method in class com.citrix.sharefile.api.SFConfiguration
This is generic provision to add any header.
addIds(URI) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addProperty(String, Object) - Method in class com.citrix.sharefile.api.models.SFODataObject
 
addQueryString(String, Object) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addQueryString(String, ArrayList<String>) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addSubAction(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
addSubAction(String, SFSafeEnum) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
advancedSearch(SFSearchQuery) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Advanced Search { "Query":{ "ItemTypes":["type1", "type2", ...], "ParentID":["id1", "id2", ...], "CreatorID":["id1", "id2", ...], "SearchQuery":"", "CreateStartDate":"", "CreateEndDate":"", "ItemNameOnly":false }, "Paging":{ "PageNumber":1, (deprecated) "PageSize":10, (deprecated) "Count":50, (default value) "Skip":0, (default value) }, "Sort":{ "SortBy":"", "Ascending":false, }, "TimeoutInSeconds":10 } Search for Items matching the criteria of the query parameter
advancedSimpleSearch(SFSimpleSearchQuery) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Advanced Simple Search { "Query":{ "ItemType":"", "ParentID":"", "CreatorID":"", "SearchQuery":"", "CreateStartDate":"", "CreateEndDate":"", "ItemNameOnly":false }, "Paging":{ "PageNumber":1, (Deprecated) "PageSize":10, (Deprecated) "Count": 50 "Skip": 0 }, "Sort":{ "SortBy":"", "Ascending":false, }, "TimeoutInSeconds":10 } Search for Items matching the criteria of the query parameter
allowRedirection(boolean) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
For certain calls like create symbolic link we want to disable readahead done by the SDK.
ALLSHARED - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
API_CP - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
APP_CP - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
APPLICATION_FORM_URLENCODED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
APPLICATION_JSON - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
APPLICATION_OCTET_STREAM - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
asyncOperations() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
asyncOperations() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
authenticate(String, String, String, String, String, String) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
Authenticate via username/password
authenticate(String, String, String, String, String) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
Authenticate via samlAssertion
authenticate(String, String, String, String) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
authenticate(String, String, String) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
authenticate(String, String, String, String) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
authenticate(String, String, String) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
authenticateAsync(String, String, String, String, IOAuthTokenCallback) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
authenticateAsync(String, String, String, IOAuthTokenCallback) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
authenticateAsync(String, String, String, String, String, IOAuthTokenCallback) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
authenticateAsync(String, String, String, String, IOAuthTokenCallback) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
authenticateAsync(String, String, String, IOAuthTokenCallback) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
authenticateAsync(String, String, String, String, String, IOAuthTokenCallback) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
AUTHENTICATION_TYPE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 

B

box(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User's FileBox children
buildQueryUrlString(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
buildWebLoginTokenUrl(String, String) - Static method in class com.citrix.sharefile.api.authentication.SFAuthUtils
 
bulkDelete(URI, ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Delete multiple access controls ["id1","id2",...]
bulkDelete(URI, ArrayList<String>, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Multiple Items ["id1","id2",...] All items in bulk delete must be children of the same parent, identified in the URI
bulkDelete(URI, ArrayList<String>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Multiple Items ["id1","id2",...] All items in bulk delete must be children of the same parent, identified in the URI
bulkDelete(URI, ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Multiple Items ["id1","id2",...] All items in bulk delete must be children of the same parent, identified in the URI
bulkDeleteForPrincipal(ArrayList<String>, String) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Delete multiple access controls for principal ["id1","id2",...]
bulkDeletePermanently(ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Permanently delete multiple items
bulkDownload(URI, ArrayList<String>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Download Multiple Items ["id1","id2",...] Initiate the download operation for items.
bulkDownload(URI, ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Download Multiple Items ["id1","id2",...] Initiate the download operation for items.
bulkDownload(URI, String, ArrayList<String>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Download Multiple Items from a Share for a Recipient ["id1","id2",...] Download Multiple Items from a Share for a Recipient.
bulkDownload(URI, String, ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Download Multiple Items from a Share for a Recipient ["id1","id2",...] Download Multiple Items from a Share for a Recipient.
bulkRestore(ArrayList<String>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Restore expired items to their original locations
bulkSet(URI, SFAccessControlsBulkParams) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Create or Update multiple AccessControls for a given Item { "NotifyUser":true, "NotifyMessage":"msg", "AccessControlParams": [ { "AccessControl": { "Principal" : { "Id":"existing_user_id" }, "CanUpload" : true, "CanDownload" : false, "CanView" : true }, "NotifyUser":false }, { "AccessControl": { "Principal" : { "Id":"group_id" }, "CanUpload" : false, "CanDownload" : true, "CanView" : true }, "Recursive":true }, { "AccessControl": { "Principal" : { "Email":"new_or_existing_user@a.com" }, "CanUpload" : false, "CanDownload" : true, "CanView" : true } } ] } All the AccessControls are created or updated for a single Item identified by the Item id in the URI.
bulkSetForPrincipal(SFAccessControlsBulkParams, String) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Update multiple access controls for a single principal { "NotifyUser":true, "NotifyMessage":"msg", "AccessControlParams": [ { "AccessControl": { "Item": { "Id": "item-id-1" }, "Principal" : { "Id":"existing_user_id" }, "CanUpload" : true, "CanDownload" : false, "CanView" : true }, "NotifyUser":false }, { "AccessControl": { "Item": { "Id": "item-id-3" }, "Principal" : { "Id":"group_id" }, "CanUpload" : false, "CanDownload" : true, "CanView" : true }, "Recursive":true }, { "AccessControl": { "Item": { "Id": "item-id-2" }, "Principal" : { "Email":"new_or_existing_user@a.com" }, "CanUpload" : false, "CanDownload" : true, "CanView" : true } } ] }
byPath(String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Item by Path Retrieves an item from its path.
byPath(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Item by relative Path from ID Retrieves an item from its path, relative to the provided ID.
byProvider(String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Get the Connector Group by Provider
bytesTransfered(long) - Method in interface com.citrix.sharefile.api.https.TransferRunnable.IProgress
 

C

callErrorListener(SFSDKException) - Method in class com.citrix.sharefile.api.SFReAuthContext
 
cancel(URI) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Cancel AsyncOperation Cancels a single Async operation record
cancel() - Method in class com.citrix.sharefile.api.https.TransferRunnable
 
cancel() - Method in class com.citrix.sharefile.api.SFReAuthContext
Actually nothing needs to be cancelled since there are no threads waiting on this object.
cancelBatch(String) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Cancel an Operation Batch Cancel an Async Operation batch - all unfinished Async Operation records in that batch will be moved to Cancelled state.
cancelRequested - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
canReNewTokenInternally() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
capabilities() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
capabilities() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
catchIfAuthException(IOException) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
catchIfOutOfMemoryException(Exception, int) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
CHAR_AMPERSAND - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHAR_DOLLAR - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHAR_QUERY - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
checkIn(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Unlock File Unlock a locked file.
checkIn(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Unlock File Unlock a locked file.
checkOut(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
checkTemplateOwned(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Check if template is already part of an existing template structure
checkVersioningViolation(URI, String, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Check if a versioning change would result in file deletions
CHILDREN - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHILDREN_FAVORITE_FOLDER - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHILDREN_FILE_LOCK_INFO - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHILDREN_LOCKED_BY - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHILDREN_PARENT - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CHILDREN_PREVIEW_PLATFORMS_SUPPORTED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
clear() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
Removes all enum flags.
clearAllCookies() - Method in class com.citrix.sharefile.api.https.SFCookieManager
 
clearAllCookies() - Method in class com.citrix.sharefile.api.SFApiClient
 
client - Variable in class com.citrix.sharefile.api.entities.SFEntitiesBase
 
CLIENT_CAPABILITIES_HEADER - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CLIENT_ID - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CLIENT_SECRET - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
clone(SFAccessControlsCloneParams) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Recursively clones multiple access controls for a multiple users { "FolderId":"top-level-folder-id", "UserId":"source-user-id", "CloneUserIds": [ "clone-user-id-1", "clone-user-id-2", "clone-user-id-3" ] }
clone() - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
clone() - Method in class com.citrix.sharefile.api.SFApiClient
 
CLOSE_BRACKET - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CODE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
code - Variable in class com.citrix.sharefile.api.SFV3ErrorParser
 
COLON - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
com.citrix.sharefile.api - package com.citrix.sharefile.api
 
com.citrix.sharefile.api.async - package com.citrix.sharefile.api.async
 
com.citrix.sharefile.api.authentication - package com.citrix.sharefile.api.authentication
 
com.citrix.sharefile.api.constants - package com.citrix.sharefile.api.constants
 
com.citrix.sharefile.api.entities - package com.citrix.sharefile.api.entities
 
com.citrix.sharefile.api.enumerations - package com.citrix.sharefile.api.enumerations
 
com.citrix.sharefile.api.exceptions - package com.citrix.sharefile.api.exceptions
 
com.citrix.sharefile.api.extensions - package com.citrix.sharefile.api.extensions
 
com.citrix.sharefile.api.gson - package com.citrix.sharefile.api.gson
 
com.citrix.sharefile.api.gson.auto - package com.citrix.sharefile.api.gson.auto
 
com.citrix.sharefile.api.https - package com.citrix.sharefile.api.https
 
com.citrix.sharefile.api.interfaces - package com.citrix.sharefile.api.interfaces
 
com.citrix.sharefile.api.log - package com.citrix.sharefile.api.log
 
com.citrix.sharefile.api.models - package com.citrix.sharefile.api.models
 
com.citrix.sharefile.api.utils - package com.citrix.sharefile.api.utils
 
COMMA - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
confirm(SFUserConfirmationSettings) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Confirm the current user logging in for the first time { "FirstName":"", "LastName":"", "Company":"", "Password":"", "SecurityQuestion":"", "SecurityQuestionAnswer":"", "DayLightName":"", "UTCOffset":"", "DateFormat":"", "TimeFormat":"", "EmailInterval":0 }
connect(URLConnection) - Static method in class com.citrix.sharefile.api.SFConnectionManager
 
CONNECTOR_BOX - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_DROPBOX - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_GOOGLE_DRIVE - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_NETWORKSHARE - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_OFFICE365 - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_ONE_DRIVE - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_ONE_DRIVE_BUSINESS - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_PCC - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_SHARE_CONNECT - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_SHAREPOINT - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
CONNECTOR_SHAREPOINT_BUSINESS - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
connectorGroups() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
connectorGroups() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
constructDownloadSpec() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
contains(T) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
CONTENT_LENGTH - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
CONTENT_TYPE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
copy(URI, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Copy Item Copies an item to a new target Folder.
copy(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Copy Item Copies an item to a new target Folder.
create(SFAsyncOperation) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
 
create(SFConnectorGroup) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Create a Connector Group associated with a Zone { "Zones":[ "Zone": {"Id":"ZoneId"}, "StorageCenter": [ { "Id":"StorageCenterId" }, { ...
create(SFFolderTemplate) - Method in class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
Create Folder Template { "Name": "Client Folder", "Description": "For all client folders created in 2014 or after" "Items": [ { "Name": "Folder 1", "Items": [ { "Name": "Subfolder1" } ] }, { "Name": "Folder 2" } ] Creates a new folder template.
create(SFGroup) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Create Group { "Name":"Name", "IsShared":true, "Contacts":[{"Email":"user.one@domain.com"},{"Email":"user.two@domain.com"}] } Creates a new group.
create(SFRemoteUpload) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
create(SFReport, Boolean) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Create Report { "Id": "rs24f83e-b147-437e-9f28-e7d03634af42" "Title": "Usage Report", "ReportType": "Activity", "ObjectType": "Account", "ObjectId": "a024f83e-b147-437e-9f28-e7d0ef634af42", "DateOption": "Last30Days", "SaveFormat": "Excel" } Creates a new Report.
create(SFShare, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Share { "ShareType":"Send", "Title":"Sample Send Share", "Items": [ { "Id":"itemid" }, {...} ], "Recipients":[ { "User": { "Id":"userid" } }, { "User": { "Email": "user@email" } } ], "ExpirationDate": "2013-07-23", "RequireLogin": false, "RequireUserInfo": false, "MaxDownloads": -1, "UsesStreamIDs": false } { "ShareType":"Request", "Title":"Sample Request Share", "Recipients":[ { "User": { "Id":"userid" } }, { "User": { "Email": "user@email" } } ], "Parent": { "Id":"folderid" }, "ExpirationDate": "2013-07-23", "RequireLogin": false, "RequireUserInfo": false, "TrackUntilDate": "2013-07-23", "SendFrequency": -1, "SendInterval": -1 } Creates a new Send or Request Share.
create(SFShare) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Share { "ShareType":"Send", "Title":"Sample Send Share", "Items": [ { "Id":"itemid" }, {...} ], "Recipients":[ { "User": { "Id":"userid" } }, { "User": { "Email": "user@email" } } ], "ExpirationDate": "2013-07-23", "RequireLogin": false, "RequireUserInfo": false, "MaxDownloads": -1, "UsesStreamIDs": false } { "ShareType":"Request", "Title":"Sample Request Share", "Recipients":[ { "User": { "Id":"userid" } }, { "User": { "Email": "user@email" } } ], "Parent": { "Id":"folderid" }, "ExpirationDate": "2013-07-23", "RequireLogin": false, "RequireUserInfo": false, "TrackUntilDate": "2013-07-23", "SendFrequency": -1, "SendInterval": -1 } Creates a new Send or Request Share.
create(SFUser, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFUser, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFUser, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFUser, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFUser, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Client User { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" } } Creates a new Client User and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, Preferences.CanResetPassword and Preferences.CanViewMySettingsOther parameters are ignored
create(SFZone) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Create Zone { "Name":"Name", "HeartbeatTolerance":10, "ZoneServices":"StorageZone, SharepointConnector, NetworkShareConnector" } Creates a new Zone.
createAccessControls(URI, SFConnectorGroupAccessControl) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Adds a new principal to the Connector Group Access Control List { "Principal": {"Id":"PrincipalId"}, "CanCreate":"true", "CanManage":"true" }
createAccountUser(SFAccountUser, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAccountUser(SFAccountUser, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAccountUser(SFAccountUser, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAccountUser(SFAccountUser, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAccountUser(SFAccountUser, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAccountUser(SFAccountUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create Employee { "Email":"user.one@domain.com", "FirstName":"Name", "LastName":"Last Name", "Company":"Company", "Password":"password", "StorageQuotaLimitGB":50, "Preferences": { "CanResetPassword":true, "CanViewMySettings":true }, "DefaultZone": { "Id":"zoneid" }, "IsAdministrator": false, "CanCreateFolders": false, "CanUseFileBox": true, "CanManageUsers": false, "Roles": [ "CanChangePassword", "CanManageMySettings", "CanUseFileBox, "CanManageUsers, "CanCreateFolders, "CanUseDropBox, "CanSelectFolderZone, "AdminAccountPolicies", "AdminBilling", "AdminBranding", "AdminChangePlan", "AdminFileBoxAccess", "AdminManageEmployees", "AdminRemoteUploadForms", "AdminReporting", "AdminSharedDistGroups", "AdminSharedAddressBook", "AdminViewReceipts", "AdminDelegate", "AdminManageFolderTemplates", "AdminEmailMessages", "AdminSSO", "AdminSuperGroup", "AdminZones", "AdminCreateSharedGroups", "AdminConnectors" ] } Creates a new Employee User (AccountUser) and associates it to an Account The following parameters from the input object are used: Email, FirstName, LastName, Company, DefaultZone, Password, IsEmployee, IsAdministrator, CanCreateFolders, CanUseFileBox, CanManageUsers, Preferences.CanResetPassword and Preferences.CanViewMySettings.
createAlias(URI, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Share Alias Creates a share alias for the specified share ID and user email.
createAlias(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Share Alias Creates a share alias for the specified share ID and user email.
createAsyncTask() - Static method in class com.citrix.sharefile.api.SFSdk
 
createByItem(URI, SFAccessControl, Boolean, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Create AccessControl { "Principal":{"url":"https://account.sf-api.com/v3/Groups(id)"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true, "Message":"Message" } Creates a new Access Controls entry for a given Item.
createByItem(URI, SFAccessControl, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Create AccessControl { "Principal":{"url":"https://account.sf-api.com/v3/Groups(id)"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true, "Message":"Message" } Creates a new Access Controls entry for a given Item.
createByItem(URI, SFAccessControl, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Create AccessControl { "Principal":{"url":"https://account.sf-api.com/v3/Groups(id)"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true, "Message":"Message" } Creates a new Access Controls entry for a given Item.
createByItem(URI, SFAccessControl) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Create AccessControl { "Principal":{"url":"https://account.sf-api.com/v3/Groups(id)"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true, "Message":"Message" } Creates a new Access Controls entry for a given Item.
createByItem(URI, SFMetadata) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Create Metadata { "Name":"metadata name", "Value":"metadata value" } Creates a single Metadata entry that has a specified Name for a given Item.
createByUser(URI, SFFavoriteFolder) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Create FavoriteFolder { "Folder": { "Id":"fo96aec5-d637-4124-bcc9-c86fd7301e4d" }, "FolderAlias" : "alias" } Adds an existing folder to the list of favorites of a given user.
createByZone(URI, SFStorageCenter) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Create StorageCenter { "ExternalAddress":"https://server/", "Version":"4.12.20", "HostName":"hostname" } Creates a new Storage Center associated with a specific zone
createChildrenByConnectorGroup(URI, SFSymbolicLink, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Creates SymbolicLink { "Name":"RemoteFileName", "Description":"Description", "Link":"https://server/provider/version/Items(id)", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" }, "ConnectorGroup": { "Id":"1" } }
createChildrenByConnectorGroup(URI, SFSymbolicLink) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Creates SymbolicLink { "Name":"RemoteFileName", "Description":"Description", "Link":"https://server/provider/version/Items(id)", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" }, "ConnectorGroup": { "Id":"1" } }
createContacts(URI, ArrayList<SFContact>) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Add Contacts to Group [{"Email":"user.one@domain.com"},{"Id":"abcd"}] Adds a list of contacts to a group The contact list may contain either contact ID (same as User ID) or Email.
createFolder(URI, SFFolder, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create Folder { "Name":"Folder Name", "Description":"Description", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" } } Creates a new Folder.
createFolder(URI, SFFolder, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create Folder { "Name":"Folder Name", "Description":"Description", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" } } Creates a new Folder.
createFolder(URI, SFFolder) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create Folder { "Name":"Folder Name", "Description":"Description", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" } } Creates a new Folder.
createFolderAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Create or replace the Folder Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] }
createLink(URI, SFLink) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create Link { "Name":"Link Name", "Description":"Description", "Uri":"https://server/path" } Creates a new Link
createLoginAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Create or replace the Login Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] }
createMetadata(URI, String, ArrayList<SFMetadata>) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Create or update StorageCenter Metadata [ {"Name":"metadataName1", "Value":"metadataValue1", "IsPublic":"true"}, {"Name":"metadataName2", "Value":"metadataValue2", "IsPublic":"false"}, ...
createMetadata(URI, ArrayList<SFMetadata>) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Create or update Zone Metadata [ {"Name":"metadataName1", "Value":"metadataValue1", "IsPublic":"true"}, {"Name":"metadataName2", "Value":"metadataValue2", "IsPublic":"false"}, ...
createNewTask() - Method in class com.citrix.sharefile.api.async.SFAsyncTaskFactory
 
createNewTask() - Method in interface com.citrix.sharefile.api.interfaces.ISFAsyncTaskFactory
 
createNote(URI, SFNote) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create Note { "Name":"Note Name", "Description":"Description" } Creates a new Note.
createRecipients(URI, String, String, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Recipient for a Share Creates a Recipient User for a Share that requires user information
createRecipients(URI, String, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Recipient for a Share Creates a Recipient User for a Share that requires user information
createRecipients(URI, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Recipient for a Share Creates a Recipient User for a Share that requires user information
createRecipients(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Recipient for a Share Creates a Recipient User for a Share that requires user information
createRecipients(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Create Recipient for a Share Creates a Recipient User for a Share that requires user information
createRequest(SFShareRequestParams) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Deliver Request a File Email Sends an Email to the specified list of addresses, containing a link to files upload.
createSend(SFShareSendParams) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Deliver Send a File Email Sends an Email to the specified list of addresses, containing a link to the specified Items.
createStorageCenters(URI, String, SFStorageCenter) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Adds a Connector Group to a Storage Center { "Id":"storageCenterId" } Associate a Connector Group with a Storage Center.
createSymbolicLink(URI, SFSymbolicLink, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create SymbolicLink { "Name":"RemoteFileName", "Description":"Description", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" }, "ConnectorGroup": { "Id":"1" } } Creates a Symbolic Link The body must contain either a "Link" parameter with a fully qualified URI; or use FileName + Zone to have sharefile.com attempt to convert the Connector path to an URI using a call to the Zone - using ShareFile Hash authentication mode.
createSymbolicLink(URI, SFSymbolicLink) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create SymbolicLink { "Name":"RemoteFileName", "Description":"Description", "Zone":{ "Id":"z014766e-8e96-4615-86aa-57132a69843c" }, "ConnectorGroup": { "Id":"1" } } Creates a Symbolic Link The body must contain either a "Link" parameter with a fully qualified URI; or use FileName + Zone to have sharefile.com attempt to convert the Connector path to an URI using a call to the Zone - using ShareFile Hash authentication mode.
createTenants(URI, String) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Add a tenant account to a multi-tenant zone
createZones(URI, SFConnectorGroupZone) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Associates a Zone to an existing Connecto Group { "Zone": {"Id":"ZoneId"}, "StorageCenter": [ { "Id":"StorageCenterId" }, { ...
CreationDate - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
customParse(JsonElement) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
This function finds type of SFODataObject (including feed types!!) from the metadata and then calls the default gson parser for the appropriate class type contained in the json string.

D

d(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
d(String, String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
d(String, String) - Static method in class com.citrix.sharefile.api.log.Logger
 
d(String, String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
d(String, String) - Method in class com.citrix.sharefile.api.log.SilentLog
 
d(String, String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
DEFAULT_EXTERNAL_URL - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
DEFAULT_HOST - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
DEFAULT_HOST_EU - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Delete AccessControl Deletes an AccessControl entry by itemID and principalID.
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Delete AsyncOperation Cancels a single Async operation record (same as /Cancel)
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Removes a Connector Group Removes a Connector Group and all associations from Zones
delete(URI, String) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Delete FavoriteFolder Removes a favorite folder from a user's list.
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
Delete Folder Template Removes a folder template
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Delete Group Removes a single Group by id
delete(URI, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Item Removes an item
delete(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Item Removes an item
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Delete Item Removes an item
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Delete Metadata Deletes a single Metadata entry that has a specified Name for a given Item.
delete(String) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Delete Report Removes a report from the system
delete() - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Logout Logout the current session - invalidate the current Session ID
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Delete Share Removes an existing Share
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Delete Storage Center
delete(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Delete User Removes an user
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Delete User Removes an user
delete(URI, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
 
delete(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
 
delete(URI) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
 
deleteAccessControls(URI, String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Removes a Connector Group Access Control object Removes an Access Control object from the Connector Group ACL.
deleteByItem(URI, String) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Delete Metadata Deletes a single Metadata entry that has a specified Name for a given Item.
deleteByUser(URI, String) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
 
deleteByZone(URI, String) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Delete StorageCenter Removes an existing storage center
deleteContacts(URI, ArrayList<SFContact>) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Remove Contacts from Group [{"Email":"user.one@domain.com"},{"Id":"abcd"}] Removes contacts from a group The contact list may contain either contact ID (same as User ID) or Email.
deleteEmailAddress(String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Delete the email address from user
deleteFolderAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Delete domains from the Folder Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] } Deletes the specified domains from the list.
deleteLoginAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Delete domains from the Logins Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] } Deletes the specified domains from the list.
deleteMetadata(URI, String, String) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Delete StorageCenter Metadata Delete the Metadata entry associated with the specified storage center
deleteMetadata(URI, String) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Delete Zone Metadata Delete the Metadata entry associated with the specified zone
deleteTenants(URI, String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Remove a tenant from a multi-tenant zone
deleteTenants(URI, String, String) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Remove a tenant from a multi-tenant zone
deleteZones(URI, String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Removes a Connector Group association with a Zone Removes a Connector Group association with a Zone.
Description - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumFlagsParser
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumParser
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.citrix.sharefile.api.gson.auto.SFGsonRouter
 
DEVICE_USER - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
discardCheckOut(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
disconnect(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
Download - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
download(URI, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Download Item Content Initiate the download operation for an item.
download(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Download Item Content Initiate the download operation for an item.
download(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Download Item Content Initiate the download operation for an item.
download(URI, String, String, String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
download(URI, String, String, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
download(URI, String, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
download(URI, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
download(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
download(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Downloads Share Items Downloads items from the Share.
downloadData(String) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get spreadsheet data Get the spreadsheet data for a report
DownloadUrl - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
downloadWithAlias(URI, String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Download Items from a Share for a Recipient GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias?id=itemid GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias(itemid) Downloads items from the Share.
downloadWithAlias(URI, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Download Items from a Share for a Recipient GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias?id=itemid GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias(itemid) Downloads items from the Share.
downloadWithAlias(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Download Items from a Share for a Recipient GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias?id=itemid GET https://account.sf-api.com/sf/v3/Shares(shareid)/Recipients(aliasid)/DownloadWithAlias(itemid) Downloads items from the Share.

E

e(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
e(String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
e(String, String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
e(String, String) - Static method in class com.citrix.sharefile.api.log.Logger
 
e(String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
e(String, String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
e(String, String) - Method in class com.citrix.sharefile.api.log.SilentLog
 
e(String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
e(String, String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
EMPTY - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
EQUALS - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
equals(T) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
errorDisplayString() - Method in class com.citrix.sharefile.api.SFV3ErrorParser
 
EXCEPTION_MSG_INVALID_PARAMETER_TO_QUERY - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
EXCEPTION_MSG_NOT_IMPLEMENTED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
execute() - Method in class com.citrix.sharefile.api.async.SFAsyncHelper
 
execute() - Method in interface com.citrix.sharefile.api.interfaces.ISFAsyncHelper
 
execute() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
execute(ISFApiClient, ISFQuery<T>, ISFApiResultCallback<T>, ISFReAuthHandler) - Method in interface com.citrix.sharefile.api.interfaces.ISFReExecuteQuery
 
execute() - Method in class com.citrix.sharefile.api.SFApiQuery
 
execute() - Method in class com.citrix.sharefile.api.SFQueryStream
 
executeAsync(ISFApiResultCallback<T>) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
executeBlockingQuery() - Method in interface com.citrix.sharefile.api.interfaces.ISFApiExecuteQuery
 
executeQuery(ISFQuery<T>) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
executeQuery(ISFQuery<T>) - Method in class com.citrix.sharefile.api.SFApiClient
 
executeQueryEx(SFQueryStream) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
executeQueryEx(SFQueryStream) - Method in class com.citrix.sharefile.api.SFApiClient
 
EXPAND - Static variable in class com.citrix.sharefile.api.constants.SFQueryParams
 
expand(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
simplifies the adding of expansion parameters to the query.
expect(Class<V>) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
expires - Variable in class com.citrix.sharefile.api.https.SFCookieManager.Cookie
 
EXPIRES_IN - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
EXTERNAL_ADDRESS - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
EXTERNAL_URL - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 

F

FAVORITE_FOLDER - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
favoriteFolders() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
favoriteFolders() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
FAVORITES - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
FILE_LOCK_INFO - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
FILEBOX - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
fileBox(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User's FileBox folder
FileName - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
FILTER - Static variable in class com.citrix.sharefile.api.constants.SFQueryParams
 
filter(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
findSubdomain(SFFindSubdomainParams, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Find Subdomain { "UsernameShort":"usernameShort", "Password":"pass", "EmployeeOnly":false } Find the user account information based on the short username
findSubdomain(SFFindSubdomainParams) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Find Subdomain { "UsernameShort":"usernameShort", "Password":"pass", "EmployeeOnly":false } Find the user account information based on the short username
folderTemplates() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
folderTemplates() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
forgotPassword(String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Forgot Password Triggers a reset password email
forgotPassword(String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Forgot Password Triggers a reset password email
FWD_SLASH - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 

G

get(URI) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Get AccessControl by ID Retrieves a single Access Control entry for a given Item and Principal
get(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get current Account Retrieves information about the Account defined in the call subdomain
get() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get current Account Retrieves information about the Account defined in the call subdomain
get(URI) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Get AsyncOperation by ID Retrieve a single Async Op record by ID
get() - Method in class com.citrix.sharefile.api.entities.SFCapabilitiesEntity
Get List of Capabilities Retrieves the capability list of a given provider.
get() - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
 
get(URI) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Get all Connector Groups in the account Retrieves a Connector Group
get(URI) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Get FavoriteFolder Retrieve a single Favorite Folder from a give user
get() - Method in class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
Get Folder Templates for Current Account Returns all folder templates for the current account.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
 
get() - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Get Group List Retrieves all Distribution Groups this user has permissions to View in this account
get(URI) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Get Group By ID Retrives a single Group by id
get() - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get HomeFolder for Current User Returns home folder for current user.
get(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Item by ID Returns a single Item.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Item by ID Returns a single Item.
get(URI, SFSafeEnum<SFTreeMode>, String, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get TreeView Retrieves a folder list structure tailored for TreeView navigation - used by clients to create folder trees for specific operations.
get(URI, SFSafeEnum<SFTreeMode>, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get TreeView Retrieves a folder list structure tailored for TreeView navigation - used by clients to create folder trees for specific operations.
get(URI, SFSafeEnum<SFTreeMode>, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get TreeView Retrieves a folder list structure tailored for TreeView navigation - used by clients to create folder trees for specific operations.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Get Metadata by ID Retrieves a single Metadata entry that has a given Name for a given Item.
get() - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
get(URI) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
get() - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get Reports for Current Account Returns all the reports configured for the current account.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get Report by ID Returns a single report specified by id.
get() - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Get Session Retrieve the current authentication session object.
get() - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get List of Shares Retrieve all outstanding Shares of the authenticated user
get(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Share Retrieve a single Share entity.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Get Storage Center
get(String, String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User Retrieve a single user, by ID or email, or the currently authenticated user.
get(String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User Retrieve a single user, by ID or email, or the currently authenticated user.
get() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User Retrieve a single user, by ID or email, or the currently authenticated user.
get(SFSafeEnumFlags<SFZoneService>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get List of Zones Retrieve the list of Zones accessible to the authenticated user This method will concatenate the list of private zones in the user's account and the list of public zones accessible to this account.
get(SFSafeEnumFlags<SFZoneService>) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get List of Zones Retrieve the list of Zones accessible to the authenticated user This method will concatenate the list of private zones in the user's account and the list of public zones accessible to this account.
get() - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get List of Zones Retrieve the list of Zones accessible to the authenticated user This method will concatenate the list of private zones in the user's account and the list of public zones accessible to this account.
get(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get List of Zones Retrieve the list of Zones accessible to the authenticated user This method will concatenate the list of private zones in the user's account and the list of public zones accessible to this account.
get(URI) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get List of Zones Retrieve the list of Zones accessible to the authenticated user This method will concatenate the list of private zones in the user's account and the list of public zones accessible to this account.
get() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
get() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
get(Exception, String) - Static method in class com.citrix.sharefile.api.exceptions.LocalizedError
 
get(SFItem) - Method in class com.citrix.sharefile.api.extensions.SFCapabilitiesEntityEx
 
get(URI) - Method in class com.citrix.sharefile.api.extensions.SFCapabilitiesEntityEx
 
get() - Static method in class com.citrix.sharefile.api.SFCapabilityService
 
get() - Method in class com.citrix.sharefile.api.SFFilterParam
 
get__type() - Method in class com.citrix.sharefile.api.models.SFODataObject
 
getAcceptLanguageString() - Static method in class com.citrix.sharefile.api.utils.Utils
 
getAccessControl() - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Entity
getAccessControl() - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
AccessControl.Item is inherited from AccessControlsBulkParams and cannot be specified here
getAccessControlParams() - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
AccessControlParams
getAccessControls(URI, String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Get an Access Control element Retrieves a Connector Group Access Control of a given user
getAccessControls() - Method in class com.citrix.sharefile.api.models.SFItem
 
getAccessControlType() - Method in class com.citrix.sharefile.api.models.SFAccessControlDomains
Specifies that the list is interpreted as a list of allowed or disallowed domains
getAccessRightType() - Method in class com.citrix.sharefile.api.models.SFShareAccessRight
Share Access Right Type
getAccessToken() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
ShareFile Account
getAccount() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFGroup
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFItem
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFUser
 
getAccount() - Method in class com.citrix.sharefile.api.models.SFZone
 
getAccountID() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getAccountID() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getAccountID() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
getAccountId() - Method in class com.citrix.sharefile.api.models.SFReport
 
getAccountID() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getAccountManager() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAccountManagerId() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAccountMessageCode() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getAccountSubType() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAccountType() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAccountType() - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
getAction() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getActivityType() - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
getActivityTypes() - Method in class com.citrix.sharefile.api.models.SFReport
 
getAdditionalBandwidth() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional bandwidth purchased for account
getAdditionalBandwidthRate() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra bandwidth.
getAdditionalDiskSpace() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional disk space purchased for account
getAdditionalDiskSpaceRate() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra diskspace.
getAdditionalInfo() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getAdditionalUserRate() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra users
getAdditionalUsers() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional users purchased for account
getAddOnCode() - Method in class com.citrix.sharefile.api.models.SFService
 
getAddress() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getAddress1() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAddress1() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getAddress2() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAddress2() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getAddressBook(String, String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account AddressBooks Retrieves an address book from the account.
getAddressBook(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account AddressBooks Retrieves an address book from the account.
getAddressBook() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account AddressBooks Retrieves an address book from the account.
getAdminIsSuperUser() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getADUserName() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getAdvancedCustomBrandingFolderName() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAffiliatedPartnerUserId() - Method in class com.citrix.sharefile.api.models.SFUser
 
getAliasID() - Method in class com.citrix.sharefile.api.models.SFShare
 
getAllowDownloadNotificationsWithoutAdmin() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getAllowedSpecialCharacters() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getAllowProactiveNotifications() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getAllSharedFolders() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get List of User Shared Folders Retrieve the list of shared folders the authenticated user has access to
getAlternateReferenceID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getAndStoreCookies(URLConnection, URL, SFCookieManager) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
getAntiVirus() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getAPI() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getApiClient() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getApiControlPlane() - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
getApiCP() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getApiServer() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
subdomain.sf-api.com
getApiServer(String) - Static method in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
getAPITopLevelDomain() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getApiVersionMax() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Maximum API version supported by this connector group
getApiVersionMin() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Minimum API version supported by this connector group
getAppControlPlane() - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
getAppCP() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getApplicationUrl() - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
getArrayList(Class<?>, JsonObject, String, ArrayList<T>) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getAscending() - Method in class com.citrix.sharefile.api.models.SFQuerySorting
Whether the sort order should be ascending or not
getAssociatedFolderTemplateID() - Method in class com.citrix.sharefile.api.models.SFItem
 
getAttachmentPaths() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getAttachPaperclip() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getAttributedSource() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getAuthenticationId() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getAuthenticationType() - Method in class com.citrix.sharefile.api.models.SFSession
 
getAuthorityZone() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Represents the Zone that is driving the asynchronous operation process.
getAutoConvert() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getAvailable() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getBandwidth() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getBandwidthLimitInMB() - Method in class com.citrix.sharefile.api.models.SFItem
 
getBandwidthMax() - Method in class com.citrix.sharefile.api.models.SFAccount
Maximum bandwidth for the account in megabtyes
getBannerHTML() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getBaseBandwidth() - Method in class com.citrix.sharefile.api.models.SFAccount
Bandwidth included in plan in megabytes
getBaseBillingRate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBaseDiskSpace() - Method in class com.citrix.sharefile.api.models.SFAccount
Disk space included in megabytes
getBaseUsers() - Method in class com.citrix.sharefile.api.models.SFAccount
Users included in plan
getBatch(String) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Get the progress of the AsyncOperations by Opertaion Batch ID
getBatchID() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Batch Identifier for an asynchronous operation that includes multiple Items - for example, a recursive Copy will create a single AsyncOp instance per file, all sharing the same BatchID
getBatchId() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getBatchLast() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getBatchProgress() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
BatchProgress indicates the progress of the Batch operation
getBatchSourceID() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Item ID used as source for the Batch operation
getBatchState() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Batch Operation state.
getBatchTargetID() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Item ID used as target for the Batch operation
getBatchTotal() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
 
getBCC() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getBillingContact() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBillingContact() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getBillingContactId() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBillingCycle() - Method in class com.citrix.sharefile.api.models.SFAccount
Monthly, Quarterly, Annually
getBillingInformation() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBillingRate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBillingType() - Method in class com.citrix.sharefile.api.models.SFAccount
Credit Card, Invoice, Comp
getBody() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getBody() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getBody() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getBody() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getBody() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
A message to be included in the Share email body
getBodyForWebLogin(List<NameValuePair>) - Static method in class com.citrix.sharefile.api.authentication.SFAuthUtils
 
getBodyForWebLogin(List<NameValuePair>) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
grant_type=authorization_code&code=CvJ4LMgMDHuZGLXgJgJdDYR17Hd3b5&client_id=xyz&client_secret=abc
getBoolean(JsonObject, String, boolean) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getBranding() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get current Account branding Retrievs Branding information about the subdomain account.
getBrandingStyles() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getBreadcrumbs(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Breadcrumbs Retrieves the path from an item from the root.
getBreadcrumbs(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Breadcrumbs Retrieves the path from an item from the root.
getByBatch(String) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Get List of AsyncOperations by Operation Batch ID Retrieves all AsyncOperations on the specified batch
getByFolder(String) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Get List of AsyncOperations by Folder Retrieves all AsyncOperations associated with the calling user and the Item ID
getByItem(URI) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Get AccessControl List By Item Retrieves the Access Control List for a given Item.
getByItem(URI) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Get Metadata List By Item Retrieves the Metadata List for a given Item.
getByUser(SFODataObject, String, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of Accounts for User { "password":"password" } Retrieve the list of Accounts associated with a given user All parameters to this call may be passed in the Post body as root JSON parameters, or in the URI - with the exception of password that must be provided in the POST body.
getByUser(SFODataObject, String, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of Accounts for User { "password":"password" } Retrieve the list of Accounts associated with a given user All parameters to this call may be passed in the Post body as root JSON parameters, or in the URI - with the exception of password that must be provided in the POST body.
getByUser(SFODataObject, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of Accounts for User { "password":"password" } Retrieve the list of Accounts associated with a given user All parameters to this call may be passed in the Post body as root JSON parameters, or in the URI - with the exception of password that must be provided in the POST body.
getByUser(SFODataObject, String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of Accounts for User { "password":"password" } Retrieve the list of Accounts associated with a given user All parameters to this call may be passed in the Post body as root JSON parameters, or in the URI - with the exception of password that must be provided in the POST body.
getByUser(URI) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Get List of FavoriteFolders Retrieves the list of Favorite folders for a given user.
getByUser(URI, String) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Get FavoriteFolder Retrieves a single Favorite Folder
getByZone(String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Get Connector Groups in a Zone Retrieves the Connector Groups defined in a Zone.
getByZone(URI) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Get List of StorageCenters from Zone Lists Storage Centers of a given Zone
getCallback() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getCanAddFolder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanAddNode() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCancelDate() - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
getCancellationDate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCanCreate() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
getCanCreateFolders() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getCanCreateMultiTenantZones() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getCanCreateRootFolders() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getCanDelete() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can remove items from this Item
getCanDelete() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCanDeleteChildItems() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanDeleteCurrentItem() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanDocViewerPrint() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanDownload() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can read file content (download) from this Item
getCanDownload() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanDownload() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCanEditFolderOpts() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanEditRetentionPolicy() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanManage() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
getCanManageMySettings() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getCanManagePermissions() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can configure Access Controls in this Item
getCanManagePermissions() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanManageUsers() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getCanResetPassword() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getCanResetPassword() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getCanResume() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getCanSend() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanStoreItemsInShareFile() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getCanUpload() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can add files (upload) into the Item
getCanUpload() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanUseFileBox() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getCanUseFileBox() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getCanView() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can view items (browse) from this Item
getCanView() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCanView() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCanViewMySettings() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getCanWatermarkDownload() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCapabilities(String, ISFApiClient) - Method in class com.citrix.sharefile.api.SFCapabilityService
 
getCC() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getCcSender() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getCcSender() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getCcSender() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the Share sender will be cc'd in the Share email
getCertificate() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getChildren(URI, Boolean, SFSafeEnum<SFItemOrderingMode>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Children Handler for the Children navigation property of a given Item.
getChildren(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Children Handler for the Children navigation property of a given Item.
getChildren(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Children Handler for the Children navigation property of a given Item.
getChildren() - Method in class com.citrix.sharefile.api.models.SFFolder
List of Children defined under this folder.
getChildrenByConnectorGroup(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Symbolic Links of a Connector Group Retrieves the Symbolic Links of the provided Connector Group type.
getChunkUri() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the URI the client must send the file data to
getCity() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCity() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCLI() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getClientCount() - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
getClientCreatedDate() - Method in class com.citrix.sharefile.api.models.SFItem
 
getClientCreatedDate() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getClientId() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
getClientId() - Static method in class com.citrix.sharefile.api.SFSdk
 
getClientIPAddress() - Method in class com.citrix.sharefile.api.models.SFSession
 
getClientModifiedDate() - Method in class com.citrix.sharefile.api.models.SFItem
 
getClientModifiedDate() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getClients() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of current Account Clients Retrieves the list of Clients in the Account.
getClientSecret() - Static method in class com.citrix.sharefile.api.SFSdk
 
getClonePrincipalIds() - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
List of existing users that will receive cloned permissions.
getCode() - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Failure code
getCompany() - Method in class com.citrix.sharefile.api.models.SFContact
 
getCompany() - Method in class com.citrix.sharefile.api.models.SFUser
 
getCompany() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getCompanyName() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCompanyName() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
getCompanyName() - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
getCompanyURL() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getConfig() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getConfig() - Method in class com.citrix.sharefile.api.SFApiClient
 
getConfigName() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getConfigSize() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getConnectorGroup() - Method in class com.citrix.sharefile.api.models.SFSymbolicLink
 
getContacted() - Method in class com.citrix.sharefile.api.models.SFUser
 
getContacts(URI) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Get Group Contacts Retrieves the Contacts navigation property of a Group
getContacts() - Method in class com.citrix.sharefile.api.models.SFGroup
 
getConversionIndex() - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
getConversionIndex2() - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
getConvertAbove() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getCopyData() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to copy the content into clipboard from the document.
getCount() - Method in class com.citrix.sharefile.api.models.SFContact
 
getcount() - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
getCount() - Method in class com.citrix.sharefile.api.models.SFQueryPaging
The number of search results to get
getCountry() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCountry() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreated() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getCreated() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getCreateDate() - Method in class com.citrix.sharefile.api.models.SFReport
 
getCreateEndDate() - Method in class com.citrix.sharefile.api.models.SFQuery
Item creation date range constraint end date in UTC
getCreateEndDate() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item creation date range constraint end date in UTC
getCreateStartDate() - Method in class com.citrix.sharefile.api.models.SFQuery
Item creation date range constraint start date in UTC
getCreateStartDate() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item creation date range constraint start date in UTC
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation creation date
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFItem
 
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCreationDate() - Method in class com.citrix.sharefile.api.models.SFShare
 
getCreator() - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
getCreator() - Method in class com.citrix.sharefile.api.models.SFItem
 
getCreator() - Method in class com.citrix.sharefile.api.models.SFRemoteUploadRequestParams
 
getCreator() - Method in class com.citrix.sharefile.api.models.SFReport
 
getCreator() - Method in class com.citrix.sharefile.api.models.SFShare
 
getCreatorCanDelete() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getCreatorFirstName() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getCreatorFirstName() - Method in class com.citrix.sharefile.api.models.SFItem
 
getCreatorFirstName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCreatorID() - Method in class com.citrix.sharefile.api.models.SFQuery
Creator id constraints on search results
getCreatorId() - Method in class com.citrix.sharefile.api.models.SFReport
 
getCreatorID() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCreatorID() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Creator id constraint on search results
getCreatorLastName() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getCreatorLastName() - Method in class com.citrix.sharefile.api.models.SFItem
 
getCreatorLastName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCreatorName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getCreatorNameShort() - Method in class com.citrix.sharefile.api.models.SFItem
 
getCredentials(String, ISFApiClient) - Method in interface com.citrix.sharefile.api.interfaces.ISFReAuthHandler
 
getCreditCardExpirationMonth() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardExpirationMonth() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardExpirationYear() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardExpirationYear() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardFirstName() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardFirstName() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardLastName() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardLastName() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardNumber() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardSecurityCode() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardSecurityCode() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardToken() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCreditCardType() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getCreditCardType() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getCurrentAccessControl() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getCustomMessage() - Method in class com.citrix.sharefile.api.models.SFNotifyUsersParams
 
getDateCreated() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getDateCreated() - Method in class com.citrix.sharefile.api.models.SFUser
 
getDateFormat() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getDateFormat() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getDateLastUpdated() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getDateOption() - Method in class com.citrix.sharefile.api.models.SFReport
 
getDateSent() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getDayLightName() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getDaylightSavingMode() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getDayOfMonth() - Method in class com.citrix.sharefile.api.models.SFReport
 
getDayOfWeek() - Method in class com.citrix.sharefile.api.models.SFReport
 
getDebugMode() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getDefaultApiVersion() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultConsolidatedNotificationInterval() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultEmailFooter() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultEmailFooterHtml() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultEmailFooterPlaintext() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultEmailOverview() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultExternalUrl() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getDefaultIsVersioned() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultMaxVersions() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultSmtpServer() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultSortField() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultSortOrder() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultUrl(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getDefaultUrl(String) - Method in class com.citrix.sharefile.api.SFApiClient
 
getDefaultURL(String, String, String) - Static method in class com.citrix.sharefile.api.utils.Utils
We need to manually construct the v3 url for the TOP folder.
getDefaultWindowTitle() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getDefaultZone() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDefaultZone() - Method in class com.citrix.sharefile.api.models.SFUser
 
getDeletedChildren(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get a collection of recoverable/deleted items in a folder
getDescription() - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
getDescription() - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
getDescription() - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Description of the Irm Classification if any
getDescription() - Method in class com.citrix.sharefile.api.models.SFItem
 
getDetails() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getDetails() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getDevice() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getDevices() - Method in class com.citrix.sharefile.api.models.SFUser
 
getDeviceType() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getDeviceUrl(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getDeviceUrl(String) - Method in class com.citrix.sharefile.api.SFApiClient
 
getDeviceURL(String, String, String) - Static method in class com.citrix.sharefile.api.utils.Utils
 
getDeviceUser() - Method in class com.citrix.sharefile.api.models.SFSession
 
getDisableLoginAfter() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getDisableLoginBefore() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getDisableMarketing() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDisablePasswordAutocompleteInWebApp() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDisablePrintToShareFile() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDisableScanSnap() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDisableShareConnectForAccount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDisableWebAppAccess() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getDiskSpace() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getDiskSpace() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getDiskSpaceLimit() - Method in class com.citrix.sharefile.api.models.SFItem
 
getDiskSpaceMax() - Method in class com.citrix.sharefile.api.models.SFAccount
Maximum disk space for the account in megabtyes
getDisplayName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getDisplayText() - Method in class com.citrix.sharefile.api.models.SFShareAccessRight
Localized text for downstream clients to use for displaying options
getDisplayUserMessage() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getDlpInfo() - Method in class com.citrix.sharefile.api.models.SFFile
Data Loss Prevention information for this file.
getDocumentUrl() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getDocumentViewerPrinting() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getDomain() - Method in class com.citrix.sharefile.api.models.SFPrincipal
Account domain
getDomain() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getDomains() - Method in class com.citrix.sharefile.api.models.SFAccessControlDomains
A list of domain names
getDownloadDate() - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
getDownloader(SFFile, OutputStream, TransferRunnable.IProgress) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getDownloader(SFFile, OutputStream, TransferRunnable.IProgress) - Method in class com.citrix.sharefile.api.SFApiClient
 
getDownloadInfoLevel() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getDownloadPrepStartURL() - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
getDownloadPrepStatusURL() - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
getDownloads() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getDownloadToken() - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
getDownloadUrl() - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
getDriveMapping() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getEdit() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to edit the documents
getEditingPlatform() - Method in class com.citrix.sharefile.api.models.SFEditingPlatformInfo
 
getEditingPlatformsSupported() - Method in class com.citrix.sharefile.api.models.SFItem
 
getEmail() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
getEmail() - Method in class com.citrix.sharefile.api.models.SFPrincipal
Email address
getEmail() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getEmailInterval() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getEmailMedium() - Method in class com.citrix.sharefile.api.models.SFContact
 
getEmailNotice() - Method in class com.citrix.sharefile.api.models.SFReport
 
getEmailPasswordText() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEmails() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getEmails() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
List of emails to whom this Share should be sent
getEmails() - Method in class com.citrix.sharefile.api.models.SFUser
 
getEmailShort() - Method in class com.citrix.sharefile.api.models.SFContact
 
getEmailToNotify() - Method in class com.citrix.sharefile.api.models.SFReport
 
getEmployeeCount() - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
getEmployeeEmailDomains() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEmployeeMax() - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
getEmployeeOnly() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
getEmployees() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get List of current Account Employees Retrives the list of Employees in the Account Employees are named users in the Account.
getEnableActivationLinks() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableAntiVirus() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableAutoLogin() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getEnableAutoUpdate() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getEnableBouncedEmailNotifications() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableCitrixManagedStorageZones() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableClickTrails() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableClientSend() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableCustomBrandingUsesS3() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableCWC() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnabled() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getEnableDesktopEditorForAccount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableDesktopToolsPage() - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
getEnableDLP() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableDocPreviews() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableDocumentApprovalWorkflow() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableDocViewerPrinting() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableDriveMapping() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableEditor() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableEncryptedEmailForOutlookPlugin() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableENSForAccount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableExternalEmailArchiving() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableFileCount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableFileDrops() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableFileLocking() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableFlashUpload() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableFolderTemplates() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableFTP() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableHardLimit() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getEnableHomeFolders() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableIntegrations() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableIRM() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableJavaDownload() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableJavaUpload() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableLocalization() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableMobileApps() - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
getEnableMultipleZones() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableOAuth() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableOfficeOnlineEditing() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableOfficeOnlinePreviews() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableOfflineCache() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getEnableOpenExternal() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getEnablePersonalCloudConnectors() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnablePromotions() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnablePromotions() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableQandA() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableQandATextInNotifications() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableReportingV3() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSelfNotificationsDownload() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSelfNotificationsUpload() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSfAdi() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSFTP() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableShareConnect() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableSharingConnectorItems() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSingleIdentity() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSMBConnectorForAccount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSSO() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableStorageZoneConnector() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableStrictCrossdomainPolicy() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSync() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableSyncAutoUpdate() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableThumbnails() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableToolOverride() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getEnableTopLevelView() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getEnableTwoFactorAuth() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableUploadShareIDReceipt() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableUserInvitations() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableVersioning() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableViewOnly() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableWatermarkedDownloads() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableWatermarkOnViewOnly() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableWebAppConnectorBrowsing() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnableWebDAV() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEncryptedEmailExpiration() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getEncryptedEmailNotifyOnRead() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getEncryptedEmailRecipientVerification() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getEncryptionRate() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for stored file encryption
getEndDate() - Method in class com.citrix.sharefile.api.models.SFReport
The End Date of the range the ReportRecord will be run against
getEndDate() - Method in class com.citrix.sharefile.api.models.SFReportRecord
The End Date of the range the ReportRecord will be run against
getEndRunTime() - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Time this ReportRecord finished processing
getENSFailSafePollingCount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getENSMaxNotificationSyncWaitCount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getENSNotificationConfigurationCount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getENSRecommendedNotificationSyncInterval() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getENSRecommendedPollingSyncInterval() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getEnsServerUrl() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getEnsServerUrl() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
getEntity(Class) - Method in class com.citrix.sharefile.api.entities.SFEntitiesBase
 
getEntity() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
getEntityId() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
getEntityID() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getEntityTypeMap() - Static method in class com.citrix.sharefile.api.models.SFEntityTypeMap
 
getEnumClass(String) - Static method in class com.citrix.sharefile.api.utils.SafeEnumHelpers
 
getEnumFromString(Class<T>, String) - Static method in class com.citrix.sharefile.api.utils.SafeEnumHelpers
 
getErrorMessage() - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Error message
getErrorMessageFromErroCode(int) - Method in class com.citrix.sharefile.api.SFV3ErrorParser
 
getESignatureDocument() - Method in class com.citrix.sharefile.api.models.SFFile
Electronic signature object associated with this item
getEventID() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getEventTypes() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
getEventTypes() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
getException() - Method in class com.citrix.sharefile.api.SFV3ErrorParser
 
getExecutor(ISFQuery<T>, ISFApiResultCallback<T>, ISFReAuthHandler) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getExecutor(ISFQuery<T>, ISFApiResultCallback<T>, ISFReAuthHandler) - Method in class com.citrix.sharefile.api.SFApiClient
 
getExpirationDate() - Method in class com.citrix.sharefile.api.models.SFItem
 
getExpirationDate() - Method in class com.citrix.sharefile.api.models.SFShare
 
getExpirationDays() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getExpirationDays() - Method in class com.citrix.sharefile.api.models.SFItem
 
getExpirationDays() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getExpirationDays() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Number of days until access to this Share expires
getExpirationTimeInMinutes() - Method in class com.citrix.sharefile.api.models.SFFileLock
 
getExpiryTime() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getExternalAddress() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getExternalUrl() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getFailedEntities() - Method in class com.citrix.sharefile.api.models.SFAccessControlBulkResult
A list of entities for which the operation failed
getFailedLoginCount() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getFailSafePollingCount() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getFavoriteFolder() - Method in class com.citrix.sharefile.api.models.SFFolder
Favorite Folder object associated to this item
getFavoriteFolderByItem(URI) - Method in class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
Get Item as Favorite Folder Retrieves a Favorite Folder representation of a given parent Item
getFavoriteFolders() - Method in class com.citrix.sharefile.api.models.SFUser
 
getFeed() - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
getFileCount() - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
getFileCount() - Method in class com.citrix.sharefile.api.models.SFFolder
Number of Items defined under this Folder, including sub-folder counts.
getFileID() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getFileLockInfo() - Method in class com.citrix.sharefile.api.models.SFFile
File lock info
getFileName() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
File name
getFileName() - Method in class com.citrix.sharefile.api.models.SFItem
 
getFileName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getFileName() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getFilePath() - Method in class com.citrix.sharefile.api.models.SFFile
Represents the Object Storage Identifier for this File.
getFileSize() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getFileSize() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getFileSizeBytes() - Method in class com.citrix.sharefile.api.models.SFItem
 
getFileSizeInKB() - Method in class com.citrix.sharefile.api.models.SFItem
 
getFinishUri() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
If provided, specifies the final call the client must perform to finish the upload process
getFirstAnyLogin() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getFirstName() - Method in class com.citrix.sharefile.api.models.SFContact
 
getFirstName() - Method in class com.citrix.sharefile.api.models.SFUser
 
getFirstName() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getFolder() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getFolderAccessControlDomains() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get the Folder Access Control List of domains Retrieve the list of domains that are allowed or disallowed to have access to folders.
getFolderAccessControlDomains() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getFolderAlias() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getFolderId() - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
The source user's permissions for this folder and all subdirectories will be copied into the cloned users.
getFolderId() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getFolderName() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getFolderPath() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getFolderPayID() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getForceAttachLink() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getForcedSortField() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getForcedSortOrder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getForceEmailFromShareFile() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getForcePasswordChange() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getForceSSO() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getFormsAuthenticationCookies() - Method in exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
getFormsAuthResponseCookies(URL, URLConnection, SFCookieManager) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
getFormsUri() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getFormUrl() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
URL for the Form that creates or updates connectors
getFree() - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
getFreeTrialId() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getFrequency() - Method in class com.citrix.sharefile.api.models.SFReport
 
getFriendlyName() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getFromEmail() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getFromEmailIsShareFile() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getFromName() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getFTP() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getFTPS() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getFtpServerName() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getFullControl() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to have full control over the document.
getFullName() - Method in class com.citrix.sharefile.api.models.SFUser
 
getFullNameShort() - Method in class com.citrix.sharefile.api.models.SFUser
 
getHasAnyConnectorZones() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getHasData() - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
getHasEncryption() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getHash() - Method in class com.citrix.sharefile.api.models.SFFile
MD5 Hash of the File contents.
getHasMultipleVersions() - Method in class com.citrix.sharefile.api.models.SFItem
 
getHasOutlookOptions() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getHasPendingAsyncOp() - Method in class com.citrix.sharefile.api.models.SFItem
 
getHasPendingDeletion() - Method in class com.citrix.sharefile.api.models.SFItem
 
getHasPermissionInfo() - Method in class com.citrix.sharefile.api.models.SFItem
 
getHasPHI() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getHasPowerTools() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getHasPreview() - Method in class com.citrix.sharefile.api.models.SFFile
Indicates that the File has an image Preview.
getHasRemoteChildren() - Method in class com.citrix.sharefile.api.models.SFFolder
Defines whether the request to retreive Children is to be navigated to a remote endpoint.
getHasRemoteChildren() - Method in class com.citrix.sharefile.api.models.SFShare
 
getHasSentMessage() - Method in class com.citrix.sharefile.api.models.SFShare
 
getHasVroot() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getHeartBeatTolerance() - Method in class com.citrix.sharefile.api.models.SFZone
 
getHomeFolder(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get HomeFolder Returns a user's home folder
getHomeFolder() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getHomeFolder() - Method in class com.citrix.sharefile.api.models.SFUser
 
getHomeScreenName() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getHostIndex(String) - Static method in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
getHostName() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getHttpMethod() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getHttpResponseCode() - Method in exception com.citrix.sharefile.api.exceptions.SFServerException
 
getIconUrl() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
URL for the Connector Group Icon.
getID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getId() - Method in class com.citrix.sharefile.api.models.SFODataObject
Object Identifier
getInactiveTimeoutMins() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getInbox(String, SFSafeEnum<SFShareType>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox(String, SFSafeEnum<SFShareType>) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox(String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox() - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox(URI, SFSafeEnum<SFShareType>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox(URI, SFSafeEnum<SFShareType>) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getInbox(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Inbox for Recipient Retrieve all outstanding Shares in the inbox.User identifier
getIncludeProgeny() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
getIncludeProgeny() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
getIncludeSubFolders() - Method in class com.citrix.sharefile.api.models.SFReport
 
getIndustryCode() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getInfo(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Folder Access Info Returns the effective Access Controls for the current authenticated user for the selected folder - i.e., the resulting set of Access Controls for the Item/User context.This operation applies to Folders only, will return an error for other Item types.
getInfo() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Current User Info
getInfo() - Method in class com.citrix.sharefile.api.models.SFFile
Effective Access Control permissions for this file
getInfo() - Method in class com.citrix.sharefile.api.models.SFFolder
Effective Access Control Permissions for this Folder
getInfo() - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
getInfo() - Method in class com.citrix.sharefile.api.models.SFUser
 
getInputStream(URLConnection) - Method in interface com.citrix.sharefile.api.interfaces.ISFConnectionManager
 
getInputStream(URLConnection) - Static method in class com.citrix.sharefile.api.SFConnectionManager
 
getInstance() - Static method in class com.citrix.sharefile.api.gson.auto.SFDefaultGsonParser
 
getInt(JsonObject, String, int) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getIntegrationProviders() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getIntegrations() - Method in class com.citrix.sharefile.api.models.SFUser
 
getInternal() - Static method in class com.citrix.sharefile.api.SFCapabilityService
 
getIPRestrictions() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getIPRestrictions() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getIsAccountRoot() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsActive() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getIsADLinked() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getIsAdministrator() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getIsAdministrator() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getIsAHomeFolder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsArchived() - Method in class com.citrix.sharefile.api.models.SFShare
 
getIsArchived() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getIsAStartFolder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsAuthenticated() - Method in class com.citrix.sharefile.api.models.SFSession
 
getIsCancelled() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getIsConfirmed() - Method in class com.citrix.sharefile.api.models.SFContact
 
getIsConfirmed() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getIsConfirmed() - Method in class com.citrix.sharefile.api.models.SFUser
 
getIsConsumed() - Method in class com.citrix.sharefile.api.models.SFShare
 
getIsConsumed() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getIsDefault() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getIsDeleted() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getIsDisabled() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getIsEmployee() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getIsEnabled() - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Use this flag to enable/ disable the Irm Classification.
getIsEnsEnabled() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getIsFINRA() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getIsFreeTrial() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getIsHidden() - Method in class com.citrix.sharefile.api.models.SFItem
 
getIsHIPAAZone() - Method in class com.citrix.sharefile.api.models.SFZone
 
getIsImportant() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getIsLocked() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getIsLocked() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getIsModelBased() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getIsMultiTenant() - Method in class com.citrix.sharefile.api.models.SFZone
 
getIsMyFolders() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsMyHomeFolder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsOwner() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal is the owner of this Item
getIsOwner() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getIsPassthrough() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsPremier() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getIsProbableSAMLOnlyUser() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getIsPublic() - Method in class com.citrix.sharefile.api.models.SFMetadata
Whether the metadata entry is public or private.
getIsPublic() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Indicates whether the Remote Upload is public or not.
getIsRead() - Method in class com.citrix.sharefile.api.models.SFShare
 
getIsRead() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getIsRecurring() - Method in class com.citrix.sharefile.api.models.SFReport
 
getIsRemoteWipeReady() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getIsResetSecurityQuestionRequired() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getIsResume() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies a Resumable upload is supproted.
getIsScheduled() - Method in class com.citrix.sharefile.api.models.SFReport
 
getIsSend() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getIsShared() - Method in class com.citrix.sharefile.api.models.SFGroup
 
getIsSharedFolder() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsSharedUserAccount() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getIsSystemRoot() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsTemplateOwned() - Method in class com.citrix.sharefile.api.models.SFItem
 
getIsVersioned() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getIsViewOnly() - Method in class com.citrix.sharefile.api.models.SFShare
 
getIsViewOnly() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getIsViewOnly() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the Share items can only be viewed but not downloaded.
getIsVirtualClient() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getIsVRoot() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getItem() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Item that was given permission through this rule
getItemID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getItemID() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getItemNameOnly() - Method in class com.citrix.sharefile.api.models.SFQuery
Whether item content should be included in the search or not.
getItemNameOnly() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Whether item content should be included in the search or not.
getItemProtocolLink() - Method in class com.citrix.sharefile.api.models.SFEditingPlatformInfo
 
getItemProtocolLink() - Method in class com.citrix.sharefile.api.models.SFPreviewPlatformInfo
Indicates the ItemProtocolLink for this Preview platform
getItems(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Items of a Share Retrieve the list of Items (files and folders) in the Send Share.
getItems(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Items of a Send Share Retrieve a single Item in the Send Share
getItems() - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
getItems() - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
getItems() - Method in class com.citrix.sharefile.api.models.SFShare
 
getItems() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
List of Item Ids to be sent
getItemType() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getItemType() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item type to search for (ex "File", "Folder", etc.)
getItemTypes() - Method in class com.citrix.sharefile.api.models.SFQuery
Types of items to search for (ex "File", "Folder", etc.)
getJsonData(String) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get JSON Data Get the JSON data for a report
getJustRegistered() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getKey() - Method in class com.citrix.sharefile.api.models.SFSSOInfoEntry
 
getLanguage() - Method in class com.citrix.sharefile.api.models.SFODataExceptionMessage
 
getLastAnyLogin() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLastBillingDate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getLastDateSent() - Method in class com.citrix.sharefile.api.models.SFShare
 
getLastErrorMessage() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getLastEventCount() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
getLastFailedLogin() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLastFailedLoginIP() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLastHeartBeat() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getLastLogin() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getLastName() - Method in class com.citrix.sharefile.api.models.SFContact
 
getLastName() - Method in class com.citrix.sharefile.api.models.SFUser
 
getLastName() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getLastPasswordChange() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLastPingBack() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getLastRunDate() - Method in class com.citrix.sharefile.api.models.SFReport
 
getLastWebAppLogin() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLastWipe() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getLenientSignatures() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getLicenses() - Method in class com.citrix.sharefile.api.models.SFService
 
getLightViewer() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to use LightViewer client to view the documents
getLink() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getLink() - Method in class com.citrix.sharefile.api.models.SFItemProtocolLink
 
getLink() - Method in class com.citrix.sharefile.api.models.SFSymbolicLink
 
getLinkExpiration() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getLocalAddress() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getLocked() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionBool
 
getLocked() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionInt
 
getLocked() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionString
 
getLockedBy() - Method in class com.citrix.sharefile.api.models.SFFile
Indicates the user that has locked the file
getLockedUsers() - Method in class com.citrix.sharefile.api.models.SFDeviceStatus
Locked users
getLockExpires() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getLockId() - Method in class com.citrix.sharefile.api.models.SFFileLock
 
getLockInitiator() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getLockInitiatorRole() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getLockType() - Method in class com.citrix.sharefile.api.models.SFFileLock
 
getLoginAccessControlDomains() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get the Login Access Control List of domains Retrieve the list of domains that are allowed or disallowed to login.
getLoginAccessControlDomains() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getLoginFailLockoutSecs() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getLoginFailMaxAttempts() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getLoginURL() - Method in class com.citrix.sharefile.api.exceptions.SFFormsAuthenticationCookies
 
getLoginUrl() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getLogoURL() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getLogoutUrl() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getLogs() - Method in class com.citrix.sharefile.api.models.SFDeviceWipeReport
Logs
getLong(JsonObject, String, long) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getLongTimeFormat() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getLtvIndex() - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
getMacro() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to run macros.
getMarketingOptIn() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getMax() - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
getMaxDownloads() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getMaxDownloads() - Method in class com.citrix.sharefile.api.models.SFShare
 
getMaxDownloads() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Maximum number of times each recipient can download the Share items
getMaxFileMB() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getMaxNotificationSyncWaitCount() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getMaxPreviewSize() - Method in class com.citrix.sharefile.api.models.SFItem
 
getMaxVersions() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getMD5() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getMergeNames() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getMergeValues() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getMessage() - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Exception message
getMessage() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getMessage() - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
getMessageType() - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
getMetadata(URI, String) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Get StorageCenter Metadata Gets metadata associated with the specified storage center
getMetadata(URI) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get Zone Metadata Gets metadata associated with the specified zone
getMetadata() - Method in class com.citrix.sharefile.api.models.SFItem
 
getMetadata() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getMetadata() - Method in class com.citrix.sharefile.api.models.SFZone
 
getMetadataProxyAddress() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getMetadataUrl() - Method in class com.citrix.sharefile.api.models.SFODataObject
ODATA Metadata information about the model instance
getMethod() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getMethod() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getMethod() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
The Upload method that must be used for this upload
getMinimumLength() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getMinimumNumeric() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getMinimumSpecialCharacters() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getMobileSecuritySettings() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Mobile Security Settings Returns the Mobile device configuration settings for this account
getMobileSecuritySettings() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getModifiedDate() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getName() - Method in class com.citrix.sharefile.api.models.SFCapability
 
getName() - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
getName() - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
getName() - Method in class com.citrix.sharefile.api.models.SFIndustry
 
getName() - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Name of the Irm Classification
getName() - Method in class com.citrix.sharefile.api.models.SFItem
 
getName() - Method in class com.citrix.sharefile.api.models.SFMetadata
The name of a custom metadata entry
getName() - Method in class com.citrix.sharefile.api.models.SFPrincipal
User name
getName() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
The Name of this Remote Upload.
getName() - Method in class com.citrix.sharefile.api.models.SFSession
 
getNewAccessToken() - Method in class com.citrix.sharefile.api.authentication.SFOAuthTokenRenewer
This function offers fine grained control so that the app call getTheAccessToken and call response listeners separately.
getNextBillingDate() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getNextLink() - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
getNoReplyUserEmail() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getNoReplyUserName() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getNotificationConfigurationCount() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getNotificationInterval() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getNotificationLocale() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getNotifications() - Method in class com.citrix.sharefile.api.models.SFUser
 
getNotificationType() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getNotify() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getNotifyMessage() - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Custom notification message, if any If not specified it is inherited AccessControlsBulkParams
getNotifyMessage() - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
Custom notification message, if any If an AccessControlParam doesn't specify the property it is inherited from here.
getNotifyMessage() - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
Custom notification message, if any.
getNotifyOnDownload() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines the notification preference for download events.
getNotifyOnDownload() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getNotifyOnDownload() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the sender will receive an email notification when the Share items are downloaded
getNotifyOnDownloadByDefault() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getNotifyOnUpload() - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines the notification preference for upload events.
getNotifyOnUpload() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getNotifyOnUpload() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getNotifyOnUploadByDefault() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getNotifyOnUse() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getNotifyOnUse() - Method in class com.citrix.sharefile.api.models.SFShareSettings
 
getNotifyUser() - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Defines whether this principal should receieve a notice on the permission grant.
getNotifyUser() - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
Defines whether the principal should receieve a notice on the permission grant.
getNotifyUser() - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
Defines whether the cloned users should receieve a notice on the permission grant.
getNumberOfProtectionDays() - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Defines the numner of days after which the user won't be access the documents protected with this classification.
getOAuth2ClientName() - Method in class com.citrix.sharefile.api.models.SFSession
 
getOAuth2RefreshTokenLifetimeMinutes() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getOAuthToken(SFWebAuthCode, String...) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
This function converts the SFWebAuthCode obtained from the webpop and returns the OAuthToken from the server for that code.
getOAuthToken(SFWebAuthCode, String...) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
The clientID Secret is optional.
getOAuthToken() - Method in class com.citrix.sharefile.api.SFApiClient
 
getOAuthTokenChangeHandler() - Static method in class com.citrix.sharefile.api.SFSdk
 
getObjectId() - Method in class com.citrix.sharefile.api.models.SFReport
 
getObjectType() - Method in class com.citrix.sharefile.api.models.SFReport
 
getOfflineAccess() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to access the documents offline
getOperation() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation type
getOpid() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getOptionPropagation() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getOriginalString() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
getOriginalString() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
getOutlook() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getOutlookInformation() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Outlook Information
getOverwrite() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getOwner() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getOwner() - Method in class com.citrix.sharefile.api.models.SFFileLock
 
getOwner() - Method in class com.citrix.sharefile.api.models.SFGroup
 
getOwner() - Method in class com.citrix.sharefile.api.models.SFItem
 
getPageNumber() - Method in class com.citrix.sharefile.api.models.SFQueryPaging
Deprecated, use the Skip property to skip some number of results
getPageSize() - Method in class com.citrix.sharefile.api.models.SFQueryPaging
Deprecated, use the Count property
getPaging() - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Paging info about the search results
getPaging() - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Paging info about the search results
getParent(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Parent Item Retrieves the Parent navigation property of a single Item.
getParent() - Method in class com.citrix.sharefile.api.models.SFItem
 
getParent() - Method in class com.citrix.sharefile.api.models.SFShare
 
getParentID() - Method in class com.citrix.sharefile.api.models.SFQuery
Parent id constraints on search results
getParentID() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getParentID() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Parent id constraint on search results
getParentName() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getParentSemanticPath() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getPartialResults() - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Are these only partial results?
getPartialResults() - Method in class com.citrix.sharefile.api.models.SFSearchResults
Are these only partial results?
getPassword() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getPassword() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
getPassword() - Method in class com.citrix.sharefile.api.models.SFUser
 
getPassword() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getPassword() - Method in class com.citrix.sharefile.api.SFCredential
 
getPasswordHistoryCount() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPasswordMaxAgeDays() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPasswordNeverExpires() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getPasswordRegEx() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPasswordRegEx() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getPasswordRegExDescription() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPasswordRegExFormula() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPath() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getPath() - Method in class com.citrix.sharefile.api.models.SFItem
 
getPath() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getPhone() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getPingBackInterval() - Method in class com.citrix.sharefile.api.models.SFZone
 
getPinLockExternalActionGraceIntervalSeconds() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPinLockInternalActionGraceIntervalSeconds() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPinLockLockoutIntervalSeconds() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPinLockMaxAttempts() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPinLockType() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPlainTextMessage() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getPlanBandMB() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getPlanFeatures() - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
getPlanName() - Method in class com.citrix.sharefile.api.models.SFAccount
Basic, Professional, Enterprise
getPlanName() - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
getPlanStorMB() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getPlanTrack() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getPlanTrackEnum() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getPlanType() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getPlanValue() - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
getPoisonPillInterval() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getPowerToolsRate() - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for adding PowerTools.
getPreferences() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Preferences
getPreferences(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User Preferences Retrieves the User preferences record - all user-selected prefernces, such as timezone, time format, sort preferences, etc.
getPreferences() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getPreferences() - Method in class com.citrix.sharefile.api.models.SFUser
 
getPrepareUri() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
If provided, clients must issue a request to this Uri before uploading any data.
getPrepareXmlInfo() - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
getPreviewPlatform() - Method in class com.citrix.sharefile.api.models.SFPreviewPlatformInfo
Indicates the Preview platform
getPreviewPlatformsSupported() - Method in class com.citrix.sharefile.api.models.SFItem
 
getPreviewStatus() - Method in class com.citrix.sharefile.api.models.SFItem
 
getPreviewStatus() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getPrimaryAccessRightParams() - Method in class com.citrix.sharefile.api.models.SFIrmClassification
AccessRight permissions on an IRM Classification
getPrimaryStorageBasePath() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getPrincipal() - Method in class com.citrix.sharefile.api.models.SFAccessControl
 
getPrincipal() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
getPrincipal() - Method in class com.citrix.sharefile.api.models.SFSession
 
getPrincipalId() - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
This user's permissions will be used as the source for all cloned users.
getPrint() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to print the documents
getProductDefaults() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Product Defaults
getProductDefaults() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getProductName() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getProgenyEditDate() - Method in class com.citrix.sharefile.api.models.SFItem
 
getProgressData() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Allows the client to check progress of standard uploads
getProperties() - Method in class com.citrix.sharefile.api.models.SFODataObject
 
getProtocolLinks(URI, SFSafeEnum<SFPreviewPlatform>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get List of Item Protocol Links
getProvider() - Method in class com.citrix.sharefile.api.models.SFConnectorGroup
Provider identifier for this group.
getProvider() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getProviderID() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getProviderType(String) - Static method in class com.citrix.sharefile.api.SFProvider
String can be of type :
getProviderType(URI) - Static method in class com.citrix.sharefile.api.SFProvider
 
getProviderType(URL) - Static method in class com.citrix.sharefile.api.SFProvider
 
getPublic() - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
getQuery() - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Information about the query to run
getQuery() - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Information about the query to run
getQuery() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getQueryURL() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getRank() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getRaw() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getReadReceipt() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getReAuthContext() - Method in exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
getReAuthHandler() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getReAuthHandler() - Static method in class com.citrix.sharefile.api.SFSdk
 
getReceiveBouncedEmailNotifications() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getRecent(Integer) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get recent reports Returns the last 10 reports run for the current account.
getRecent() - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get recent reports Returns the most recent reports run for the current account.
getRecipient() - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
getRecipientID() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getRecipients(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Recipients of a Share Retrieve the list of Recipients in the share.
getRecipients(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Recipient of a Share Retrieve a single Share Recipient identified by the alias id.
getRecipients() - Method in class com.citrix.sharefile.api.models.SFShare
 
getRecipients() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getRecommendedNotificationSyncInterval() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getRecommendedPollingSyncInterval() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getRecord(String) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get Report Record by ID Returns a single record.
getRecords(URI) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get all Records by Report ID Returns all records for a single report.
getRecords() - Method in class com.citrix.sharefile.api.models.SFReport
 
getRecordSend() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getRecurring() - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get recurring reports Returns all recurring reports for the current account.
getRecursive() - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Defines whether this ACL change should be applied recursively
getRecycleBinDays() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getRedirection(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Redirection endpoint Information Returns the redirection endpoint for this Item.This operation applies to Folders and SymbolicLinks only, will return an error for other Item types.
getRedirection(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Redirection endpoint Information Returns the redirection endpoint for this Share.
getRedirection() - Method in class com.citrix.sharefile.api.models.SFFolder
Redirection endpoint for this Item.
getRedirection() - Method in class com.citrix.sharefile.api.models.SFItemProtocolLink
 
getRedirection() - Method in class com.citrix.sharefile.api.models.SFShare
 
getRedirectUrl() - Static method in class com.citrix.sharefile.api.SFSdk
 
getReferenceID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getReferredBy() - Method in class com.citrix.sharefile.api.models.SFUser
 
getRefreshToken() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getRememberCustomMessages() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getReplyTo() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getReport() - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
getReportType() - Method in class com.citrix.sharefile.api.models.SFReport
 
getRequestText() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getRequireCompanyNameWithUserInfo() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getRequireLogin() - Method in class com.citrix.sharefile.api.models.SFShare
 
getRequireLogin() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getRequireLogin() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, recipients will need to login to access the Share
getRequireLoginByDefault() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getRequireLoginByDefault() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getRequireLoginOnDownload() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getRequireLoginOnDownload() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getRequireSubdomain() - Method in class com.citrix.sharefile.api.models.SFRequireSubdomainResult
 
getRequireUserInfo() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
getRequireUserInfo() - Method in class com.citrix.sharefile.api.models.SFShare
 
getRequireUserInfo() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, a recipient will need to provide their full name and email to access the Share.
getRequireWebPop() - Method in class com.citrix.sharefile.api.models.SFRequireWebPopResult
 
getRestrictModifiedDevices() - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
getResults() - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Collection of search result hits
getResults() - Method in class com.citrix.sharefile.api.models.SFSearchResults
Collection of search result hits
getResumeFileHash() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the MD5 hash of the first ResumeOffset bytes of the partial file found at the server
getResumeIndex() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the initial index for resuming, if IsResume is true.
getResumeOffset() - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the initial file offset by bytes, if IsResume is true
getRetentionPolicySysAdminOnly() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getRightSignature() - Method in class com.citrix.sharefile.api.models.SFServicesCollection
RightSignature account service
getRoles() - Method in class com.citrix.sharefile.api.models.SFUser
 
getRoot() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getRootFolderCount() - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
getRootItem() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getRootItemId() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getRun(URI) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Run Report Run a report and get the run id.
getSaveFolder() - Method in class com.citrix.sharefile.api.models.SFReport
 
getSaveFolderId() - Method in class com.citrix.sharefile.api.models.SFReport
 
getSaveFormat() - Method in class com.citrix.sharefile.api.models.SFReport
 
getSaveToFolder() - Method in class com.citrix.sharefile.api.models.SFReport
 
getScore() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getScreenCapture() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to use native screen capture tools.
getSearchQuery() - Method in class com.citrix.sharefile.api.models.SFQuery
Search term to search for
getSearchQuery() - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Search term to search for
getSecret() - Method in class com.citrix.sharefile.api.models.SFZone
 
getSecurity(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User Security Retrieve the user security record - current state of the user regarding security and password settings.
getSecurity() - Method in class com.citrix.sharefile.api.models.SFUser
 
getSecurityQuestion() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getSecurityQuestionAnswer() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getSelectRecipient() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
When it's true, visitors of this Remote Upload can select a recipient from a list.
getSendAnon() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, anyone with the link can access the Share.
getSenderID() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getSendFrequency() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSendGuid() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getSendInterval() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSendMethod() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSendText() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getSendTool() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSentMessageTitle() - Method in class com.citrix.sharefile.api.models.SFShare
 
getServices() - Method in class com.citrix.sharefile.api.models.SFAccount
The add-on services available to the account
getServices() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getSession() - Method in class com.citrix.sharefile.api.SFApiClient
 
getSessionCheck() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getSessionUri() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getSettings() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSFEntityID() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getSFODataObject(Class<?>, JsonObject, String, SFODataObject) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getShare() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getShareAccessRight() - Method in class com.citrix.sharefile.api.models.SFShare
 
getShareAccessRight() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Used to define the share type and share action types
getShareConnect() - Method in class com.citrix.sharefile.api.models.SFServicesCollection
ShareConnect account service
getShareFileLegal() - Method in class com.citrix.sharefile.api.models.SFServicesCollection
ShareFile Legal account service
getShareId() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getShareIDMaxExpirationDays() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getShareItemHistory() - Method in class com.citrix.sharefile.api.models.SFShare
 
getShareSubType() - Method in class com.citrix.sharefile.api.models.SFShare
 
getShareType() - Method in class com.citrix.sharefile.api.models.SFShare
 
getShowDownloadLinkInUploadNotification() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getShowFolderAccessList() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getShowFolderPayBuyButton() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getShowMobileTools() - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
getShowPasswordInEmail() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getShowTermsCheckbox() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getShowTutorial() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getShowUserListToClients() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getSignature() - Method in class com.citrix.sharefile.api.models.SFShare
 
getSignedItemID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getSimpleMAPI() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getSize() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getSkip() - Method in class com.citrix.sharefile.api.models.SFQueryPaging
How many results to skip before returning "Count" number results.
getSort() - Method in class com.citrix.sharefile.api.models.SFSearchQuery
How the search results should be sorted
getSort() - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
How the search results should be sorted
getSortBy() - Method in class com.citrix.sharefile.api.models.SFQuerySorting
What property to sort the search results by.
getSortDirection() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getSortField() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getSortOrder() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getSource() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getSource() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Source Item for the operation.
getSpamEmailThreshold() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getSPInitatedAuthContext() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getSPInitatedAuthMethod() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getSSO(String, String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Single Sign-On Configuration Retrieve the Single Sign-on configuration for the Account
getSSO(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Single Sign-On Configuration Retrieve the Single Sign-on configuration for the Account
getSSO() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get Account Single Sign-On Configuration Retrieve the Single Sign-on configuration for the Account
getSSO() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getSSOInfo(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get SSO Info
getSSOProvidersToAccountsID() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getStack() - Method in class com.citrix.sharefile.api.models.SFODataExceptionMessage
 
getStartDate() - Method in class com.citrix.sharefile.api.models.SFReport
The Start Date of the range the ReportRecord will be run against
getStartDate() - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Start Date of the range the ReportRecord will be run against
getStartOver() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getStartRunTime() - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Time this ReportRecord began processing
getState() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getState() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation state.
getState() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getState() - Method in class com.citrix.sharefile.api.models.SFItem
 
getStatus() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getStatus() - Method in class com.citrix.sharefile.api.models.SFItemDlpInfo
File scan status
getStatus() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getStatus() - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
getStorageCenters(URI, String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Retrieve the list of Storage Centers associated with a Connector Group Retrieve the list of storage centers associated with a Connector Group.
getStorageCenters() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
List of Storage Centers in this Zone that contain this Connector
getStorageCenters() - Method in class com.citrix.sharefile.api.models.SFZone
 
getStorageCenterUrl() - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
getStorageQuotaLimitGB() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getStorageQuotaPercent() - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
getStorageQuotaPerUser() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getStreamID() - Method in class com.citrix.sharefile.api.models.SFItem
 
getStreamID() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getString(JsonObject, String, String) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getStringResponse() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getSubdomain() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getSubdomain() - Method in class com.citrix.sharefile.api.models.SFAccount
Primary (first) subdomain
getSubdomain() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
getSubdomains() - Method in class com.citrix.sharefile.api.models.SFAccount
All subdomains assigned to account
getSubject() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getSubject() - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
getSubject() - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
getSubject() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
The subject of the Share email
getSubscriptionId() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
getSuccess() - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Success
getSuccessEntities() - Method in class com.citrix.sharefile.api.models.SFAccessControlBulkResult
A list of entities processed successfully
getSupportUserEmail() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getSupportUserName() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getSupportUserNotificationEmail() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getSync() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getSyncConcurrentTransferThreadsLimit() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getSystemName() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getSystemName() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getSystemType() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getSystemType() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getSystemType() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getTag() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
Get tag set by the setTag function.
getTarget() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Target Item for the operation.
getTechnicalContact() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getTechnicalContactId() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getTempPassword() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getTenants() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get the tenants of a partner account
getTenants(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
 
getTenants(URI) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Get the tenants of a multi-tenant zone
getTenantsToZones() - Method in class com.citrix.sharefile.api.models.SFTenantZoneUsageReport
 
getTermsCheckboxStrictness() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getTermsCheckboxText() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getThreadCount() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getThumbnail(URI, Integer, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Thumbnail Retrieve a thumbnail link from the specified Item.
getThumbnail(URI, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Thumbnail Retrieve a thumbnail link from the specified Item.
getThumbnail(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Thumbnail Retrieve a thumbnail link from the specified Item.
getTimedOut() - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Did the search query timeout?
getTimedOut() - Method in class com.citrix.sharefile.api.models.SFSearchResults
Did the search query timeout?
getTimeFormat() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getTimeFormat() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getTimeoutInSeconds() - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Timeout for the search request in seconds
getTimeoutInSeconds() - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Timeout for the search request in seconds
getTimestamp() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getTimeZone() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getTimeZoneOffset() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getTimeZoneOffsetMins() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getTitle() - Method in class com.citrix.sharefile.api.models.SFReport
 
getTitle() - Method in class com.citrix.sharefile.api.models.SFShare
 
getTitle() - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
getTitle() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getTo() - Method in class com.citrix.sharefile.api.models.SFNotification
 
getToken() - Method in class com.citrix.sharefile.api.exceptions.SFFormsAuthenticationCookies
 
getTokenType() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
getTokenUri() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getTool() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getTool() - Method in class com.citrix.sharefile.api.models.SFSession
 
getTool() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getToolInformation() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getToolName() - Method in class com.citrix.sharefile.api.models.SFToolInformation
 
getToolRaw() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getToolVersion() - Method in class com.citrix.sharefile.api.models.SFDevice
 
getTopFolders(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get User's top Folder
getTopFolders() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get List of User Shared Folders Retrieve the top-level folders for this user.
getTopLevelDomain() - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
getTopUrl() - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getTopUrl() - Method in class com.citrix.sharefile.api.SFApiClient
 
getTotalDownloads() - Method in class com.citrix.sharefile.api.models.SFShare
 
getTotalFileSizeBytes() - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
getTotalSharedFiles() - Method in class com.citrix.sharefile.api.models.SFUser
 
getTrackUntilDate() - Method in class com.citrix.sharefile.api.models.SFShare
 
getTreeMode() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getTreeModeOperationAllowed() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getTreeModeSourceId() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getTrustedDomains() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getUnreadRequestUnarchived() - Method in class com.citrix.sharefile.api.models.SFInboxMetadata
 
getUnreadSendUnarchived() - Method in class com.citrix.sharefile.api.models.SFInboxMetadata
 
getUnzip() - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
getUpdateDate() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Last time the operation state was modified
getUploader(SFFolder, String, String, long, InputStream, TransferRunnable.IProgress) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getUploader(SFUploadRequestParams, InputStream, TransferRunnable.IProgress) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getUploader(SFFolder, String, String, long, InputStream, TransferRunnable.IProgress) - Method in class com.citrix.sharefile.api.SFApiClient
 
getUploader(SFUploadRequestParams, InputStream, TransferRunnable.IProgress) - Method in class com.citrix.sharefile.api.SFApiClient
 
getUploadInfoLevel() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getURI(JsonObject, String, URI) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
getUri() - Method in class com.citrix.sharefile.api.models.SFLink
Universal Reference Identifier for this Link object
getUri() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getUri() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Uri to access the Remote Upload through the Web portal
getUri() - Method in class com.citrix.sharefile.api.models.SFShare
 
getUri() - Method in class com.citrix.sharefile.api.models.SFShareAlias
Uri to access the share through the Web portal
getURIFromString(String) - Static method in class com.citrix.sharefile.api.utils.Utils
 
getUrl() - Method in class com.citrix.sharefile.api.https.SFDownloadRunnable
 
geturl() - Method in class com.citrix.sharefile.api.models.SFODataObject
 
getUrl() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getUseAdvancedCustomBranding() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getUseAlternateSMTP() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getUseBanner() - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
getUsed() - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
getUsedStorBytes() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getUsedStorMB() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getUsedStorUtcTicks() - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
getUser() - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
User that initiated the operation
getUser() - Method in class com.citrix.sharefile.api.models.SFContact
 
getUser() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getUser() - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
getUser() - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
getUser() - Method in class com.citrix.sharefile.api.models.SFShare
 
getUser() - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
getUser() - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
getUserDeletedItems(String, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
getUserDeletedItems(String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
getUserDeletedItems() - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
getUserFriendlyDateString(Date) - Static method in class com.citrix.sharefile.api.utils.SFDateFormat
 
getUserId() - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
getUserID() - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
getUserID() - Method in class com.citrix.sharefile.api.models.SFESignature
 
getUserID() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
getUserId() - Method in class com.citrix.sharefile.api.SFApiClient
 
getUserId() - Method in class com.citrix.sharefile.api.SFReAuthContext
 
getUserIds() - Method in class com.citrix.sharefile.api.models.SFNotifyUsersParams
 
getUserIPRestrictions() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getUserMax() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getUserMessageCode() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getUserName() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
getUsername() - Method in class com.citrix.sharefile.api.models.SFPrincipal
Username for the account - the value used for login.
getUserName() - Method in class com.citrix.sharefile.api.SFCredential
 
getUsernameShort() - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
getUsernameShort() - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
getUserNotificationLocale() - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
getUsers() - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
getUsers() - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Users who can have access to this Remote Upload.
getUsersToWipe() - Method in class com.citrix.sharefile.api.models.SFDeviceStatus
Users to wipe
getUserUsage() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getUsesStreamIDs() - Method in class com.citrix.sharefile.api.models.SFShare
 
getUsesStreamIDs() - Method in class com.citrix.sharefile.api.models.SFShareSendParams
When enabled the items are identified by stream IDs instead of item IDs.
getUseStrictEmployeeDefinition() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getUseWebAuthentication() - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
getUseWebPopAsWebAppLogin() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getUTCOffset() - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
getUXMode() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getV3Class() - Method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
getValue() - Method in class com.citrix.sharefile.api.models.SFMetadata
The value of a custom metadata entry
getValue() - Method in class com.citrix.sharefile.api.models.SFODataExceptionMessage
 
getValue() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionBool
 
getValue() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionInt
 
getValue() - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionString
 
getValue() - Method in class com.citrix.sharefile.api.models.SFSSOInfoEntry
 
getVDRDocViewerURL() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFCapability
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFFile
File version.
getVersion() - Method in class com.citrix.sharefile.api.models.SFSession
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFToolInformation
 
getVersion() - Method in class com.citrix.sharefile.api.models.SFZone
 
getVersioning() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getView() - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to view the documents
getViewOnlyWatermarkText() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getViewOnlyWatermarkText() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getVirtualRoot() - Method in class com.citrix.sharefile.api.models.SFUser
 
getVirusStatus() - Method in class com.citrix.sharefile.api.models.SFFile
Current Anti-Virus scanning status for this file
getVirusStatus() - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
getVirusStrictness() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getWatermarkedDownloads() - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
getWebDAVServerName() - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
getWipe() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getWipeInitiator() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getWipeInitiatorRole() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getWipeResults() - Method in class com.citrix.sharefile.api.models.SFDeviceWipeReport
Wipe results
getWipeToken() - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
getWipeToken() - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Wipe token
getZip() - Method in class com.citrix.sharefile.api.models.SFAccount
 
getZip() - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
getZone() - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
getZone() - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Zone that contains this connector class
getZone() - Method in class com.citrix.sharefile.api.models.SFItem
 
getZone() - Method in class com.citrix.sharefile.api.models.SFRedirection
 
getZone() - Method in class com.citrix.sharefile.api.models.SFShare
 
getZone() - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
getZones(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Get list of multi-tenant zones assigned to a tenant.
getZones(URI, String) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Get the Connector Group by Service ID Retrieves a Connector Group
getZones() - Method in class com.citrix.sharefile.api.models.SFConnectorGroup
Zones that contain this Connector type
getZoneService() - Method in class com.citrix.sharefile.api.models.SFFolder
 
getZoneServices() - Method in class com.citrix.sharefile.api.models.SFZone
 
getZonesToUsage() - Method in class com.citrix.sharefile.api.models.SFZoneUsageBreakdown
 
getZoneType() - Method in class com.citrix.sharefile.api.models.SFZone
 
GLOBAL_SUBDOMAIN - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
GRANT_TYPE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
groups() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
groups() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 

H

hasCapability(String, SFCapabilityName) - Method in interface com.citrix.sharefile.api.interfaces.ISFCapabilityService
 
hasCapability(String, SFCapabilityName) - Method in class com.citrix.sharefile.api.SFCapabilityService
 
HTTP_ERROR_CANCELED - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
HTTP_METHOD_OVERRIDE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
httpResponseCode - Variable in class com.citrix.sharefile.api.SFV3ErrorParser
 

I

i(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
i(String, String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
i(String, String) - Static method in class com.citrix.sharefile.api.log.Logger
 
i(String, String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
i(String, String) - Method in class com.citrix.sharefile.api.log.SilentLog
 
i(String, String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
Id - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
ILog - Interface in com.citrix.sharefile.api.interfaces
 
inboxMetadata(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Inbox Metadata Returns metadata of the inbox.User identifier
INFO - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
init(String, String, String) - Static method in class com.citrix.sharefile.api.SFSdk
 
init(String, String, String, ISFReAuthHandler, IOAuthTokenChangeHandler) - Static method in class com.citrix.sharefile.api.SFSdk
 
INTERNAL_HTTP_ERROR - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
INTERNAL_HTTP_ERROR_NETWORK_CONNECTION_PROBLEM - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
InvalidOrMissingParameterException - Exception in com.citrix.sharefile.api.exceptions
 
InvalidOrMissingParameterException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.InvalidOrMissingParameterException
 
InvalidOrMissingParameterException(Exception) - Constructor for exception com.citrix.sharefile.api.exceptions.InvalidOrMissingParameterException
 
IOAuthTokenCallback - Interface in com.citrix.sharefile.api.interfaces
 
IOAuthTokenChangeHandler - Interface in com.citrix.sharefile.api.interfaces
 
is(SFV3ElementType) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
IS_AUTHENTICATED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
isCanceled() - Method in class com.citrix.sharefile.api.https.SFDownloadRunnable
 
isClientInitialised() - Method in class com.citrix.sharefile.api.SFApiClient
 
isConnectorGroup(String) - Static method in class com.citrix.sharefile.api.utils.Utils
 
isEmpty(String) - Static method in class com.citrix.sharefile.api.utils.Utils
 
isEmpty(ArrayList) - Static method in class com.citrix.sharefile.api.utils.Utils
 
ISFApiClient - Interface in com.citrix.sharefile.api.interfaces
 
ISFApiExecuteQuery - Interface in com.citrix.sharefile.api.interfaces
Implementations of this interface provides the bare-minimum functions to make the V3 API server calls and read + parse their responses.
ISFApiResultCallback<T> - Interface in com.citrix.sharefile.api.interfaces
 
ISFApiResultResponseTranslator<T extends SFODataObject,T2 extends SFODataObject> - Class in com.citrix.sharefile.api.interfaces
Helper class for the app to implement internal listeners
ISFApiResultResponseTranslator(ISFApiResultCallback<T2>) - Constructor for class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
ISFApiResultResponseTranslator() - Constructor for class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
ISFAsyncHelper<T> - Interface in com.citrix.sharefile.api.interfaces
 
ISFAsyncTask - Interface in com.citrix.sharefile.api.interfaces
 
ISFAsyncTaskFactory - Interface in com.citrix.sharefile.api.interfaces
 
ISFCapabilityService - Interface in com.citrix.sharefile.api.interfaces
Created by Wes on 12/16/15.
ISFConnectionManager - Interface in com.citrix.sharefile.api.interfaces
 
ISFEntities - Interface in com.citrix.sharefile.api.entities
 
ISFEntities.Implementation - Class in com.citrix.sharefile.api.entities
 
ISFEntities.Implementation() - Constructor for class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
isFileType(SFODataObject) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
ISFOAuthService - Interface in com.citrix.sharefile.api.interfaces
 
isFolderType(SFODataObject) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
ISFQuery<T> - Interface in com.citrix.sharefile.api.interfaces
 
ISFReAuthHandler - Interface in com.citrix.sharefile.api.interfaces
 
ISFReExecuteQuery<T> - Interface in com.citrix.sharefile.api.interfaces
 
isInitialized() - Static method in class com.citrix.sharefile.api.SFSdk
 
isLinkType(SFODataObject) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
isNoteType(SFODataObject) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
isSymbolicLinkType(SFODataObject) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
isValid() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
Make this a more stronger check than a simple null check for feilds
Items - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
items() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
items() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 

J

JSON - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 

L

lang - Variable in class com.citrix.sharefile.api.SFV3ErrorParser
 
LocalizedError - Class in com.citrix.sharefile.api.exceptions
 
LocalizedError() - Constructor for class com.citrix.sharefile.api.exceptions.LocalizedError
 
Location - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
LOCKED_BY - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
Logger - Class in com.citrix.sharefile.api.log
 
Logger() - Constructor for class com.citrix.sharefile.api.log.Logger
 
login(String, String) - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Login API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).
login(String) - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Login API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).
login() - Method in class com.citrix.sharefile.api.entities.SFSessionsEntity
Login API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).

M

makePrimary(String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Set email address as the primary email address for CURRENT user
mApiClient - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
mApiCp - Variable in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
mAppCp - Variable in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
mBytesTransferedInChunk - Variable in class com.citrix.sharefile.api.https.SFUploadRunnable.SFChunkUploadResponse
 
mCode - Variable in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
mCookieManager - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
md5ToString(MessageDigest) - Static method in class com.citrix.sharefile.api.https.SFUploadRunnable
 
mErrorCode - Variable in class com.citrix.sharefile.api.https.SFUploadRunnable.SFChunkUploadResponse
 
mErrorMessage - Variable in class com.citrix.sharefile.api.https.SFUploadRunnable.SFChunkUploadResponse
 
MESSAGE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
message(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Sent Message Content by Share Returns sent message content.
metadata() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
metadata() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
mInternalException - Variable in class com.citrix.sharefile.api.SFV3ErrorParser
 
move(URI, String) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Save a folder to a folder location
mPassword - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
mProgressListener - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
MSG_INVALID_STATE_OAUTH_NULL - Static variable in class com.citrix.sharefile.api.SFApiClient
 
mState - Variable in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
mSubDomain - Variable in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
mTotalBytesTransferredForThisFile - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
mUsername - Variable in class com.citrix.sharefile.api.https.TransferRunnable
 
mWasError - Variable in class com.citrix.sharefile.api.https.SFUploadRunnable.SFChunkUploadResponse
 

N

NAME - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
Name - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
networkShareConnectors() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get List of User Shared Folders Retrieve the connector folders that are associated with a network share service
notifyUsers(URI, SFNotifyUsersParams) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Notify users that they have access to the parent folder [ { UserIds: ["id1", "id2"], CustomMessage: "Message content goes here" } ] All users should have access to the parent folder

O

ODATA_COUNT - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
ODATA_METADATA - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
ODATA_NEXTLINK - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
ODATA_TYPE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
onBeforeConnect(URLConnection) - Method in interface com.citrix.sharefile.api.interfaces.ISFConnectionManager
 
onComplete(long) - Method in interface com.citrix.sharefile.api.https.TransferRunnable.IProgress
 
onConnectException(URLConnection, IOException) - Method in interface com.citrix.sharefile.api.interfaces.ISFConnectionManager
 
onError(SFSDKException, long) - Method in interface com.citrix.sharefile.api.https.TransferRunnable.IProgress
 
onError(SFSDKException) - Method in interface com.citrix.sharefile.api.interfaces.IOAuthTokenCallback
 
onError(SFSDKException, ISFQuery<T>) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiResultCallback
 
onError(SFSDKException, ISFQuery) - Method in class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
onError(SFSDKException, ISFQuery<T>) - Method in class com.citrix.sharefile.api.SFApiResultCallbackEx
 
onPostExecute() - Method in class com.citrix.sharefile.api.async.SFAsyncHelper
 
onPostExecute() - Method in interface com.citrix.sharefile.api.interfaces.ISFAsyncHelper
 
onSuccess(SFOAuth2Token) - Method in interface com.citrix.sharefile.api.interfaces.IOAuthTokenCallback
 
onSuccess(T) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiResultCallback
 
onSuccess(T) - Method in class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
onSuccess(T) - Method in class com.citrix.sharefile.api.SFApiResultCallbackEx
 
OPEN_BRACKET - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
openConnection(URL) - Static method in class com.citrix.sharefile.api.SFConnectionManager
 

P

PARENT - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
parse(String) - Static method in class com.citrix.sharefile.api.authentication.SFWebAuthCode
parse redirection url to extract parameters will return null if required parameters are not found
parse(Class<?>, JsonElement) - Static method in class com.citrix.sharefile.api.gson.auto.SFDefaultGsonParser
 
parse(String) - Static method in class com.citrix.sharefile.api.utils.SFDateFormat
 
parseFeed(Class<?>, JsonObject) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
parseSFItem(JsonObject) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
parseSFStorageCenter(JsonObject) - Static method in class com.citrix.sharefile.api.gson.SFGsonHelper
 
parseTokensFromURL(String) - Method in class com.citrix.sharefile.api.authentication.SFWebAuthCode
http://secure.sharefiletest.com/oauth/oauthcomplete.aspx ?code=C0K9TSkdf6DyTlvJEGSVjwDmbLFCtV &state=1234 &subdomain=zachTest &appcp=sharefiletest.com &apicp=sharefiletest.com
parseV3IDFromURL(String) - Static method in class com.citrix.sharefile.api.utils.Utils
 
parseV3IDFromURL(URI) - Static method in class com.citrix.sharefile.api.utils.Utils
 
PASSWORD - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
patchRoles(URI, SFUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Set Roles { "Roles" : [ "CanManageUsers", "CanSelectFolderZone" ] } Sets the roles for a user (roles not provided will be disabled.) The following roles can be set to the user through this call (depending on User type): CanCreateFolders, CanSelectFolderZone, CanUseFileBox, CanManageUsers, AdminSharedAddressBook, CanChangePassword, CanManageMySettings
path - Variable in class com.citrix.sharefile.api.https.SFCookieManager.Cookie
 
postBody(URLConnection, String) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
PREFIX_HTTP - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
PREFIX_HTTPS - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
PREFIX_PERSONAL_CONNECTOR - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
prepareDownload(String, String, int, OutputStream, TransferRunnable.IProgress, String, String) - Method in class com.citrix.sharefile.api.SFApiClient
Deprecated.
prepareUpload(String, String, String, boolean, int, long, InputStream, TransferRunnable.IProgress, String, String) - Method in class com.citrix.sharefile.api.SFApiClient
Deprecated.
preview(URI) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Get a preview location for the report
PREVIEW_PLATFORMS_SUPPORTED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
PRINCIPAL - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
protocolLinks(URI, String, SFSafeEnum<SFPreviewPlatform>) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get List of Protocol Links of a Share item
PROVIDER_TYPE_SF - Static variable in class com.citrix.sharefile.api.SFProvider
 
providerCapabilitiesLoaded(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFCapabilityService
 
providerCapabilitiesLoaded(String) - Method in class com.citrix.sharefile.api.SFCapabilityService
 

R

Range - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
readErrorResponse(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
readResponse(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
REDIRECTION - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
reDirectionAllowed() - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
reExecuteQueryWithCredentials(String, String, ISFReExecuteQuery<T>) - Method in class com.citrix.sharefile.api.SFReAuthContext
 
REFRESH_TOKEN - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
refreshOAuthToken(SFOAuth2Token, String, String) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
refreshOAuthToken(SFOAuth2Token) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
refreshOAuthToken(SFOAuth2Token) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
refreshOAuthToken(SFOAuth2Token, String, String) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
refreshOAuthTokenAsync(SFOAuth2Token, IOAuthTokenCallback) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
refreshOAuthTokenAsync(SFOAuth2Token, String, String, IOAuthTokenCallback) - Method in class com.citrix.sharefile.api.authentication.SFOAuthService
 
refreshOAuthTokenAsync(SFOAuth2Token, IOAuthTokenCallback) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
refreshOAuthTokenAsync(SFOAuth2Token, String, String, IOAuthTokenCallback) - Method in interface com.citrix.sharefile.api.interfaces.ISFOAuthService
 
registerSubClass(SFV3ElementType, Class<?>) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
We are allowing consumers of the SDK to register their own deriived classes from the base models we have inside the SDK.
registerSubClass(String, Class<?>) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
remoteUploads() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
remoteUploads() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
remove(T) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
removeAllHeaders() - Method in class com.citrix.sharefile.api.SFConfiguration
 
removeCookies(URI) - Method in class com.citrix.sharefile.api.https.SFCookieManager
removes all cookies for the domain in the given URI
removeCookies(String) - Method in class com.citrix.sharefile.api.https.SFCookieManager
removes all cookies for the domain in the given URI
removeCookies(String) - Method in class com.citrix.sharefile.api.SFApiClient
 
removeCookies(URI) - Method in class com.citrix.sharefile.api.SFApiClient
 
removeHeader(String) - Method in class com.citrix.sharefile.api.SFConfiguration
 
removeRoles(URI, ArrayList<SFSafeEnum<SFUserRole>>) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Remove Roles { [ "CanManageUsers", "CanSelectFolderZone" ] } Removes the roles for user.
removeTemplateAssociation(URI, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Remove folder template association from folder
reports() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
reports() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
requireSubdomain(String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Check if subdomain is required
requireSubdomain(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Check if subdomain is required
requireWebPop(String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Check if WebPop is required
requireWebPop(String, String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Check if WebPop is required
requireWebPop(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Check if WebPop is required
resend(SFShareResendParams) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Deliver an existing share link to one or more recipients Sends an Email to the specified list of addresses, containing a link to a download or an upload.
resendWelcome(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Send Welcome Email Resends the 'welcome' email to the given user
reset() - Method in class com.citrix.sharefile.api.SFApiClient
Resets the token and nulls the internal callbacks.
resetPassword(URI, SFODataObject, Boolean) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Reset Password { "NewPassword":"new password", "OldPassword":"old password" } { "NewPassword":"new password", "OldPassword":"old password" } Resets a user password.
resetPassword(URI, SFODataObject) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Reset Password { "NewPassword":"new password", "OldPassword":"old password" } { "NewPassword":"new password", "OldPassword":"old password" } Resets a user password.
resetSecret(URI) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Reset Zone Secret Resets the current Zone Secret to a new Random value Caution! This Call will invalidate all Storage Center communications until the Storage Center Zone secret is also updated.
ROOT - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
routeSpecialClasses(String, Class) - Static method in class com.citrix.sharefile.api.gson.auto.SFDefaultGsonParser
 
run() - Method in class com.citrix.sharefile.api.https.TransferRunnable
 
runInThisThread() - Method in class com.citrix.sharefile.api.https.SFDownloadRunnable
execute download in this thread
runInThisThread() - Method in class com.citrix.sharefile.api.https.SFUploadRunnable
 
runInThisThread() - Method in class com.citrix.sharefile.api.https.TransferRunnable
 
runInThisThread(AtomicBoolean) - Method in class com.citrix.sharefile.api.https.TransferRunnable
execute Transfer in this thread overriding the cancel signal

S

safeCallErrorListener(ISFApiResultCallback<T>, SFSDKException, ISFQuery<T>) - Static method in class com.citrix.sharefile.api.utils.Utils
 
safeCallSuccess(ISFApiResultCallback<T>, T) - Static method in class com.citrix.sharefile.api.utils.Utils
 
SafeEnumHelpers - Class in com.citrix.sharefile.api.utils
The way this parsing works relies on the class name sent by the server.
SafeEnumHelpers() - Constructor for class com.citrix.sharefile.api.utils.SafeEnumHelpers
 
safeGetResponseCode(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
The http functions sometimes respond with 401 error or sometimes throw and exception
search(String, Integer, Integer, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Search Search for Items matching the criteria of the query parameter
search(String, Integer, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Search Search for Items matching the criteria of the query parameter
search(String, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Search Search for Items matching the criteria of the query parameter
search(String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Search Search for Items matching the criteria of the query parameter
SEARCH_RESULTS - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
SELECT - Static variable in class com.citrix.sharefile.api.constants.SFQueryParams
 
select(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
sendConfirmationEmail(String) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Send notification email address to this email address for verification
sendToEmail(String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Email List of Accounts to User Sends the list of accounts to the specified email address This operation does not require authentication
sentMessages(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get Sent Messages Returns sent messages for the given user.User identifier
serialize(SFSafeEnumFlags, Type, JsonSerializationContext) - Method in class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumFlagsParser
 
serialize(SFSafeEnum, Type, JsonSerializationContext) - Method in class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumParser
 
serialize(Type, Object) - Static method in class com.citrix.sharefile.api.gson.auto.SFDefaultGsonParser
 
sessions() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
sessions() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
set(ILog) - Static method in class com.citrix.sharefile.api.log.Logger
 
set__type(String) - Method in class com.citrix.sharefile.api.models.SFODataObject
 
setAcceptLanguage(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
setAccessControl(SFAccessControl) - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Entity
setAccessControl(SFAccessControl) - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
AccessControl.Item is inherited from AccessControlsBulkParams and cannot be specified here
setAccessControlParams(ArrayList<SFAccessControlParam>) - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
AccessControlParams
setAccessControls(ArrayList<SFAccessControl>) - Method in class com.citrix.sharefile.api.models.SFItem
 
setAccessControlType(SFSafeEnum<SFAccessControlFilter>) - Method in class com.citrix.sharefile.api.models.SFAccessControlDomains
Specifies that the list is interpreted as a list of allowed or disallowed domains
setAccessRightType(SFSafeEnum<SFShareAccessRightType>) - Method in class com.citrix.sharefile.api.models.SFShareAccessRight
Share Access Right Type
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
ShareFile Account
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFGroup
 
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFItem
 
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFUser
 
setAccount(SFAccount) - Method in class com.citrix.sharefile.api.models.SFZone
 
setAccountID(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setAccountID(String) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setAccountID(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
setAccountId(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setAccountID(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setAccountManager(SFUser) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAccountManagerId(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAccountMessageCode(SFAccountMessageCode) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setAccountSubType(SFSafeEnum<SFAccountSubType>) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAccountType(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAccountType(String) - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
setAction(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setAction(SFSafeEnum<SFDeviceLogEntryAction>) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setActivityType(SFSafeEnum<SFItemAction>) - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
setActivityTypes(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setAdditionalBandwidth(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional bandwidth purchased for account
setAdditionalBandwidthRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra bandwidth.
setAdditionalDiskSpace(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional disk space purchased for account
setAdditionalDiskSpaceRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra diskspace.
setAdditionalInfo(String) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setAdditionalUserRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for extra users
setAdditionalUsers(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional users purchased for account
setAddOnCode(String) - Method in class com.citrix.sharefile.api.models.SFService
 
setAddress(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setAddress1(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAddress1(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setAddress2(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAddress2(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setAddtionalHeaders(URLConnection) - Method in class com.citrix.sharefile.api.SFConfiguration
 
setAdminIsSuperUser(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setADUserName(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setAdvancedCustomBrandingFolderName(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAffiliatedPartnerUserId(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setAliasID(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setAllowDownloadNotificationsWithoutAdmin(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setAllowedSpecialCharacters(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setAllowProactiveNotifications(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setAlternateReferenceID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setAntiVirus(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setAPI(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setApiClient(ISFApiClient) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setApiControlPlane(String) - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
setAPITopLevelDomain(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setApiVersionMax(String) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Maximum API version supported by this connector group
setApiVersionMin(String) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Minimum API version supported by this connector group
setAppControlPlane(String) - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
setApplicationUrl(String) - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
setAscending(Boolean) - Method in class com.citrix.sharefile.api.models.SFQuerySorting
Whether the sort order should be ascending or not
setAssociatedFolderTemplateID(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setAsyncTaskFactory(ISFAsyncTaskFactory) - Static method in class com.citrix.sharefile.api.SFSdk
 
setAttachmentPaths(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setAttachPaperclip(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setAttributedSource(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setAuthenticationId(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setAuthenticationType(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setAuthorityZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Represents the Zone that is driving the asynchronous operation process.
setAutoConvert(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setAvailable(Boolean) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setBandwidth(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setBandwidthLimitInMB(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setBandwidthMax(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Maximum bandwidth for the account in megabtyes
setBannerHTML(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setBaseBandwidth(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Bandwidth included in plan in megabytes
setBaseBillingRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setBaseDiskSpace(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Disk space included in megabytes
setBaseLink(URI) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This function takes any uri and stores only its base part along with the provider example if you pass: https://szqatest2.sharefiletest.com/cifs/v3/Capabilities this function will store baseLink as : https://szqatest2.sharefiletest.com/cifs/v3/
setBaseUsers(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Users included in plan
setBasicAuth(URLConnection, String, String) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
setBatchID(String) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Batch Identifier for an asynchronous operation that includes multiple Items - for example, a recursive Copy will create a single AsyncOp instance per file, all sharing the same BatchID
setBatchId(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setBatchLast(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setBatchProgress(Double) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
BatchProgress indicates the progress of the Batch operation
setBatchSourceID(String) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Item ID used as source for the Batch operation
setBatchState(SFSafeEnum<SFAsyncOperationState>) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Batch Operation state.
setBatchTargetID(String) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Item ID used as target for the Batch operation
setBatchTotal(Integer) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
 
setBCC(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setBillingContact(SFUser) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setBillingContact(SFUser) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setBillingContactId(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setBillingCycle(String) - Method in class com.citrix.sharefile.api.models.SFAccount
Monthly, Quarterly, Annually
setBillingInformation(SFBillingInfo) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setBillingRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setBillingType(String) - Method in class com.citrix.sharefile.api.models.SFAccount
Credit Card, Invoice, Comp
setBody(SFODataObject) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setBody(ArrayList<?>) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setBody(Object) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setBody(String) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setBody(String) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setBody(String) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setBody(String) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
A message to be included in the Share email body
setBrandingStyles(Map<String, String>) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCanAddFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanAddNode(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCancelDate(Date) - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
setCancellationDate(Date) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCanCreate(Boolean) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
setCanCreateFolders(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setCanCreateMultiTenantZones(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setCanCreateRootFolders(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setCanDelete(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can remove items from this Item
setCanDelete(Boolean) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCanDeleteChildItems(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanDeleteCurrentItem(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanDocViewerPrint(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can read file content (download) from this Item
setCanDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCanEditFolderOpts(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanEditRetentionPolicy(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanManage(Boolean) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
setCanManageMySettings(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setCanManagePermissions(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can configure Access Controls in this Item
setCanManagePermissions(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanManageUsers(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setCanResetPassword(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setCanResetPassword(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setCanResume(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setCanSend(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanStoreItemsInShareFile(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setCanUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can add files (upload) into the Item
setCanUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanUseFileBox(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setCanUseFileBox(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setCanView(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal can view items (browse) from this Item
setCanView(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCanView(Boolean) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCanViewMySettings(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setCanWatermarkDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCC(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setCcSender(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setCcSender(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setCcSender(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the Share sender will be cc'd in the Share email
setCertificate(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setChildren(ArrayList<SFItem>) - Method in class com.citrix.sharefile.api.models.SFFolder
List of Children defined under this folder.
setChunkUri(URI) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the URI the client must send the file data to
setCity(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCity(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCLI(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setClientCount(Integer) - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
setClientCreatedDate(Date) - Method in class com.citrix.sharefile.api.models.SFItem
 
setClientCreatedDate(Date) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setClientId(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
setClientIPAddress(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setClientModifiedDate(Date) - Method in class com.citrix.sharefile.api.models.SFItem
 
setClientModifiedDate(Date) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setClonePrincipalIds(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
List of existing users that will receive cloned permissions.
setCode(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Failure code
setCompany(String) - Method in class com.citrix.sharefile.api.models.SFContact
 
setCompany(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setCompany(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setCompanyName(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCompanyName(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
setCompanyName(String) - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
setCompanyURL(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setConfig(String) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setConfigName(String) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setConfigSize(Integer) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setConnectionMgr(ISFConnectionManager) - Static method in class com.citrix.sharefile.api.SFSdk
 
setConnectorGroup(SFConnectorGroup) - Method in class com.citrix.sharefile.api.models.SFSymbolicLink
 
setContacted(Integer) - Method in class com.citrix.sharefile.api.models.SFUser
 
setContacts(ArrayList<SFContact>) - Method in class com.citrix.sharefile.api.models.SFGroup
 
setConversionIndex(Double) - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
setConversionIndex2(Double) - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
setConvertAbove(SFOutlookInformationOptionInt) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setCookie(String, String) - Method in class com.citrix.sharefile.api.SFApiClient
 
setCookie(URI, String) - Method in class com.citrix.sharefile.api.SFApiClient
 
setCopyData(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to copy the content into clipboard from the document.
setCount(Integer) - Method in class com.citrix.sharefile.api.models.SFContact
 
setcount(Integer) - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
setCount(Integer) - Method in class com.citrix.sharefile.api.models.SFQueryPaging
The number of search results to get
setCountry(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCountry(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreated(Date) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setCreated(Date) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setCreateDate(Date) - Method in class com.citrix.sharefile.api.models.SFReport
 
setCreateEndDate(String) - Method in class com.citrix.sharefile.api.models.SFQuery
Item creation date range constraint end date in UTC
setCreateEndDate(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item creation date range constraint end date in UTC
setCreateStartDate(String) - Method in class com.citrix.sharefile.api.models.SFQuery
Item creation date range constraint start date in UTC
setCreateStartDate(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item creation date range constraint start date in UTC
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation creation date
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFItem
 
setCreationDate(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCreationDate(Date) - Method in class com.citrix.sharefile.api.models.SFShare
 
setCreator(SFUser) - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
setCreator(SFUser) - Method in class com.citrix.sharefile.api.models.SFItem
 
setCreator(SFContact) - Method in class com.citrix.sharefile.api.models.SFRemoteUploadRequestParams
 
setCreator(SFUser) - Method in class com.citrix.sharefile.api.models.SFReport
 
setCreator(SFUser) - Method in class com.citrix.sharefile.api.models.SFShare
 
setCreatorCanDelete(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setCreatorFirstName(String) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setCreatorFirstName(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setCreatorFirstName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCreatorID(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFQuery
Creator id constraints on search results
setCreatorId(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setCreatorID(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCreatorID(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Creator id constraint on search results
setCreatorLastName(String) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setCreatorLastName(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setCreatorLastName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCreatorName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setCreatorNameShort(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setCredentials(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setCreditCardExpirationMonth(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardExpirationMonth(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardExpirationYear(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardExpirationYear(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardFirstName(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardFirstName(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardLastName(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardLastName(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardNumber(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardSecurityCode(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardSecurityCode(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardToken(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCreditCardType(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setCreditCardType(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setCurrentAccessControl(SFAccessControl) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setCustomMessage(String) - Method in class com.citrix.sharefile.api.models.SFNotifyUsersParams
 
setDateCreated(Date) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setDateCreated(Date) - Method in class com.citrix.sharefile.api.models.SFUser
 
setDateFormat(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setDateFormat(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setDateLastUpdated(Date) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setDateOption(SFSafeEnum<SFReportDateOption>) - Method in class com.citrix.sharefile.api.models.SFReport
 
setDateSent(Date) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setDayLightName(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setDaylightSavingMode(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setDayOfMonth(Integer) - Method in class com.citrix.sharefile.api.models.SFReport
 
setDayOfWeek(Integer) - Method in class com.citrix.sharefile.api.models.SFReport
 
setDebugMode(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setDefaultApiVersion(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultConsolidatedNotificationInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultEmailFooter(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultEmailFooterHtml(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultEmailFooterPlaintext(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultEmailOverview(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultExternalUrl(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setDefaultIsVersioned(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultMaxVersions(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultSmtpServer(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultSortField(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultSortOrder(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultWindowTitle(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setDefaultZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDefaultZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFUser
 
setDescription(String) - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
setDescription(String) - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
setDescription(String) - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Description of the Irm Classification if any
setDescription(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setDetails(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setDetails(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setDevice(SFDevice) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setDevices(ArrayList<SFDeviceUser>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setDeviceType(SFSafeEnum<SFSFTool>) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setDeviceUser(SFDeviceUser) - Method in class com.citrix.sharefile.api.models.SFSession
 
setDisableLoginAfter(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setDisableLoginBefore(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setDisableMarketing(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDisablePasswordAutocompleteInWebApp(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDisablePrintToShareFile(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDisableScanSnap(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDisableShareConnectForAccount(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDisableWebAppAccess(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setDiskSpace(SFDiskSpace) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setDiskSpace(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setDiskSpaceLimit(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setDiskSpaceMax(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
Maximum disk space for the account in megabtyes
setDisplayName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setDisplayText(String) - Method in class com.citrix.sharefile.api.models.SFShareAccessRight
Localized text for downstream clients to use for displaying options
setDisplayUserMessage(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setDlpInfo(SFItemDlpInfo) - Method in class com.citrix.sharefile.api.models.SFFile
Data Loss Prevention information for this file.
setDocumentUrl(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setDocumentViewerPrinting(SFSafeEnum<SFDocumentViewerPrinting>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setDomain(String) - Method in class com.citrix.sharefile.api.models.SFPrincipal
Account domain
setDomain(Object) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setDomains(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFAccessControlDomains
A list of domain names
setDownloadDate(Date) - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
setDownloadInfoLevel(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setDownloadPrepStartURL(URI) - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
setDownloadPrepStatusURL(URI) - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
setDownloads(Integer) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setDownloadToken(String) - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
setDownloadUrl(URI) - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
setDriveMapping(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setEdit(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to edit the documents
setEditingPlatform(SFSafeEnum<SFEditingPlatform>) - Method in class com.citrix.sharefile.api.models.SFEditingPlatformInfo
 
setEditingPlatformsSupported(ArrayList<SFEditingPlatformInfo>) - Method in class com.citrix.sharefile.api.models.SFItem
 
setEmail(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
setEmail(String) - Method in class com.citrix.sharefile.api.models.SFPrincipal
Email address
setEmail(String) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setEmailInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setEmailMedium(String) - Method in class com.citrix.sharefile.api.models.SFContact
 
setEmailNotice(Boolean) - Method in class com.citrix.sharefile.api.models.SFReport
 
setEmailPasswordText(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEmails(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setEmails(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
List of emails to whom this Share should be sent
setEmails(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setEmailShort(String) - Method in class com.citrix.sharefile.api.models.SFContact
 
setEmailToNotify(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setEmployeeCount(Integer) - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
setEmployeeEmailDomains(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEmployeeMax(Integer) - Method in class com.citrix.sharefile.api.models.SFUserUsage
 
setEmployeeOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
setEnableActivationLinks(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableAntiVirus(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableAutoLogin(Boolean) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setEnableAutoUpdate(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setEnableBouncedEmailNotifications(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableCitrixManagedStorageZones(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableClickTrails(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableClientSend(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableCustomBrandingUsesS3(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableCWC(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnabled(Boolean) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setEnableDesktopEditorForAccount(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableDesktopToolsPage(Boolean) - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
setEnableDLP(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableDocPreviews(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableDocumentApprovalWorkflow(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableDocViewerPrinting(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableDriveMapping(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableEditor(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableEncryptedEmailForOutlookPlugin(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableENSForAccount(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableExternalEmailArchiving(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableFileCount(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableFileDrops(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableFileLocking(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableFlashUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableFolderTemplates(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableFTP(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableHardLimit(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setEnableHomeFolders(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableIntegrations(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableIRM(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableJavaDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableJavaUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableLocalization(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableMobileApps(Boolean) - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
setEnableMultipleZones(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableOAuth(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableOfficeOnlineEditing(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableOfficeOnlinePreviews(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableOfflineCache(Boolean) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setEnableOpenExternal(Boolean) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setEnablePersonalCloudConnectors(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnablePromotions(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnablePromotions(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableQandA(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableQandATextInNotifications(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableReportingV3(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSelfNotificationsDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSelfNotificationsUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSfAdi(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSFTP(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableShareConnect(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableSharingConnectorItems(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSingleIdentity(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSMBConnectorForAccount(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSSO(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableStorageZoneConnector(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableStrictCrossdomainPolicy(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSync(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableSyncAutoUpdate(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableThumbnails(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableToolOverride(Integer) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setEnableTopLevelView(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setEnableTwoFactorAuth(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableUploadShareIDReceipt(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableUserInvitations(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableVersioning(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableViewOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableWatermarkedDownloads(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableWatermarkOnViewOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableWebAppConnectorBrowsing(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnableWebDAV(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEncryptedEmailExpiration(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setEncryptedEmailNotifyOnRead(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setEncryptedEmailRecipientVerification(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setEncryptionRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for stored file encryption
setEndDate(Date) - Method in class com.citrix.sharefile.api.models.SFReport
The End Date of the range the ReportRecord will be run against
setEndDate(Date) - Method in class com.citrix.sharefile.api.models.SFReportRecord
The End Date of the range the ReportRecord will be run against
setEndRunTime(Date) - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Time this ReportRecord finished processing
setENSFailSafePollingCount(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setENSMaxNotificationSyncWaitCount(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setENSNotificationConfigurationCount(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setENSRecommendedNotificationSyncInterval(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setENSRecommendedPollingSyncInterval(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setEnsServerUrl(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setEnsServerUrl(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
setEntity(SFODataObject) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
setEntityId(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
setEntityID(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setErrorMessage(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Error message
setESignatureDocument(SFESignature) - Method in class com.citrix.sharefile.api.models.SFFile
Electronic signature object associated with this item
setEventID(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setEventTypes(SFSafeEnumFlags<SFEnsEventType>) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
setEventTypes(SFSafeEnumFlags<SFEnsEventType>) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
setExpirationDate(Date) - Method in class com.citrix.sharefile.api.models.SFItem
 
setExpirationDate(Date) - Method in class com.citrix.sharefile.api.models.SFShare
 
setExpirationDays(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setExpirationDays(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setExpirationDays(Integer) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setExpirationDays(Integer) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Number of days until access to this Share expires
setExpirationTimeInMinutes(Integer) - Method in class com.citrix.sharefile.api.models.SFFileLock
 
setExternalAddress(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setExternalUrl(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setFailedEntities(ArrayList<SFAccessControlFailedEntry>) - Method in class com.citrix.sharefile.api.models.SFAccessControlBulkResult
A list of entities for which the operation failed
setFailedLoginCount(Integer) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setFailSafePollingCount(Integer) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setFavoriteFolder(SFFavoriteFolder) - Method in class com.citrix.sharefile.api.models.SFFolder
Favorite Folder object associated to this item
setFavoriteFolders(ArrayList<SFFavoriteFolder>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setFeed(ArrayList<T>) - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
setFileCount(Long) - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
setFileCount(Integer) - Method in class com.citrix.sharefile.api.models.SFFolder
Number of Items defined under this Folder, including sub-folder counts.
setFileID(String) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setFileLockInfo(SFFileLock) - Method in class com.citrix.sharefile.api.models.SFFile
File lock info
setFileName(String) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
File name
setFileName(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setFileName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setFileName(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setFilePath(String) - Method in class com.citrix.sharefile.api.models.SFFile
Represents the Object Storage Identifier for this File.
setFileSize(Long) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setFileSize(Long) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setFileSizeBytes(Long) - Method in class com.citrix.sharefile.api.models.SFItem
 
setFileSizeInKB(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setFinishUri(URI) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
If provided, specifies the final call the client must perform to finish the upload process
setFirstAnyLogin(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setFirstName(String) - Method in class com.citrix.sharefile.api.models.SFContact
 
setFirstName(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setFirstName(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setFolder(SFItem) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setFolderAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setFolderAlias(String) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setFolderId(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
The source user's permissions for this folder and all subdirectories will be copied into the cloned users.
setFolderId(String) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setFolderName(String) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setFolderPath(String) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setFolderPayID(String) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setForceAttachLink(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setForcedSortField(SFSafeEnum<SFSortField>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setForcedSortOrder(SFSafeEnum<SFSortDirection>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setForceEmailFromShareFile(Boolean) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setForcePasswordChange(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setForceSSO(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setFormsUri(URI) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setFormUrl(String) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
URL for the Form that creates or updates connectors
setFree(Integer) - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
setFreeTrialId(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setFrequency(SFSafeEnum<SFReportRunFrequency>) - Method in class com.citrix.sharefile.api.models.SFReport
 
setFriendlyName(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setFrom(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setFromEmail(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setFromEmailIsShareFile(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setFromName(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setFTP(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setFTPS(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setFtpServerName(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setFullControl(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to have full control over the document.
setFullName(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setFullNameShort(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setFullyParametrizedLink(URI) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This implies that the query parameters are included in the URI and no more parameters more needs to be added before executing the query.
setHasAnyConnectorZones(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setHasData(Boolean) - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
setHasEncryption(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setHash(String) - Method in class com.citrix.sharefile.api.models.SFFile
MD5 Hash of the File contents.
setHasMultipleVersions(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setHasOutlookOptions(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setHasPendingAsyncOp(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setHasPendingDeletion(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setHasPermissionInfo(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setHasPHI(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setHasPowerTools(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setHasPreview(Boolean) - Method in class com.citrix.sharefile.api.models.SFFile
Indicates that the File has an image Preview.
setHasRemoteChildren(Boolean) - Method in class com.citrix.sharefile.api.models.SFFolder
Defines whether the request to retreive Children is to be navigated to a remote endpoint.
setHasRemoteChildren(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setHasSentMessage(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setHasVroot(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setHeartBeatTolerance(Integer) - Method in class com.citrix.sharefile.api.models.SFZone
 
setHomeFolder(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setHomeFolder(SFFolder) - Method in class com.citrix.sharefile.api.models.SFUser
 
setHomeScreenName(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setHostName(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setHttpMethod(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setIconUrl(String) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
URL for the Connector Group Icon.
setID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setId(String) - Method in class com.citrix.sharefile.api.models.SFODataObject
Object Identifier
setInactiveTimeoutMins(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setIncludeProgeny(Boolean) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
setIncludeProgeny(Boolean) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
setIncludeSubFolders(Boolean) - Method in class com.citrix.sharefile.api.models.SFReport
 
setIndustryCode(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setInfo(SFItemInfo) - Method in class com.citrix.sharefile.api.models.SFFile
Effective Access Control permissions for this file
setInfo(SFItemInfo) - Method in class com.citrix.sharefile.api.models.SFFolder
Effective Access Control Permissions for this Folder
setInfo(ArrayList<SFSSOInfoEntry>) - Method in class com.citrix.sharefile.api.models.SFSSOInfo
 
setInfo(SFUserInfo) - Method in class com.citrix.sharefile.api.models.SFUser
 
setIntegrationProviders(ArrayList<SFSafeEnum<SFIntegrationProvider>>) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setIntegrations(ArrayList<SFSafeEnum<SFIntegrationProvider>>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setIPRestrictions(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setIPRestrictions(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setIsAccountRoot(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsActive(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setIsADLinked(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setIsAdministrator(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setIsAdministrator(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setIsAHomeFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsArchived(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setIsArchived(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setIsAStartFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsAuthenticated(Boolean) - Method in class com.citrix.sharefile.api.models.SFSession
 
setIsCancelled(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setIsConfirmed(Boolean) - Method in class com.citrix.sharefile.api.models.SFContact
 
setIsConfirmed(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setIsConfirmed(Boolean) - Method in class com.citrix.sharefile.api.models.SFUser
 
setIsConsumed(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setIsConsumed(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setIsDefault(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setIsDeleted(Boolean) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setIsDisabled(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setIsEmployee(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setIsEnabled(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Use this flag to enable/ disable the Irm Classification.
setIsEnsEnabled(Boolean) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setIsFINRA(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setIsFreeTrial(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setIsHidden(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setIsHIPAAZone(Boolean) - Method in class com.citrix.sharefile.api.models.SFZone
 
setIsImportant(Boolean) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setIsLocked(Boolean) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setIsLocked(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setIsModelBased(Boolean) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setIsMultiTenant(Boolean) - Method in class com.citrix.sharefile.api.models.SFZone
 
setIsMyFolders(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsMyHomeFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsOwner(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines whether the principal is the owner of this Item
setIsOwner(Boolean) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setIsPassthrough(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsPremier(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setIsProbableSAMLOnlyUser(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setIsPublic(Boolean) - Method in class com.citrix.sharefile.api.models.SFMetadata
Whether the metadata entry is public or private.
setIsPublic(Boolean) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Indicates whether the Remote Upload is public or not.
setIsRead(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setIsRead(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setIsRecurring(Boolean) - Method in class com.citrix.sharefile.api.models.SFReport
 
setIsRemoteWipeReady(Boolean) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setIsResetSecurityQuestionRequired(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setIsResume(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies a Resumable upload is supproted.
setIsScheduled(Boolean) - Method in class com.citrix.sharefile.api.models.SFReport
 
setIsSend(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setIsShared(Boolean) - Method in class com.citrix.sharefile.api.models.SFGroup
 
setIsSharedFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsSharedUserAccount(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setIsSystemRoot(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsTemplateOwned(Boolean) - Method in class com.citrix.sharefile.api.models.SFItem
 
setIsVersioned(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setIsViewOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setIsViewOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setIsViewOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the Share items can only be viewed but not downloaded.
setIsVirtualClient(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setIsVRoot(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setItem(SFItem) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Item that was given permission through this rule
setItemID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setItemID(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setItemNameOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFQuery
Whether item content should be included in the search or not.
setItemNameOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Whether item content should be included in the search or not.
setItemProtocolLink(SFItemProtocolLink) - Method in class com.citrix.sharefile.api.models.SFEditingPlatformInfo
 
setItemProtocolLink(SFItemProtocolLink) - Method in class com.citrix.sharefile.api.models.SFPreviewPlatformInfo
Indicates the ItemProtocolLink for this Preview platform
setItems(ArrayList<SFFolderTemplateItem>) - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
setItems(ArrayList<SFFolderTemplateItem>) - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
setItems(ArrayList<SFItem>) - Method in class com.citrix.sharefile.api.models.SFShare
 
setItems(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
List of Item Ids to be sent
setItemType(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setItemType(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Item type to search for (ex "File", "Folder", etc.)
setItemTypes(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFQuery
Types of items to search for (ex "File", "Folder", etc.)
setJustRegistered(Boolean) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setKey(String) - Method in class com.citrix.sharefile.api.models.SFSSOInfoEntry
 
setLastAnyLogin(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLastBillingDate(Date) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setLastDateSent(Date) - Method in class com.citrix.sharefile.api.models.SFShare
 
setLastErrorMessage(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setLastEventCount(Long) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
setLastFailedLogin(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLastFailedLoginIP(String) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLastHeartBeat(Date) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setLastLogin(Date) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setLastName(String) - Method in class com.citrix.sharefile.api.models.SFContact
 
setLastName(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setLastName(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setLastPasswordChange(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLastPingBack(Date) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setLastRunDate(Date) - Method in class com.citrix.sharefile.api.models.SFReport
 
setLastWebAppLogin(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLastWipe(Date) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setLenientSignatures(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setLicenses(Integer) - Method in class com.citrix.sharefile.api.models.SFService
 
setLightViewer(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to use LightViewer client to view the documents
setLink(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setLink(URI) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This implies that the query parameters need to be appended by the buildQuery function before executing the query.
setLink(String) - Method in class com.citrix.sharefile.api.models.SFItemProtocolLink
 
setLink(URI) - Method in class com.citrix.sharefile.api.models.SFSymbolicLink
 
setLinkAndAppendPreviousParameters(URI) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This will append the query paremeters from previuos query to the new link.
setLinkAndAppendPreviousParameters(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This will append the query paremeters from previuos query to the new link.
setLinkExpiration(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setListener(ISFApiResultCallback<T2>) - Method in class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
setListener(ISFApiResultCallback<T>) - Method in class com.citrix.sharefile.api.SFApiResultCallbackEx
 
setLocalAddress(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setLocked(Boolean) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionBool
 
setLocked(Boolean) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionInt
 
setLocked(Boolean) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionString
 
setLockedBy(SFUser) - Method in class com.citrix.sharefile.api.models.SFFile
Indicates the user that has locked the file
setLockedUsers(ArrayList<SFUser>) - Method in class com.citrix.sharefile.api.models.SFDeviceStatus
Locked users
setLockExpires(Date) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setLockId(String) - Method in class com.citrix.sharefile.api.models.SFFileLock
 
setLockInitiator(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setLockInitiatorRole(SFSafeEnum<SFDeviceActionInitiatorRole>) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setLockType(SFSafeEnum<SFLockType>) - Method in class com.citrix.sharefile.api.models.SFFileLock
 
setLogger(ILog) - Static method in class com.citrix.sharefile.api.SFSdk
 
setLoginAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setLoginFailLockoutSecs(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setLoginFailMaxAttempts(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setLoginURL(String) - Method in class com.citrix.sharefile.api.exceptions.SFFormsAuthenticationCookies
 
setLoginUrl(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setLogoURL(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setLogoutUrl(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setLogs(ArrayList<SFDeviceLogEntry>) - Method in class com.citrix.sharefile.api.models.SFDeviceWipeReport
Logs
setLongTimeFormat(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setLtvIndex(Double) - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
setMacro(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to run macros.
setMarketingOptIn(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setMax(Integer) - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
setMaxDownloads(SFOutlookInformationOptionInt) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setMaxDownloads(Integer) - Method in class com.citrix.sharefile.api.models.SFShare
 
setMaxDownloads(Integer) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Maximum number of times each recipient can download the Share items
setMaxFileMB(Integer) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setMaxNotificationSyncWaitCount(Integer) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setMaxPreviewSize(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setMaxVersions(Integer) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setMD5(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setMergeNames(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setMergeValues(ArrayList<Object>) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setMessage(SFODataExceptionMessage) - Method in class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
Exception message
setMessage(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setMessage(String) - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
setMessageType(String) - Method in class com.citrix.sharefile.api.models.SFAccountMessageCode
 
setMetadata(ArrayList<SFMetadata>) - Method in class com.citrix.sharefile.api.models.SFItem
 
setMetadata(ArrayList<SFMetadata>) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setMetadata(ArrayList<SFMetadata>) - Method in class com.citrix.sharefile.api.models.SFZone
 
setMetadataProxyAddress(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setMetadataUrl(String) - Method in class com.citrix.sharefile.api.models.SFODataObject
ODATA Metadata information about the model instance
setMethod(URLConnection, String, String) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
setMethod(String) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setMethod(SFSafeEnum<SFUploadMethod>) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setMethod(SFSafeEnum<SFUploadMethod>) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
The Upload method that must be used for this upload
setMinimumLength(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setMinimumNumeric(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setMinimumSpecialCharacters(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setMobileSecuritySettings(SFMobileSecuritySettings) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setModifiedDate(Date) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setName(SFSafeEnum<SFCapabilityName>) - Method in class com.citrix.sharefile.api.models.SFCapability
 
setName(String) - Method in class com.citrix.sharefile.api.models.SFFolderTemplate
 
setName(String) - Method in class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
setName(String) - Method in class com.citrix.sharefile.api.models.SFIndustry
 
setName(String) - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Name of the Irm Classification
setName(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setName(String) - Method in class com.citrix.sharefile.api.models.SFMetadata
The name of a custom metadata entry
setName(String) - Method in class com.citrix.sharefile.api.models.SFPrincipal
User name
setName(String) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
The Name of this Remote Upload.
setName(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setNextBillingDate(Date) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setNextLink(String) - Method in class com.citrix.sharefile.api.models.SFODataFeed
 
setNoReplyUserEmail(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setNoReplyUserName(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setNotificationConfigurationCount(Integer) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setNotificationInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setNotificationLocale(SFSafeEnum<SFNotificationLocale>) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setNotifications(ArrayList<SFNotification>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setNotificationType(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setNotify(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setNotifyMessage(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Custom notification message, if any If not specified it is inherited AccessControlsBulkParams
setNotifyMessage(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
Custom notification message, if any If an AccessControlParam doesn't specify the property it is inherited from here.
setNotifyMessage(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
Custom notification message, if any.
setNotifyOnDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines the notification preference for download events.
setNotifyOnDownload(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setNotifyOnDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, the sender will receive an email notification when the Share items are downloaded
setNotifyOnDownloadByDefault(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setNotifyOnUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControl
Defines the notification preference for upload events.
setNotifyOnUpload(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setNotifyOnUpload(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setNotifyOnUploadByDefault(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setNotifyOnUse(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setNotifyOnUse(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSettings
 
setNotifyUser(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Defines whether this principal should receieve a notice on the permission grant.
setNotifyUser(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
Defines whether the principal should receieve a notice on the permission grant.
setNotifyUser(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
Defines whether the cloned users should receieve a notice on the permission grant.
setNumberOfProtectionDays(Integer) - Method in class com.citrix.sharefile.api.models.SFIrmClassification
Defines the numner of days after which the user won't be access the documents protected with this classification.
setOAuth2ClientName(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setOAuth2RefreshTokenLifetimeMinutes(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setObjectId(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setObjectType(SFSafeEnum<SFReportObjectType>) - Method in class com.citrix.sharefile.api.models.SFReport
 
setOfflineAccess(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to access the documents offline
setOperation(SFSafeEnum<SFAsyncOperationType>) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation type
setOpid(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setOptionPropagation(ArrayList<SFSafeEnum<SFFolderOption>>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setOutlook(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setOverwrite(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setOwner(SFUser) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setOwner(SFPrincipal) - Method in class com.citrix.sharefile.api.models.SFFileLock
 
setOwner(SFUser) - Method in class com.citrix.sharefile.api.models.SFGroup
 
setOwner(SFUser) - Method in class com.citrix.sharefile.api.models.SFItem
 
setPageNumber(Integer) - Method in class com.citrix.sharefile.api.models.SFQueryPaging
Deprecated, use the Skip property to skip some number of results
setPageSize(Integer) - Method in class com.citrix.sharefile.api.models.SFQueryPaging
Deprecated, use the Count property
setPaging(SFQueryPaging) - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Paging info about the search results
setPaging(SFQueryPaging) - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Paging info about the search results
setParent(SFItem) - Method in class com.citrix.sharefile.api.models.SFItem
 
setParent(SFItem) - Method in class com.citrix.sharefile.api.models.SFShare
 
setParentID(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFQuery
Parent id constraints on search results
setParentID(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setParentID(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Parent id constraint on search results
setParentName(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setParentSemanticPath(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setPartialResults(Boolean) - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Are these only partial results?
setPartialResults(Boolean) - Method in class com.citrix.sharefile.api.models.SFSearchResults
Are these only partial results?
setPassword(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
setPassword(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setPassword(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setPasswordHistoryCount(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPasswordMaxAgeDays(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPasswordNeverExpires(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setPasswordRegEx(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPasswordRegEx(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setPasswordRegExDescription(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPasswordRegExFormula(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPath(String) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setPath(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setPath(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setPhone(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setPingBackInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFZone
 
setPinLockExternalActionGraceIntervalSeconds(Integer) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPinLockInternalActionGraceIntervalSeconds(Integer) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPinLockLockoutIntervalSeconds(Integer) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPinLockMaxAttempts(Integer) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPinLockType(SFSafeEnum<SFPinLockType>) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPlainTextMessage(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setPlanBandMB(Integer) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setPlanFeatures(SFPlanFeatures) - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
setPlanName(String) - Method in class com.citrix.sharefile.api.models.SFAccount
Basic, Professional, Enterprise
setPlanName(String) - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
setPlanStorMB(Integer) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setPlanTrack(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setPlanTrackEnum(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setPlanType(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setPlanValue(Double) - Method in class com.citrix.sharefile.api.models.SFMarketAnalytics
 
setPoisonPillInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setPostMethod(URLConnection) - Static method in class com.citrix.sharefile.api.https.SFHttpsCaller
 
setPowerToolsRate(Double) - Method in class com.citrix.sharefile.api.models.SFAccount
Additional rate for adding PowerTools.
setPreferences(SFAccountPreferences) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setPreferences(SFUserPreferences) - Method in class com.citrix.sharefile.api.models.SFUser
 
setPrepareUri(URI) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
If provided, clients must issue a request to this Uri before uploading any data.
setPrepareXmlInfo(String) - Method in class com.citrix.sharefile.api.models.SFDownloadSpecification
 
setPreviewPlatform(SFSafeEnum<SFPreviewPlatform>) - Method in class com.citrix.sharefile.api.models.SFPreviewPlatformInfo
Indicates the Preview platform
setPreviewPlatformsSupported(ArrayList<SFPreviewPlatformInfo>) - Method in class com.citrix.sharefile.api.models.SFItem
 
setPreviewStatus(SFSafeEnumFlags<SFPreviewStatus>) - Method in class com.citrix.sharefile.api.models.SFItem
 
setPreviewStatus(Integer) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setPrimaryAccessRightParams(SFIrmPrimaryAccessRightParams) - Method in class com.citrix.sharefile.api.models.SFIrmClassification
AccessRight permissions on an IRM Classification
setPrimaryStorageBasePath(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setPrincipal(SFPrincipal) - Method in class com.citrix.sharefile.api.models.SFAccessControl
 
setPrincipal(SFPrincipal) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
setPrincipal(SFPrincipal) - Method in class com.citrix.sharefile.api.models.SFSession
 
setPrincipalId(String) - Method in class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
This user's permissions will be used as the source for all cloned users.
setPrint(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to print the documents
setProductDefaults(SFProductDefaults) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setProductName(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setProgenyEditDate(Date) - Method in class com.citrix.sharefile.api.models.SFItem
 
setProgressData(String) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Allows the client to check progress of standard uploads
setProperties(Map<String, String>) - Method in class com.citrix.sharefile.api.models.SFODataObject
 
setProvider(String) - Method in class com.citrix.sharefile.api.models.SFConnectorGroup
Provider identifier for this group.
setProvider(SFSafeEnum<SFIntegrationProvider>) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setProviderID(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setQuery(SFQuery) - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Information about the query to run
setQuery(SFSimpleQuery) - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Information about the query to run
setRank(Integer) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setRaw(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setReadReceipt(Boolean) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setReAuthHandler(ISFReAuthHandler) - Method in interface com.citrix.sharefile.api.interfaces.ISFApiClient
 
setReAuthHandler(ISFReAuthHandler) - Method in class com.citrix.sharefile.api.SFApiClient
 
setReceiveBouncedEmailNotifications(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setRecipient(String) - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
setRecipientID(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setRecipients(ArrayList<SFShareAlias>) - Method in class com.citrix.sharefile.api.models.SFShare
 
setRecipients(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setRecommendedNotificationSyncInterval(Object) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setRecommendedPollingSyncInterval(Object) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setRecords(ArrayList<SFReportRecord>) - Method in class com.citrix.sharefile.api.models.SFReport
 
setRecordSend(Boolean) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setRecursive(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccessControlParam
Defines whether this ACL change should be applied recursively
setRecycleBinDays(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setRedirection(SFRedirection) - Method in class com.citrix.sharefile.api.models.SFFolder
Redirection endpoint for this Item.
setRedirection(SFRedirection) - Method in class com.citrix.sharefile.api.models.SFItemProtocolLink
 
setRedirection(SFRedirection) - Method in class com.citrix.sharefile.api.models.SFShare
 
setReferenceID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setReferredBy(String) - Method in class com.citrix.sharefile.api.models.SFUser
 
setRememberCustomMessages(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setReplyTo(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setReport(SFReport) - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
setReportType(SFSafeEnum<SFReportType>) - Method in class com.citrix.sharefile.api.models.SFReport
 
setRequestText(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setRequireCompanyNameWithUserInfo(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setRequireLogin(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setRequireLogin(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setRequireLogin(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, recipients will need to login to access the Share
setRequireLoginByDefault(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setRequireLoginByDefault(Boolean) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setRequireLoginOnDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setRequireLoginOnDownload(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setRequireSubdomain(Boolean) - Method in class com.citrix.sharefile.api.models.SFRequireSubdomainResult
 
setRequireUserInfo(Boolean) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
setRequireUserInfo(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setRequireUserInfo(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, a recipient will need to provide their full name and email to access the Share.
setRequireWebPop(Boolean) - Method in class com.citrix.sharefile.api.models.SFRequireWebPopResult
 
setRestrictModifiedDevices(Boolean) - Method in class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
setResults(ArrayList<SFSearchResult>) - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Collection of search result hits
setResults(ArrayList<SFSearchResult>) - Method in class com.citrix.sharefile.api.models.SFSearchResults
Collection of search result hits
setResumeFileHash(String) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the MD5 hash of the first ResumeOffset bytes of the partial file found at the server
setResumeIndex(Long) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the initial index for resuming, if IsResume is true.
setResumeOffset(Long) - Method in class com.citrix.sharefile.api.models.SFUploadSpecification
Specifies the initial file offset by bytes, if IsResume is true
setRetentionPolicySysAdminOnly(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setRightSignature(SFService) - Method in class com.citrix.sharefile.api.models.SFServicesCollection
RightSignature account service
setRoles(ArrayList<SFSafeEnum<SFUserRole>>) - Method in class com.citrix.sharefile.api.models.SFUser
 
setRoot(String) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setRootFolderCount(Long) - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
setRootItem(SFItem) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setRootItemId(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setSaveFolder(SFItem) - Method in class com.citrix.sharefile.api.models.SFReport
 
setSaveFolderId(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setSaveFormat(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setSaveToFolder(Boolean) - Method in class com.citrix.sharefile.api.models.SFReport
 
setScore(Double) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setScreenCapture(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to use native screen capture tools.
setSearchQuery(String) - Method in class com.citrix.sharefile.api.models.SFQuery
Search term to search for
setSearchQuery(String) - Method in class com.citrix.sharefile.api.models.SFSimpleQuery
Search term to search for
setSecret(String) - Method in class com.citrix.sharefile.api.models.SFZone
 
setSecurity(SFUserSecurity) - Method in class com.citrix.sharefile.api.models.SFUser
 
setSecurityQuestion(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setSecurityQuestionAnswer(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setSelectRecipient(Boolean) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
When it's true, visitors of this Remote Upload can select a recipient from a list.
setSendAnon(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
If true, anyone with the link can access the Share.
setSenderID(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setSendFrequency(Integer) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSendGuid(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setSendInterval(Integer) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSendMethod(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSendText(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setSendTool(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSentMessageTitle(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setServices(SFServicesCollection) - Method in class com.citrix.sharefile.api.models.SFAccount
The add-on services available to the account
setServices(SFSafeEnumFlags<SFZoneService>) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setSessionCheck(Boolean) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setSessionUri(URI) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setSettings(SFShareSettings) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSFEntityID(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setShare(SFShare) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setShareAccessRight(SFShareAccessRight) - Method in class com.citrix.sharefile.api.models.SFShare
 
setShareAccessRight(SFShareAccessRight) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
Used to define the share type and share action types
setShareConnect(SFService) - Method in class com.citrix.sharefile.api.models.SFServicesCollection
ShareConnect account service
setShareFileLegal(SFService) - Method in class com.citrix.sharefile.api.models.SFServicesCollection
ShareFile Legal account service
setShareId(String) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setShareIDMaxExpirationDays(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setShareItemHistory(ArrayList<SFShareItemHistory>) - Method in class com.citrix.sharefile.api.models.SFShare
 
setShareSubType(SFSafeEnum<SFShareSubType>) - Method in class com.citrix.sharefile.api.models.SFShare
 
setShareType(SFSafeEnum<SFShareType>) - Method in class com.citrix.sharefile.api.models.SFShare
 
setShowDownloadLinkInUploadNotification(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setShowFolderAccessList(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setShowFolderPayBuyButton(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setShowMobileTools(Boolean) - Method in class com.citrix.sharefile.api.models.SFPowerTools
 
setShowPasswordInEmail(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setShowTermsCheckbox(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setShowTutorial(SFSafeEnum<SFTypeOfTour>) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setShowUserListToClients(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setSignature(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setSignedItemID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setSimpleMAPI(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setSize(Long) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setSkip(Integer) - Method in class com.citrix.sharefile.api.models.SFQueryPaging
How many results to skip before returning "Count" number results.
setSort(SFQuerySorting) - Method in class com.citrix.sharefile.api.models.SFSearchQuery
How the search results should be sorted
setSort(SFQuerySorting) - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
How the search results should be sorted
setSortBy(String) - Method in class com.citrix.sharefile.api.models.SFQuerySorting
What property to sort the search results by.
setSortDirection(SFSafeEnum<SFSortDirection>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setSortField(SFSafeEnum<SFSortField>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setSortOrder(Integer) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setSource(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setSource(SFItem) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Source Item for the operation.
setSpamEmailThreshold(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setSPInitatedAuthContext(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setSPInitatedAuthMethod(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setSSO(SFSSOAccountProvider) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setSSOProvidersToAccountsID(String) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setStartDate(Date) - Method in class com.citrix.sharefile.api.models.SFReport
The Start Date of the range the ReportRecord will be run against
setStartDate(Date) - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Start Date of the range the ReportRecord will be run against
setStartOver(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setStartRunTime(Date) - Method in class com.citrix.sharefile.api.models.SFReportRecord
The Time this ReportRecord began processing
setState(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setState(SFSafeEnum<SFAsyncOperationState>) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Operation state.
setState(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setState(Integer) - Method in class com.citrix.sharefile.api.models.SFItem
 
setStatus(SFSafeEnum<SFESignatureDocumentStatus>) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setStatus(SFSafeEnum<SFDlpStatus>) - Method in class com.citrix.sharefile.api.models.SFItemDlpInfo
File scan status
setStatus(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setStatus(SFSafeEnum<SFReportRunStatus>) - Method in class com.citrix.sharefile.api.models.SFReportRecord
 
setStorageCenters(ArrayList<SFStorageCenter>) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
List of Storage Centers in this Zone that contain this Connector
setStorageCenters(ArrayList<SFStorageCenter>) - Method in class com.citrix.sharefile.api.models.SFZone
 
setStorageCenterUrl(String) - Method in class com.citrix.sharefile.api.models.SFUserInfo
 
setStorageQuotaLimitGB(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setStorageQuotaPercent(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountUser
 
setStorageQuotaPerUser(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setStreamID(String) - Method in class com.citrix.sharefile.api.models.SFItem
 
setStreamID(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setStringResponse(String) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
setSubdomain(String) - Method in class com.citrix.sharefile.api.models.SFAccount
Primary (first) subdomain
setSubdomain(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
setSubdomains(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFAccount
All subdomains assigned to account
setSubject(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setSubject(String) - Method in class com.citrix.sharefile.api.models.SFShareRequestParams
 
setSubject(String) - Method in class com.citrix.sharefile.api.models.SFShareResendParams
 
setSubject(String) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
The subject of the Share email
setSubscriptionId(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
setSuccess(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Success
setSuccessEntities(ArrayList<SFAccessControl>) - Method in class com.citrix.sharefile.api.models.SFAccessControlBulkResult
A list of entities processed successfully
setSupportUserEmail(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setSupportUserName(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setSupportUserNotificationEmail(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setSync(Boolean) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setSyncConcurrentTransferThreadsLimit(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setSystemName(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setSystemName(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setSystemType(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setSystemType(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setSystemType(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setTag(Object) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
This will allow the consumer apps to preserve identification information related to queries.
setTarget(SFItem) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Target Item for the operation.
setTechnicalContact(SFUser) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setTechnicalContactId(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setTempPassword(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setTenantsToZones(Map<String, SFZoneUsageBreakdown>) - Method in class com.citrix.sharefile.api.models.SFTenantZoneUsageReport
 
setTermsCheckboxStrictness(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setTermsCheckboxText(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setThreadCount(Integer) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setTimedOut(Boolean) - Method in class com.citrix.sharefile.api.models.SFAdvancedSearchResults
Did the search query timeout?
setTimedOut(Boolean) - Method in class com.citrix.sharefile.api.models.SFSearchResults
Did the search query timeout?
setTimeFormat(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setTimeFormat(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setTimeoutInSeconds(Integer) - Method in class com.citrix.sharefile.api.models.SFSearchQuery
Timeout for the search request in seconds
setTimeoutInSeconds(Integer) - Method in class com.citrix.sharefile.api.models.SFSimpleSearchQuery
Timeout for the search request in seconds
setTimestamp(Long) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setTimeZone(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setTimeZoneOffset(Integer) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setTimeZoneOffsetMins(Integer) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setTitle(String) - Method in class com.citrix.sharefile.api.models.SFReport
 
setTitle(String) - Method in class com.citrix.sharefile.api.models.SFShare
 
setTitle(String) - Method in class com.citrix.sharefile.api.models.SFShareItemHistory
 
setTitle(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setTo(String) - Method in class com.citrix.sharefile.api.models.SFNotification
 
setToken(String) - Method in class com.citrix.sharefile.api.exceptions.SFFormsAuthenticationCookies
 
setTokenUri(URI) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setTool(SFSafeEnum<SFSFTool>) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setTool(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setTool(String) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setToolInformation(ArrayList<SFToolInformation>) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setToolName(String) - Method in class com.citrix.sharefile.api.models.SFToolInformation
 
setToolRaw(String) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setToolVersion(String) - Method in class com.citrix.sharefile.api.models.SFDevice
 
setTopLevelDomain(String) - Method in class com.citrix.sharefile.api.models.SFProductDefaults
 
setTotalDownloads(Integer) - Method in class com.citrix.sharefile.api.models.SFShare
 
setTotalFileSizeBytes(Long) - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
setTotalSharedFiles(Integer) - Method in class com.citrix.sharefile.api.models.SFUser
 
setTrackUntilDate(Date) - Method in class com.citrix.sharefile.api.models.SFShare
 
setTreeMode(SFSafeEnum<SFTreeMode>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setTreeModeOperationAllowed(Boolean) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setTreeModeSourceId(String) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setTrustedDomains(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setUnreadRequestUnarchived(Integer) - Method in class com.citrix.sharefile.api.models.SFInboxMetadata
 
setUnreadSendUnarchived(Integer) - Method in class com.citrix.sharefile.api.models.SFInboxMetadata
 
setUnzip(Boolean) - Method in class com.citrix.sharefile.api.models.SFUploadRequestParams
 
setUpdateDate(Date) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
Last time the operation state was modified
setUploadInfoLevel(SFOutlookInformationOptionString) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setUri(URI) - Method in class com.citrix.sharefile.api.models.SFLink
Universal Reference Identifier for this Link object
setUri(URI) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setUri(String) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Uri to access the Remote Upload through the Web portal
setUri(URI) - Method in class com.citrix.sharefile.api.models.SFShare
 
setUri(URI) - Method in class com.citrix.sharefile.api.models.SFShareAlias
Uri to access the share through the Web portal
seturl(URI) - Method in class com.citrix.sharefile.api.models.SFODataObject
 
setUrl(String) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setUseAdvancedCustomBranding(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setUseAlternateSMTP(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setUseBanner(SFOutlookInformationOptionBool) - Method in class com.citrix.sharefile.api.models.SFOutlookInformation
 
setUsed(Integer) - Method in class com.citrix.sharefile.api.models.SFDiskSpace
 
setUsedStorBytes(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setUsedStorMB(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setUsedStorUtcTicks(String) - Method in class com.citrix.sharefile.api.models.SFPlanFeatures
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFAsyncOperation
User that initiated the operation
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFContact
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFFavoriteFolder
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFGenericConfig
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFShare
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFShareAlias
 
setUser(SFUser) - Method in class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
setUserID(String) - Method in class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
setUserID(String) - Method in class com.citrix.sharefile.api.models.SFESignature
 
setUserID(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
setUserId(String) - Method in class com.citrix.sharefile.api.SFApiClient
The SDK itself does not use the userid.
setUserIds(ArrayList<String>) - Method in class com.citrix.sharefile.api.models.SFNotifyUsersParams
 
setUserIPRestrictions(String) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setUserMax(Integer) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setUserMessageCode(String) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setUsername(String) - Method in class com.citrix.sharefile.api.models.SFPrincipal
Username for the account - the value used for login.
setUsernameShort(String) - Method in class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
setUsernameShort(String) - Method in class com.citrix.sharefile.api.models.SFUserSecurity
 
setUserNotificationLocale(SFSafeEnum<SFNotificationLocale>) - Method in class com.citrix.sharefile.api.models.SFUserPreferences
 
setUsers(ArrayList<SFContact>) - Method in class com.citrix.sharefile.api.models.SFRemoteUpload
Users who can have access to this Remote Upload.
setUsersToWipe(ArrayList<SFDeviceUserWipe>) - Method in class com.citrix.sharefile.api.models.SFDeviceStatus
Users to wipe
setUserUsage(SFUserUsage) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setUsesStreamIDs(Boolean) - Method in class com.citrix.sharefile.api.models.SFShare
 
setUsesStreamIDs(Boolean) - Method in class com.citrix.sharefile.api.models.SFShareSendParams
When enabled the items are identified by stream IDs instead of item IDs.
setUseStrictEmployeeDefinition(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setUseWebAuthentication(Boolean) - Method in class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
setUseWebPopAsWebAppLogin(Boolean) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setUTCOffset(String) - Method in class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
setUXMode(SFSafeEnum<SFUXMode>) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setValue(String, T) - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
setValue(String) - Method in class com.citrix.sharefile.api.models.SFMetadata
The value of a custom metadata entry
setValue(Boolean) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionBool
 
setValue(Integer) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionInt
 
setValue(String) - Method in class com.citrix.sharefile.api.models.SFOutlookInformationOptionString
 
setValue(String) - Method in class com.citrix.sharefile.api.models.SFSSOInfoEntry
 
setVDRDocViewerURL(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFCapability
 
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
setVersion(Float) - Method in class com.citrix.sharefile.api.models.SFFile
File version.
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFSession
 
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFToolInformation
 
setVersion(String) - Method in class com.citrix.sharefile.api.models.SFZone
 
setVersioning(SFSafeEnum<SFVersioning>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setView(Boolean) - Method in class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
Allows user to view the documents
setViewOnlyWatermarkText(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setViewOnlyWatermarkText(String) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setVirtualRoot(SFFolder) - Method in class com.citrix.sharefile.api.models.SFUser
 
setVirusStatus(SFSafeEnum<SFFileVirusStatus>) - Method in class com.citrix.sharefile.api.models.SFFile
Current Anti-Virus scanning status for this file
setVirusStatus(Integer) - Method in class com.citrix.sharefile.api.models.SFSearchResult
 
setVirusStrictness(Integer) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setWatermarkedDownloads(SFSafeEnum<SFWatermarkedDownloads>) - Method in class com.citrix.sharefile.api.models.SFItemInfo
 
setWebDAVServerName(String) - Method in class com.citrix.sharefile.api.models.SFAccountPreferences
 
setWipe(Boolean) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setWipeInitiator(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setWipeInitiatorRole(SFSafeEnum<SFDeviceActionInitiatorRole>) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setWipeResults(ArrayList<SFDeviceUserWipe>) - Method in class com.citrix.sharefile.api.models.SFDeviceWipeReport
Wipe results
setWipeToken(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUser
 
setWipeToken(String) - Method in class com.citrix.sharefile.api.models.SFDeviceUserWipe
Wipe token
setZip(String) - Method in class com.citrix.sharefile.api.models.SFAccount
 
setZip(String) - Method in class com.citrix.sharefile.api.models.SFBillingInfo
 
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFConnectorGroupZone
Zone that contains this connector class
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFItem
 
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFRedirection
 
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFShare
 
setZone(SFZone) - Method in class com.citrix.sharefile.api.models.SFStorageCenter
 
setZones(ArrayList<SFConnectorGroupZone>) - Method in class com.citrix.sharefile.api.models.SFConnectorGroup
Zones that contain this Connector type
setZoneService(SFSafeEnumFlags<SFZoneService>) - Method in class com.citrix.sharefile.api.models.SFFolder
 
setZoneServices(SFSafeEnumFlags<SFZoneService>) - Method in class com.citrix.sharefile.api.models.SFZone
 
setZonesToUsage(Map<String, SFAccountZoneUsage>) - Method in class com.citrix.sharefile.api.models.SFZoneUsageBreakdown
 
setZoneType(SFSafeEnum<SFZoneType>) - Method in class com.citrix.sharefile.api.models.SFZone
 
SF_OAUTH_TOKEN_PATH - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
SFAccessControl - Class in com.citrix.sharefile.api.models
 
SFAccessControl() - Constructor for class com.citrix.sharefile.api.models.SFAccessControl
 
SFAccessControlBulkResult - Class in com.citrix.sharefile.api.models
 
SFAccessControlBulkResult() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlBulkResult
 
SFAccessControlDomains - Class in com.citrix.sharefile.api.models
 
SFAccessControlDomains() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlDomains
 
SFAccessControlFailedEntry - Class in com.citrix.sharefile.api.models
 
SFAccessControlFailedEntry() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlFailedEntry
 
SFAccessControlFilter - Enum in com.citrix.sharefile.api.models
 
SFAccessControlParam - Class in com.citrix.sharefile.api.models
 
SFAccessControlParam() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlParam
 
SFAccessControlsBulkParams - Class in com.citrix.sharefile.api.models
 
SFAccessControlsBulkParams() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlsBulkParams
 
SFAccessControlsCloneParams - Class in com.citrix.sharefile.api.models
 
SFAccessControlsCloneParams() - Constructor for class com.citrix.sharefile.api.models.SFAccessControlsCloneParams
 
SFAccessControlsEntity - Class in com.citrix.sharefile.api.entities
 
SFAccessControlsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFAccessControlsEntity
 
SFAccount - Class in com.citrix.sharefile.api.models
 
SFAccount() - Constructor for class com.citrix.sharefile.api.models.SFAccount
 
SFAccountMessageCode - Class in com.citrix.sharefile.api.models
 
SFAccountMessageCode() - Constructor for class com.citrix.sharefile.api.models.SFAccountMessageCode
 
SFAccountPreferences - Class in com.citrix.sharefile.api.models
 
SFAccountPreferences() - Constructor for class com.citrix.sharefile.api.models.SFAccountPreferences
 
SFAccountsEntity - Class in com.citrix.sharefile.api.entities
 
SFAccountsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFAccountsEntity
 
SFAccountSubType - Enum in com.citrix.sharefile.api.models
 
SFAccountUser - Class in com.citrix.sharefile.api.models
 
SFAccountUser() - Constructor for class com.citrix.sharefile.api.models.SFAccountUser
 
SFAccountZoneUsage - Class in com.citrix.sharefile.api.models
 
SFAccountZoneUsage() - Constructor for class com.citrix.sharefile.api.models.SFAccountZoneUsage
 
SFAdvancedSearchResults - Class in com.citrix.sharefile.api.models
 
SFAdvancedSearchResults() - Constructor for class com.citrix.sharefile.api.models.SFAdvancedSearchResults
 
SFApiClient - Class in com.citrix.sharefile.api
 
SFApiClient(SFOAuth2Token) - Constructor for class com.citrix.sharefile.api.SFApiClient
 
SFApiClient(SFOAuth2Token, String, String, String, IOAuthTokenChangeHandler, ISFReAuthHandler) - Constructor for class com.citrix.sharefile.api.SFApiClient
 
SFApiQuery<T extends SFODataObject> - Class in com.citrix.sharefile.api
 
SFApiQuery(ISFApiClient) - Constructor for class com.citrix.sharefile.api.SFApiQuery
 
SFApiResultCallbackEx<T> - Class in com.citrix.sharefile.api
Helper class for the app to implement internal listeners
SFApiResultCallbackEx(ISFApiResultCallback<T>) - Constructor for class com.citrix.sharefile.api.SFApiResultCallbackEx
 
SFApiResultCallbackEx() - Constructor for class com.citrix.sharefile.api.SFApiResultCallbackEx
 
SFAsyncHelper<T> - Class in com.citrix.sharefile.api.async
 
SFAsyncHelper(ISFApiClient, ISFQuery, ISFApiResultCallback) - Constructor for class com.citrix.sharefile.api.async.SFAsyncHelper
 
SFAsyncOperation - Class in com.citrix.sharefile.api.models
 
SFAsyncOperation() - Constructor for class com.citrix.sharefile.api.models.SFAsyncOperation
 
SFAsyncOperationsEntity - Class in com.citrix.sharefile.api.entities
 
SFAsyncOperationsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
 
SFAsyncOperationState - Enum in com.citrix.sharefile.api.models
 
SFAsyncOperationType - Enum in com.citrix.sharefile.api.models
 
SFAsyncTaskFactory - Class in com.citrix.sharefile.api.async
 
SFAsyncTaskFactory() - Constructor for class com.citrix.sharefile.api.async.SFAsyncTaskFactory
 
SFAuthUtils - Class in com.citrix.sharefile.api.authentication
 
SFAuthUtils() - Constructor for class com.citrix.sharefile.api.authentication.SFAuthUtils
 
SFBillingInfo - Class in com.citrix.sharefile.api.models
 
SFBillingInfo() - Constructor for class com.citrix.sharefile.api.models.SFBillingInfo
 
SFCanceledException - Exception in com.citrix.sharefile.api.exceptions
 
SFCanceledException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFCanceledException
 
SFCapabilitiesEntity - Class in com.citrix.sharefile.api.entities
 
SFCapabilitiesEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFCapabilitiesEntity
 
SFCapabilitiesEntityEx - Class in com.citrix.sharefile.api.extensions
 
SFCapabilitiesEntityEx(ISFApiClient) - Constructor for class com.citrix.sharefile.api.extensions.SFCapabilitiesEntityEx
 
SFCapability - Class in com.citrix.sharefile.api.models
 
SFCapability() - Constructor for class com.citrix.sharefile.api.models.SFCapability
 
SFCapabilityName - Enum in com.citrix.sharefile.api.models
 
SFCapabilityService - Class in com.citrix.sharefile.api
Created by Wes on 12/16/15.
SFCapabilityService() - Constructor for class com.citrix.sharefile.api.SFCapabilityService
 
SFClientCapability - Enum in com.citrix.sharefile.api.models
 
SFConfiguration - Class in com.citrix.sharefile.api
Allows applications to specify specific configuaration settings and https headers to be added before the SDK makes urlconnection to the server.
SFConfiguration() - Constructor for class com.citrix.sharefile.api.SFConfiguration
 
SFConnectionException - Exception in com.citrix.sharefile.api.exceptions
 
SFConnectionException(Throwable) - Constructor for exception com.citrix.sharefile.api.exceptions.SFConnectionException
 
SFConnectionManager - Class in com.citrix.sharefile.api
 
SFConnectionManager() - Constructor for class com.citrix.sharefile.api.SFConnectionManager
 
SFConnectorGroup - Class in com.citrix.sharefile.api.models
 
SFConnectorGroup() - Constructor for class com.citrix.sharefile.api.models.SFConnectorGroup
 
SFConnectorGroupAccessControl - Class in com.citrix.sharefile.api.models
 
SFConnectorGroupAccessControl() - Constructor for class com.citrix.sharefile.api.models.SFConnectorGroupAccessControl
 
SFConnectorGroupKind - Enum in com.citrix.sharefile.api.models
 
SFConnectorGroupsEntity - Class in com.citrix.sharefile.api.entities
 
SFConnectorGroupsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
 
SFConnectorGroupZone - Class in com.citrix.sharefile.api.models
 
SFConnectorGroupZone() - Constructor for class com.citrix.sharefile.api.models.SFConnectorGroupZone
 
SFContact - Class in com.citrix.sharefile.api.models
 
SFContact() - Constructor for class com.citrix.sharefile.api.models.SFContact
 
SFCookieManager - Class in com.citrix.sharefile.api.https
 
SFCookieManager() - Constructor for class com.citrix.sharefile.api.https.SFCookieManager
 
SFCookieManager.Cookie - Class in com.citrix.sharefile.api.https
 
SFCookieManager.Cookie(String) - Constructor for class com.citrix.sharefile.api.https.SFCookieManager.Cookie
 
SFCredential - Class in com.citrix.sharefile.api
 
SFCredential(String, String) - Constructor for class com.citrix.sharefile.api.SFCredential
 
SFCustomSafeEnumFlagsParser - Class in com.citrix.sharefile.api.gson.auto
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object and the routes the parsing back to the correct default gson parser.
SFCustomSafeEnumFlagsParser() - Constructor for class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumFlagsParser
 
SFCustomSafeEnumParser - Class in com.citrix.sharefile.api.gson.auto
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object and the routes the parsing back to the correct default gson parser.
SFCustomSafeEnumParser() - Constructor for class com.citrix.sharefile.api.gson.auto.SFCustomSafeEnumParser
 
SFDateFormat - Class in com.citrix.sharefile.api.utils
 
SFDateFormat(SimpleDateFormat, String) - Constructor for class com.citrix.sharefile.api.utils.SFDateFormat
 
SFDefaultGsonParser - Class in com.citrix.sharefile.api.gson.auto
This class goes for the default gson parsing for most common objects.
SFDevice - Class in com.citrix.sharefile.api.models
 
SFDevice() - Constructor for class com.citrix.sharefile.api.models.SFDevice
 
SFDeviceActionInitiatorRole - Enum in com.citrix.sharefile.api.models
 
SFDeviceLogEntry - Class in com.citrix.sharefile.api.models
 
SFDeviceLogEntry() - Constructor for class com.citrix.sharefile.api.models.SFDeviceLogEntry
 
SFDeviceLogEntryAction - Enum in com.citrix.sharefile.api.models
 
SFDeviceStatus - Class in com.citrix.sharefile.api.models
 
SFDeviceStatus() - Constructor for class com.citrix.sharefile.api.models.SFDeviceStatus
 
SFDeviceUser - Class in com.citrix.sharefile.api.models
 
SFDeviceUser() - Constructor for class com.citrix.sharefile.api.models.SFDeviceUser
 
SFDeviceUserWipe - Class in com.citrix.sharefile.api.models
 
SFDeviceUserWipe() - Constructor for class com.citrix.sharefile.api.models.SFDeviceUserWipe
 
SFDeviceWipeReport - Class in com.citrix.sharefile.api.models
 
SFDeviceWipeReport() - Constructor for class com.citrix.sharefile.api.models.SFDeviceWipeReport
 
SFDiskSpace - Class in com.citrix.sharefile.api.models
 
SFDiskSpace() - Constructor for class com.citrix.sharefile.api.models.SFDiskSpace
 
SFDlpStatus - Enum in com.citrix.sharefile.api.models
 
SFDocumentViewerPrinting - Enum in com.citrix.sharefile.api.models
 
SFDownloadRunnable - Class in com.citrix.sharefile.api.https
 
SFDownloadRunnable(String, int, OutputStream, SFApiClient, TransferRunnable.IProgress, SFCookieManager, String, String) - Constructor for class com.citrix.sharefile.api.https.SFDownloadRunnable
 
SFDownloadSpecification - Class in com.citrix.sharefile.api.models
 
SFDownloadSpecification() - Constructor for class com.citrix.sharefile.api.models.SFDownloadSpecification
 
SFEditingPlatform - Enum in com.citrix.sharefile.api.models
 
SFEditingPlatformInfo - Class in com.citrix.sharefile.api.models
 
SFEditingPlatformInfo() - Constructor for class com.citrix.sharefile.api.models.SFEditingPlatformInfo
 
SFEnsDeviceEventType - Enum in com.citrix.sharefile.api.models
 
SFEnsEventType - Enum in com.citrix.sharefile.api.models
 
SFEnsSubscriberConfiguration - Class in com.citrix.sharefile.api.models
 
SFEnsSubscriberConfiguration() - Constructor for class com.citrix.sharefile.api.models.SFEnsSubscriberConfiguration
 
SFEnsSubscriptionRequest - Class in com.citrix.sharefile.api.models
 
SFEnsSubscriptionRequest() - Constructor for class com.citrix.sharefile.api.models.SFEnsSubscriptionRequest
 
SFEnsSubscriptionToken - Class in com.citrix.sharefile.api.models
 
SFEnsSubscriptionToken() - Constructor for class com.citrix.sharefile.api.models.SFEnsSubscriptionToken
 
SFEntitiesBase - Class in com.citrix.sharefile.api.entities
 
SFEntitiesBase(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFEntitiesBase
 
SFEntitiesBase() - Constructor for class com.citrix.sharefile.api.entities.SFEntitiesBase
 
SFEntityTypeMap - Class in com.citrix.sharefile.api.models
 
SFEntityTypeMap() - Constructor for class com.citrix.sharefile.api.models.SFEntityTypeMap
 
SFESignature - Class in com.citrix.sharefile.api.models
 
SFESignature() - Constructor for class com.citrix.sharefile.api.models.SFESignature
 
SFESignatureDocumentStatus - Enum in com.citrix.sharefile.api.models
 
SFExceptionReason - Enum in com.citrix.sharefile.api.models
 
SFFavoriteFolder - Class in com.citrix.sharefile.api.models
 
SFFavoriteFolder() - Constructor for class com.citrix.sharefile.api.models.SFFavoriteFolder
 
SFFavoriteFoldersEntity - Class in com.citrix.sharefile.api.entities
 
SFFavoriteFoldersEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFFavoriteFoldersEntity
 
SFFile - Class in com.citrix.sharefile.api.models
 
SFFile() - Constructor for class com.citrix.sharefile.api.models.SFFile
 
SFFileLock - Class in com.citrix.sharefile.api.models
 
SFFileLock() - Constructor for class com.citrix.sharefile.api.models.SFFileLock
 
SFFileVirusStatus - Enum in com.citrix.sharefile.api.models
 
SFFilterParam - Class in com.citrix.sharefile.api
 
SFFilterParam() - Constructor for class com.citrix.sharefile.api.SFFilterParam
 
SFFindSubdomainParams - Class in com.citrix.sharefile.api.models
 
SFFindSubdomainParams() - Constructor for class com.citrix.sharefile.api.models.SFFindSubdomainParams
 
SFFindSubdomainResult - Class in com.citrix.sharefile.api.models
 
SFFindSubdomainResult() - Constructor for class com.citrix.sharefile.api.models.SFFindSubdomainResult
 
SFFolder - Class in com.citrix.sharefile.api.models
 
SFFolder() - Constructor for class com.citrix.sharefile.api.models.SFFolder
 
SFFolderID - Class in com.citrix.sharefile.api.constants
Special folder IDs related to sharefile.
SFFolderID() - Constructor for class com.citrix.sharefile.api.constants.SFFolderID
 
SFFolderOption - Enum in com.citrix.sharefile.api.models
 
SFFolderTemplate - Class in com.citrix.sharefile.api.models
 
SFFolderTemplate() - Constructor for class com.citrix.sharefile.api.models.SFFolderTemplate
 
SFFolderTemplateItem - Class in com.citrix.sharefile.api.models
 
SFFolderTemplateItem() - Constructor for class com.citrix.sharefile.api.models.SFFolderTemplateItem
 
SFFolderTemplatesEntity - Class in com.citrix.sharefile.api.entities
 
SFFolderTemplatesEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
 
SFFormsAuthenticationCookies - Class in com.citrix.sharefile.api.exceptions
Created by sai on 2/22/16.
SFFormsAuthenticationCookies() - Constructor for class com.citrix.sharefile.api.exceptions.SFFormsAuthenticationCookies
 
SFGenericConfig - Class in com.citrix.sharefile.api.models
 
SFGenericConfig() - Constructor for class com.citrix.sharefile.api.models.SFGenericConfig
 
SFGroup - Class in com.citrix.sharefile.api.models
 
SFGroup() - Constructor for class com.citrix.sharefile.api.models.SFGroup
 
SFGroupsEntity - Class in com.citrix.sharefile.api.entities
 
SFGroupsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFGroupsEntity
 
SFGsonHelper - Class in com.citrix.sharefile.api.gson
This class contains helper get*() functions to get primitives out of gson objects whenever we need manual parsing sometimes.
SFGsonHelper() - Constructor for class com.citrix.sharefile.api.gson.SFGsonHelper
 
SFGsonRouter - Class in com.citrix.sharefile.api.gson.auto
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object and the routes the parsing back to the correct default gson parser.
SFGsonRouter() - Constructor for class com.citrix.sharefile.api.gson.auto.SFGsonRouter
 
SFHttpMethod - Enum in com.citrix.sharefile.api.enumerations
 
SFHttpsCaller - Class in com.citrix.sharefile.api.https
 
SFHttpsCaller() - Constructor for class com.citrix.sharefile.api.https.SFHttpsCaller
 
SFInboxMetadata - Class in com.citrix.sharefile.api.models
 
SFInboxMetadata() - Constructor for class com.citrix.sharefile.api.models.SFInboxMetadata
 
SFIndustry - Class in com.citrix.sharefile.api.models
 
SFIndustry() - Constructor for class com.citrix.sharefile.api.models.SFIndustry
 
SFIntegrationProvider - Enum in com.citrix.sharefile.api.models
 
SFInvalidStateException - Exception in com.citrix.sharefile.api.exceptions
 
SFInvalidStateException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFInvalidStateException
 
SFInvalidStateException(Exception) - Constructor for exception com.citrix.sharefile.api.exceptions.SFInvalidStateException
 
SFInvalidTypeException - Exception in com.citrix.sharefile.api.exceptions
 
SFInvalidTypeException(Exception) - Constructor for exception com.citrix.sharefile.api.exceptions.SFInvalidTypeException
 
SFInvalidTypeException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFInvalidTypeException
 
SFIrmClassification - Class in com.citrix.sharefile.api.models
 
SFIrmClassification() - Constructor for class com.citrix.sharefile.api.models.SFIrmClassification
 
SFIrmPrimaryAccessRightParams - Class in com.citrix.sharefile.api.models
 
SFIrmPrimaryAccessRightParams() - Constructor for class com.citrix.sharefile.api.models.SFIrmPrimaryAccessRightParams
 
SFItem - Class in com.citrix.sharefile.api.models
 
SFItem() - Constructor for class com.citrix.sharefile.api.models.SFItem
 
SFItemAction - Enum in com.citrix.sharefile.api.models
 
SFItemDlpInfo - Class in com.citrix.sharefile.api.models
 
SFItemDlpInfo() - Constructor for class com.citrix.sharefile.api.models.SFItemDlpInfo
 
SFItemInfo - Class in com.citrix.sharefile.api.models
 
SFItemInfo() - Constructor for class com.citrix.sharefile.api.models.SFItemInfo
 
SFItemOrderingMode - Enum in com.citrix.sharefile.api.models
 
SFItemProtocolLink - Class in com.citrix.sharefile.api.models
 
SFItemProtocolLink() - Constructor for class com.citrix.sharefile.api.models.SFItemProtocolLink
 
SFItemsEntity - Class in com.citrix.sharefile.api.entities
 
SFItemsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFItemsEntity
 
SFJsonException - Exception in com.citrix.sharefile.api.exceptions
 
SFJsonException(Exception) - Constructor for exception com.citrix.sharefile.api.exceptions.SFJsonException
 
SFKeywords - Class in com.citrix.sharefile.api.constants
 
SFKeywords() - Constructor for class com.citrix.sharefile.api.constants.SFKeywords
 
SFLink - Class in com.citrix.sharefile.api.models
 
SFLink() - Constructor for class com.citrix.sharefile.api.models.SFLink
 
SFLockType - Enum in com.citrix.sharefile.api.models
 
SFMarketAnalytics - Class in com.citrix.sharefile.api.models
 
SFMarketAnalytics() - Constructor for class com.citrix.sharefile.api.models.SFMarketAnalytics
 
SFMetadata - Class in com.citrix.sharefile.api.models
 
SFMetadata() - Constructor for class com.citrix.sharefile.api.models.SFMetadata
 
SFMetadataEntity - Class in com.citrix.sharefile.api.entities
 
SFMetadataEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFMetadataEntity
 
SFMobileSecuritySettings - Class in com.citrix.sharefile.api.models
 
SFMobileSecuritySettings() - Constructor for class com.citrix.sharefile.api.models.SFMobileSecuritySettings
 
SFNotAuthorizedException - Exception in com.citrix.sharefile.api.exceptions
 
SFNotAuthorizedException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
SFNotAuthorizedException(Exception) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
SFNotAuthorizedException(String, SFReAuthContext) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
SFNotAuthorizedException(Exception, SFReAuthContext) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
SFNotAuthorizedException(String, SFFormsAuthenticationCookies, SFReAuthContext) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotAuthorizedException
 
SFNote - Class in com.citrix.sharefile.api.models
 
SFNote() - Constructor for class com.citrix.sharefile.api.models.SFNote
 
SFNotFoundException - Exception in com.citrix.sharefile.api.exceptions
 
SFNotFoundException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFNotFoundException
 
SFNotification - Class in com.citrix.sharefile.api.models
 
SFNotification() - Constructor for class com.citrix.sharefile.api.models.SFNotification
 
SFNotificationLocale - Enum in com.citrix.sharefile.api.models
 
SFNotifyUsersParams - Class in com.citrix.sharefile.api.models
 
SFNotifyUsersParams() - Constructor for class com.citrix.sharefile.api.models.SFNotifyUsersParams
 
SFOAuth2Token - Class in com.citrix.sharefile.api.authentication
Immutable SFOAuth2Token
SFOAuth2Token(JsonObject) - Constructor for class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
SFOAuth2Token(String) - Constructor for class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
SFOAuth2Token(String, String, String, String, String, String, long) - Constructor for class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
SFOAuthService - Class in com.citrix.sharefile.api.authentication
 
SFOAuthService() - Constructor for class com.citrix.sharefile.api.authentication.SFOAuthService
 
SFOAuthTokenRenewer - Class in com.citrix.sharefile.api.authentication
This provides the bare minimum functionality to renew the access token.
SFOAuthTokenRenewer(SFOAuth2Token) - Constructor for class com.citrix.sharefile.api.authentication.SFOAuthTokenRenewer
 
SFOAuthTokenRenewer(SFOAuth2Token, String, String) - Constructor for class com.citrix.sharefile.api.authentication.SFOAuthTokenRenewer
 
SFOAuthTokenRenewException - Exception in com.citrix.sharefile.api.exceptions
 
SFOAuthTokenRenewException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFOAuthTokenRenewException
 
SFOAuthTokenRenewException(Throwable) - Constructor for exception com.citrix.sharefile.api.exceptions.SFOAuthTokenRenewException
 
SFODataExceptionMessage - Class in com.citrix.sharefile.api.models
 
SFODataExceptionMessage() - Constructor for class com.citrix.sharefile.api.models.SFODataExceptionMessage
 
SFODataFeed<T> - Class in com.citrix.sharefile.api.models
 
SFODataFeed() - Constructor for class com.citrix.sharefile.api.models.SFODataFeed
 
SFODataObject - Class in com.citrix.sharefile.api.models
 
SFODataObject() - Constructor for class com.citrix.sharefile.api.models.SFODataObject
 
SFODataObjectType - Enum in com.citrix.sharefile.api.models
 
SFOtherException - Exception in com.citrix.sharefile.api.exceptions
 
SFOtherException(Throwable) - Constructor for exception com.citrix.sharefile.api.exceptions.SFOtherException
 
SFOtherException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFOtherException
 
SFOutlookInformation - Class in com.citrix.sharefile.api.models
 
SFOutlookInformation() - Constructor for class com.citrix.sharefile.api.models.SFOutlookInformation
 
SFOutlookInformationOptionBool - Class in com.citrix.sharefile.api.models
 
SFOutlookInformationOptionBool() - Constructor for class com.citrix.sharefile.api.models.SFOutlookInformationOptionBool
 
SFOutlookInformationOptionInt - Class in com.citrix.sharefile.api.models
 
SFOutlookInformationOptionInt() - Constructor for class com.citrix.sharefile.api.models.SFOutlookInformationOptionInt
 
SFOutlookInformationOptionString - Class in com.citrix.sharefile.api.models
 
SFOutlookInformationOptionString() - Constructor for class com.citrix.sharefile.api.models.SFOutlookInformationOptionString
 
SFPinLockType - Enum in com.citrix.sharefile.api.models
 
SFPlanFeatures - Class in com.citrix.sharefile.api.models
 
SFPlanFeatures() - Constructor for class com.citrix.sharefile.api.models.SFPlanFeatures
 
SFPowerTools - Class in com.citrix.sharefile.api.models
 
SFPowerTools() - Constructor for class com.citrix.sharefile.api.models.SFPowerTools
 
SFPreviewPlatform - Enum in com.citrix.sharefile.api.models
 
SFPreviewPlatformInfo - Class in com.citrix.sharefile.api.models
 
SFPreviewPlatformInfo() - Constructor for class com.citrix.sharefile.api.models.SFPreviewPlatformInfo
 
SFPreviewStatus - Enum in com.citrix.sharefile.api.models
 
SFPrincipal - Class in com.citrix.sharefile.api.models
 
SFPrincipal() - Constructor for class com.citrix.sharefile.api.models.SFPrincipal
 
SFProductDefaults - Class in com.citrix.sharefile.api.models
 
SFProductDefaults() - Constructor for class com.citrix.sharefile.api.models.SFProductDefaults
 
SFProvider - Class in com.citrix.sharefile.api
 
SFProvider() - Constructor for class com.citrix.sharefile.api.SFProvider
 
SFQuery - Class in com.citrix.sharefile.api.models
 
SFQuery() - Constructor for class com.citrix.sharefile.api.models.SFQuery
 
SFQueryPaging - Class in com.citrix.sharefile.api.models
 
SFQueryPaging() - Constructor for class com.citrix.sharefile.api.models.SFQueryPaging
 
SFQueryParams - Class in com.citrix.sharefile.api.constants
 
SFQueryParams() - Constructor for class com.citrix.sharefile.api.constants.SFQueryParams
 
SFQuerySorting - Class in com.citrix.sharefile.api.models
 
SFQuerySorting() - Constructor for class com.citrix.sharefile.api.models.SFQuerySorting
 
SFQueryStream - Class in com.citrix.sharefile.api
 
SFQueryStream(ISFApiClient) - Constructor for class com.citrix.sharefile.api.SFQueryStream
 
SFReAuthContext<T> - Class in com.citrix.sharefile.api
This class should receive all the information to re-execute the original query that caused the auth exception.
SFRedirection - Class in com.citrix.sharefile.api.models
 
SFRedirection() - Constructor for class com.citrix.sharefile.api.models.SFRedirection
 
SFRemoteUpload - Class in com.citrix.sharefile.api.models
 
SFRemoteUpload() - Constructor for class com.citrix.sharefile.api.models.SFRemoteUpload
 
SFRemoteUploadRequestParams - Class in com.citrix.sharefile.api.models
 
SFRemoteUploadRequestParams() - Constructor for class com.citrix.sharefile.api.models.SFRemoteUploadRequestParams
 
SFRemoteUploadsEntity - Class in com.citrix.sharefile.api.entities
 
SFRemoteUploadsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
SFReport - Class in com.citrix.sharefile.api.models
 
SFReport() - Constructor for class com.citrix.sharefile.api.models.SFReport
 
SFReportDateOption - Enum in com.citrix.sharefile.api.models
 
SFReportObjectType - Enum in com.citrix.sharefile.api.models
 
SFReportRecord - Class in com.citrix.sharefile.api.models
 
SFReportRecord() - Constructor for class com.citrix.sharefile.api.models.SFReportRecord
 
SFReportRunFrequency - Enum in com.citrix.sharefile.api.models
 
SFReportRunStatus - Enum in com.citrix.sharefile.api.models
 
SFReportsEntity - Class in com.citrix.sharefile.api.entities
 
SFReportsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFReportsEntity
 
SFReportType - Enum in com.citrix.sharefile.api.models
 
SFRequireSubdomainResult - Class in com.citrix.sharefile.api.models
 
SFRequireSubdomainResult() - Constructor for class com.citrix.sharefile.api.models.SFRequireSubdomainResult
 
SFRequireWebPopResult - Class in com.citrix.sharefile.api.models
 
SFRequireWebPopResult() - Constructor for class com.citrix.sharefile.api.models.SFRequireWebPopResult
 
SFSafeEnum<T extends java.lang.Enum> - Class in com.citrix.sharefile.api.enumerations
 
SFSafeEnum(T) - Constructor for class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
SFSafeEnum() - Constructor for class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
SFSafeEnumFlags<T extends java.lang.Enum> - Class in com.citrix.sharefile.api.enumerations
 
SFSafeEnumFlags(T) - Constructor for class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
SFSafeEnumFlags(String, Set<T>) - Constructor for class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
SFSafeEnumFlags() - Constructor for class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
SFSdk - Class in com.citrix.sharefile.api
 
SFSdk() - Constructor for class com.citrix.sharefile.api.SFSdk
 
SFSDKDefaultAccessScope - Annotation Type in com.citrix.sharefile.api
Annotation used to document the class member variables/functions which have in default package level access scope intentionally.
SFSDKException - Exception in com.citrix.sharefile.api.exceptions
 
SFSDKException(Throwable) - Constructor for exception com.citrix.sharefile.api.exceptions.SFSDKException
 
SFSDKException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFSDKException
 
SFSDKException(String, Throwable) - Constructor for exception com.citrix.sharefile.api.exceptions.SFSDKException
 
SFSdkGlobals - Class in com.citrix.sharefile.api.constants
 
SFSdkGlobals() - Constructor for class com.citrix.sharefile.api.constants.SFSdkGlobals
 
SFSearchQuery - Class in com.citrix.sharefile.api.models
 
SFSearchQuery() - Constructor for class com.citrix.sharefile.api.models.SFSearchQuery
 
SFSearchResult - Class in com.citrix.sharefile.api.models
 
SFSearchResult() - Constructor for class com.citrix.sharefile.api.models.SFSearchResult
 
SFSearchResults - Class in com.citrix.sharefile.api.models
 
SFSearchResults() - Constructor for class com.citrix.sharefile.api.models.SFSearchResults
 
SFServerException - Exception in com.citrix.sharefile.api.exceptions
 
SFServerException(int, String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFServerException
 
SFService - Class in com.citrix.sharefile.api.models
 
SFService() - Constructor for class com.citrix.sharefile.api.models.SFService
 
SFServicesCollection - Class in com.citrix.sharefile.api.models
 
SFServicesCollection() - Constructor for class com.citrix.sharefile.api.models.SFServicesCollection
 
SFSession - Class in com.citrix.sharefile.api.models
 
SFSession() - Constructor for class com.citrix.sharefile.api.models.SFSession
 
SFSessionsEntity - Class in com.citrix.sharefile.api.entities
 
SFSessionsEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFSessionsEntity
 
SFSFTool - Enum in com.citrix.sharefile.api.models
 
SFShare - Class in com.citrix.sharefile.api.models
 
SFShare() - Constructor for class com.citrix.sharefile.api.models.SFShare
 
SFShareAccessRight - Class in com.citrix.sharefile.api.models
 
SFShareAccessRight() - Constructor for class com.citrix.sharefile.api.models.SFShareAccessRight
 
SFShareAccessRightType - Enum in com.citrix.sharefile.api.models
 
SFShareActionType - Enum in com.citrix.sharefile.api.models
 
SFShareAlias - Class in com.citrix.sharefile.api.models
 
SFShareAlias() - Constructor for class com.citrix.sharefile.api.models.SFShareAlias
 
SFShareFileAccessRights - Enum in com.citrix.sharefile.api.models
 
SFShareItemHistory - Class in com.citrix.sharefile.api.models
 
SFShareItemHistory() - Constructor for class com.citrix.sharefile.api.models.SFShareItemHistory
 
SFShareRequestParams - Class in com.citrix.sharefile.api.models
 
SFShareRequestParams() - Constructor for class com.citrix.sharefile.api.models.SFShareRequestParams
 
SFShareResendParams - Class in com.citrix.sharefile.api.models
 
SFShareResendParams() - Constructor for class com.citrix.sharefile.api.models.SFShareResendParams
 
SFShareSendParams - Class in com.citrix.sharefile.api.models
 
SFShareSendParams() - Constructor for class com.citrix.sharefile.api.models.SFShareSendParams
 
SFSharesEntity - Class in com.citrix.sharefile.api.entities
 
SFSharesEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFSharesEntity
 
SFShareSettings - Class in com.citrix.sharefile.api.models
 
SFShareSettings() - Constructor for class com.citrix.sharefile.api.models.SFShareSettings
 
SFShareSubType - Enum in com.citrix.sharefile.api.models
 
SFShareType - Enum in com.citrix.sharefile.api.models
 
SFSimpleQuery - Class in com.citrix.sharefile.api.models
 
SFSimpleQuery() - Constructor for class com.citrix.sharefile.api.models.SFSimpleQuery
 
SFSimpleSearchQuery - Class in com.citrix.sharefile.api.models
 
SFSimpleSearchQuery() - Constructor for class com.citrix.sharefile.api.models.SFSimpleSearchQuery
 
SFSortDirection - Enum in com.citrix.sharefile.api.models
 
SFSortField - Enum in com.citrix.sharefile.api.models
 
SFSSOAccountProvider - Class in com.citrix.sharefile.api.models
 
SFSSOAccountProvider() - Constructor for class com.citrix.sharefile.api.models.SFSSOAccountProvider
 
SFSSOInfo - Class in com.citrix.sharefile.api.models
 
SFSSOInfo() - Constructor for class com.citrix.sharefile.api.models.SFSSOInfo
 
SFSSOInfoEntry - Class in com.citrix.sharefile.api.models
 
SFSSOInfoEntry() - Constructor for class com.citrix.sharefile.api.models.SFSSOInfoEntry
 
SFStorageCenter - Class in com.citrix.sharefile.api.models
 
SFStorageCenter() - Constructor for class com.citrix.sharefile.api.models.SFStorageCenter
 
SFStorageCentersEntity - Class in com.citrix.sharefile.api.entities
 
SFStorageCentersEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFStorageCentersEntity
 
SFSymbolicLink - Class in com.citrix.sharefile.api.models
 
SFSymbolicLink() - Constructor for class com.citrix.sharefile.api.models.SFSymbolicLink
 
SFTenantZoneUsageReport - Class in com.citrix.sharefile.api.models
 
SFTenantZoneUsageReport() - Constructor for class com.citrix.sharefile.api.models.SFTenantZoneUsageReport
 
SFToDoReminderException - Exception in com.citrix.sharefile.api.exceptions
 
SFToDoReminderException(String) - Constructor for exception com.citrix.sharefile.api.exceptions.SFToDoReminderException
 
SFTokenLessApiClient - Class in com.citrix.sharefile.api
 
SFTokenLessApiClient(String, String, ISFReAuthHandler) - Constructor for class com.citrix.sharefile.api.SFTokenLessApiClient
 
SFTokenLessApiClient(String, String) - Constructor for class com.citrix.sharefile.api.SFTokenLessApiClient
 
SFToolInformation - Class in com.citrix.sharefile.api.models
 
SFToolInformation() - Constructor for class com.citrix.sharefile.api.models.SFToolInformation
 
SFTreeMode - Enum in com.citrix.sharefile.api.models
 
SFTypeOfTour - Enum in com.citrix.sharefile.api.models
 
SFUploadMethod - Enum in com.citrix.sharefile.api.models
 
SFUploadRequestParams - Class in com.citrix.sharefile.api.models
 
SFUploadRequestParams() - Constructor for class com.citrix.sharefile.api.models.SFUploadRequestParams
 
SFUploadRunnable - Class in com.citrix.sharefile.api.https
{ "Method": "Streamed", "ChunkUri": "https://storage-ec2-34.sharefile.com/upload-streaming-2.aspx?batchid=723ffb79-d720-4de8-b95d-087be1e6462a&overwrite=true&uploadid=rsu-9c48c04a5fb84f9d8fc93875231b01ca&raw=1&encparams=phT2SuROQY1XrVtmjxwO2yRkHK2uBy1BtAjWhNYAu-lvRQr3eTm-Xh6zYbz3Lc9FfRoDvzBCdI7SyPDVrxL0bR9-cb7IsTFbIcnPRRJ8xLn0nJ0yxIeKXV-m-gb0HWzHGdHOnKTBEEgwD969n-8rbXu6jvkZ3UhEwY6I79GfdTogsf1vi7lFrfPrTe8TV5isPOPSpSINN3qxBI_qWJoy8D_AUnK009vuFHJP4t9yzPi6rDqmfU-7ZhmhncG4rsBfTdEWL3wQiOdU5kNnFl5WkSzjO8dg1vmjSidVSreUN_YJeQw95i8w5XaVA7BGuWDDNXjE8rV53cyQ9p2blo6Xovj4fxQi6wSf0J6CqLKZnFgbHTd7IVvexhdXhTMYAWce01eMBr7iWD9Kd2J3O_nLX3oEWKMDgqCg6SCSd8baO9_EBiQ8QnDwfh8tWeOQq60_gXeX-wBn_TAPNUPTmV1RyD5nt9sn5Q77Rd6YtiOiSjNI98z2mCTSiLp3TYMm4gB38CawObllVnJuWIERHKGbyEwJhE5PNxdMQC4PeM4$", "IsResume": false, "ResumeIndex": 0, "ResumeOffset": 0, "ResumeFileHash": "", "odata.metadata": "https://nilesh.sf-api.com/sf/v3/$metadata#UploadSpecification/ShareFile.Api.Models.UploadSpecification@Element" }
SFUploadRunnable(String, boolean, int, long, String, InputStream, SFApiClient, TransferRunnable.IProgress, SFCookieManager, String, String, String) - Constructor for class com.citrix.sharefile.api.https.SFUploadRunnable
 
SFUploadRunnable.SFChunkUploadResponse - Class in com.citrix.sharefile.api.https
Chunk upload response can be of json type sample: //Sample error message {"error":true,"errorMessage":"Thread was being aborted.","errorCode":420}
SFUploadSpecification - Class in com.citrix.sharefile.api.models
 
SFUploadSpecification() - Constructor for class com.citrix.sharefile.api.models.SFUploadSpecification
 
SFUser - Class in com.citrix.sharefile.api.models
 
SFUser() - Constructor for class com.citrix.sharefile.api.models.SFUser
 
SFUserConfirmationSettings - Class in com.citrix.sharefile.api.models
 
SFUserConfirmationSettings() - Constructor for class com.citrix.sharefile.api.models.SFUserConfirmationSettings
 
SFUserConfirmRequirement - Class in com.citrix.sharefile.api.models
 
SFUserConfirmRequirement() - Constructor for class com.citrix.sharefile.api.models.SFUserConfirmRequirement
 
SFUserInfo - Class in com.citrix.sharefile.api.models
 
SFUserInfo() - Constructor for class com.citrix.sharefile.api.models.SFUserInfo
 
SFUserPreferences - Class in com.citrix.sharefile.api.models
 
SFUserPreferences() - Constructor for class com.citrix.sharefile.api.models.SFUserPreferences
 
SFUserRole - Enum in com.citrix.sharefile.api.models
 
SFUserSecurity - Class in com.citrix.sharefile.api.models
 
SFUserSecurity() - Constructor for class com.citrix.sharefile.api.models.SFUserSecurity
 
SFUsersEntity - Class in com.citrix.sharefile.api.entities
 
SFUsersEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFUsersEntity
 
SFUserUsage - Class in com.citrix.sharefile.api.models
 
SFUserUsage() - Constructor for class com.citrix.sharefile.api.models.SFUserUsage
 
SFUXMode - Enum in com.citrix.sharefile.api.models
 
SFV3ElementType - Enum in com.citrix.sharefile.api.enumerations
 
SFV3ErrorParser - Class in com.citrix.sharefile.api
 
SFV3ErrorParser(int, String, Exception) - Constructor for class com.citrix.sharefile.api.SFV3ErrorParser
V3Error are JSON objects.
SFVersioning - Enum in com.citrix.sharefile.api.models
 
SFVRootType - Enum in com.citrix.sharefile.api.models
 
SFWatermarkedDownloads - Enum in com.citrix.sharefile.api.models
 
SFWebAuthCode - Class in com.citrix.sharefile.api.authentication
This is the code we receive from the WebPop as a part of the finishUrl.
SFWebAuthCode() - Constructor for class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
SFWebAuthCode(String) - Constructor for class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
SFZone - Class in com.citrix.sharefile.api.models
 
SFZone() - Constructor for class com.citrix.sharefile.api.models.SFZone
 
SFZonesEntity - Class in com.citrix.sharefile.api.entities
 
SFZonesEntity(ISFApiClient) - Constructor for class com.citrix.sharefile.api.entities.SFZonesEntity
 
SFZoneService - Enum in com.citrix.sharefile.api.models
 
SFZoneType - Enum in com.citrix.sharefile.api.models
 
SFZoneUsageBreakdown - Class in com.citrix.sharefile.api.models
 
SFZoneUsageBreakdown() - Constructor for class com.citrix.sharefile.api.models.SFZoneUsageBreakdown
 
sharepointConnectors() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Get List of User Shared Folders Retrieve the connector folders that are associated with a sharepoint service
shares() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
shares() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
SilentLog - Class in com.citrix.sharefile.api.log
 
SilentLog() - Constructor for class com.citrix.sharefile.api.log.SilentLog
 
SKIP - Static variable in class com.citrix.sharefile.api.constants.SFQueryParams
 
skip(int) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
start(ISFAsyncHelper) - Method in interface com.citrix.sharefile.api.interfaces.ISFAsyncTask
 
storageCenters() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
storageCenters() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
storeAppSpecificCookies(URI, String) - Method in class com.citrix.sharefile.api.https.SFCookieManager
Allows the app to store cookies inside the cookie store so that it will automatically be set for connections to the specified domain
storeAppSpecificCookies(String, String) - Method in class com.citrix.sharefile.api.https.SFCookieManager
Allows the app to store cookies inside the cookie store so that it will automatically be set for connections to the specified domain
storeCredentials(SFCredential, String, ISFApiClient) - Method in interface com.citrix.sharefile.api.interfaces.ISFReAuthHandler
 
storeNewToken(ISFApiClient, SFOAuth2Token) - Method in interface com.citrix.sharefile.api.interfaces.IOAuthTokenChangeHandler
 
storeNewToken(ISFApiClient, SFOAuth2Token) - Method in class com.citrix.sharefile.api.SFApiClient
 
stream(URI, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Stream Retrieves the versions of a given Stream.
stream(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Stream Retrieves the versions of a given Stream.
SUBDOMAIN - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 

T

TAG - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
throwTODOException(String) - Static method in exception com.citrix.sharefile.api.exceptions.SFToDoReminderException
Simple TODO statements in the code get forgotten.
thumbnail(URI, String, Integer, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Thumbnail of a Share Item Retrieve a thumbnail link for the specified Item in the Share.
thumbnail(URI, String, Integer) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Thumbnail of a Share Item Retrieve a thumbnail link for the specified Item in the Share.
thumbnail(URI, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Get Thumbnail of a Share Item Retrieve a thumbnail link for the specified Item in the Share.
toJsonString() - Method in class com.citrix.sharefile.api.authentication.SFOAuth2Token
 
TOKEN_TYPE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
tokenRenewFailed(ISFApiClient, SFSDKException) - Method in interface com.citrix.sharefile.api.interfaces.IOAuthTokenChangeHandler
 
tokenRenewFailed(ISFApiClient, SFSDKException) - Method in class com.citrix.sharefile.api.SFApiClient
 
TOOL - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
TOP - Static variable in class com.citrix.sharefile.api.constants.SFFolderID
 
TOP - Static variable in class com.citrix.sharefile.api.constants.SFQueryParams
 
top(int) - Method in interface com.citrix.sharefile.api.interfaces.ISFQuery
 
toString() - Method in class com.citrix.sharefile.api.authentication.SFWebAuthCode
 
toString() - Method in enum com.citrix.sharefile.api.enumerations.SFHttpMethod
 
toString() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnum
 
toString() - Method in class com.citrix.sharefile.api.enumerations.SFSafeEnumFlags
 
toString() - Method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
 
toString() - Method in class com.citrix.sharefile.api.https.SFCookieManager
Returns a string representation of stored cookies organized by domain.
TransferRunnable - Class in com.citrix.sharefile.api.https
 
TransferRunnable.IProgress - Interface in com.citrix.sharefile.api.https
 
translate(T) - Method in class com.citrix.sharefile.api.interfaces.ISFApiResultResponseTranslator
 
type() - Method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
returns the ShareFile type string as required by the odata.type

U

UN_AUTHORIZED - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
UNKNOWN_ERROR - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
update(URI, SFAsyncOperation) - Method in class com.citrix.sharefile.api.entities.SFAsyncOperationsEntity
Changes the state of an AsyncOperation { "State": "..." } Only the State parameter is updated, other fields are ignored
update(SFFolderTemplate) - Method in class com.citrix.sharefile.api.entities.SFFolderTemplatesEntity
Update Folder Template { "Name": "Client Folder", "Description": "For all client folders created in 2014 or after", "Items": [ { "Name": "A new folder", "Items": [ { "TemplateId": "ft-12345-abdef-abdef-12345-abdef", "Name": "A new subfolder" } ] }, { "Id": "fti-xxxxx-xxxxx-xxxxx-xxxxx", "Name": "An existing folder with a different name" } ] } Updates an existing folder template
update(URI, SFGroup) - Method in class com.citrix.sharefile.api.entities.SFGroupsEntity
Update Group { "Name":"Name", "IsShared":true, } Updates an existing group.
update(URI, SFItem, String, Long, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem, String, Long, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem, String, Long, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem, String, Long, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem, String, Long) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFItem) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Item { "Name":"Name", "FileName":"FileName", "Description":"Description", "ExpirationDate": "date", "Parent": { "Id": "parentid" }, "Zone": { "Id": "zoneid" } } Updates an Item object.
update(URI, SFMetadata) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Update Metadata { "Value":"metadata value" } Updates a single Metadata entry that has a specified Name for a given Item.
update(SFRemoteUpload) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
update(SFReport) - Method in class com.citrix.sharefile.api.entities.SFReportsEntity
Update Report { "Title": "Usage Report", "ReportType": "Activity", "ObjectType": "Account", "ObjectId": "a024f83e-b147-437e-9f28-e7d03634af42", "DateOption": "Last30Days", "Frequency": "Once" } Updates an existing report
update(URI, SFShare) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Update Share { "Title": "New Title", "ExpirationDate": "2013-07-23", "RequireLogin": false, "Items": [ { "Id":"itemid" }, {...} ], } Modifies an existing Share.
update(URI, SFStorageCenter) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Patch Storage Center { "ExternalAddress":"https://server/", "Version":"4.12.20", "HostName":"hostname" }
update(URI, SFUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Update User { "FirstName":"FirstName", "LastName":"LastName", "Company":"Company", "Email":"user@domain.com", "Security": { "IsDisabled":false } "DefaultZone": { "Id":"newzoneid" } } Modifies an existing user object The following parameters can be modified through this call: FirstName, LastName, Company, Email, IsDisabled, DefaultZone Id
update(URI, SFZone) - Method in class com.citrix.sharefile.api.entities.SFZonesEntity
Update Zone { "Name":"Name", "HeartbeatTolerance":10, "ZoneServices":"StorageZone, SharepointConnector, NetworkShareConnector" } Updates an existing zone
updateAccountUser(String, SFAccountUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Update Employee or Promote Customer { "FirstName":"FirstName", "LastName":"LastName", "Company":"Company", "Email":"user@domain.com", "StorageQuotaLimitGB":100, "Security": { "IsDisabled":false } "DefaultZone": { "Id":"newzoneid" } } Modifies an existing user object The following parameters can be modified through this call: FirstName, LastName, Company, Email, IsEmployee, IsDisabled, DefaultZone Id, StorageQuotaLimitGB.During a promotion (the user id points to Customer), the following parameters can be modified: CanCreateFolders, CanUseFileBox, CanManageUsers.
updateBranding(SFAccount) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Modify the Branding for this account Modifies Branding information about the subdomain account.
updateByItem(URI, SFAccessControl, Boolean) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Update AccessControl { "Principal":{"Email":"user@domain.com"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true } Updates an existing Access Controls of a given Item.
updateByItem(URI, SFAccessControl) - Method in class com.citrix.sharefile.api.entities.SFAccessControlsEntity
Update AccessControl { "Principal":{"Email":"user@domain.com"}, "CanUpload":true, "CanDownload":true, "CanView":true, "CanDelete":true, "CanManagePermissions":true } Updates an existing Access Controls of a given Item.
updateByItem(URI, String, SFMetadata) - Method in class com.citrix.sharefile.api.entities.SFMetadataEntity
Update Metadata { "Value":"metadata value" } Updates a single Metadata entry that has a specified Name for a given Item.
updateByZone(URI, String, SFStorageCenter) - Method in class com.citrix.sharefile.api.entities.SFStorageCentersEntity
Update StorageCenter { "ExternalAddress":"https://server/", "Version":"4.12.20", "HostName":"hostname" } Updates an existing Storage Center
updateFolderAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Update the Folder Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] } Merges the specified domains with existing domains in the list, and/or updates the AccessControlType.
updateLink(String, SFLink, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Link { "Name":"Name", "Uri":"https://server/path", "Description":"Description", "Parent": { "Id": "parentid" }, } Updates a Link object
updateLink(String, SFLink) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Link { "Name":"Name", "Uri":"https://server/path", "Description":"Description", "Parent": { "Id": "parentid" }, } Updates a Link object
updateLoginAccessControlDomains(SFAccessControlDomains) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Update the Login Access Control List of domains { "AccessControlType" : "AllowedDomains", "Domains": ["domainA", "domainB", ...] } Merges the specified domains with existing domains in the list, and/or updates the AccessControlType.
updateNote(String, SFNote, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Note { "Name":"Name", "Description":"Description", "Parent": { "Id": "parentid" }, } Updates a Note object
updateNote(String, SFNote) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update Note { "Name":"Name", "Description":"Description", "Parent": { "Id": "parentid" }, } Updates a Note object
updatePreferences(URI, SFUserPreferences) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Update User Preferences { "EnableFlashUpload":"true", "EnableJavaUpload":"true" .
updateRoles(URI, SFUser) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Add Roles { "Roles" : [ "CanManageUsers", "CanSelectFolderZone" ] } Modifies an existing user object to ADD a new role The following roles can be added to the user through this call (depending on User type): CanCreateFolders, CanSelectFolderZone, CanUseFileBox, CanManageUsers, AdminSharedAddressBook, CanChangePassword, CanManageMySettings
updateSSO(SFSSOAccountProvider, String) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Update Account Single Sign-On Configuration { "LogoutUrl":"", "LoginUrl":"https://idp.com/signin", "IPRestrictions":"+all", "ForceSSO":true, "EntityID":"http://account.sf-api.com/saml/info", "SFEntityID":"http://idp.com/saml/info", "SPInitatedAuthContext":"exact", "SPInitatedAuthMethod":"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" } Modifies the Single Sign-on Configuration for this account.
updateSSO(SFSSOAccountProvider) - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Update Account Single Sign-On Configuration { "LogoutUrl":"", "LoginUrl":"https://idp.com/signin", "IPRestrictions":"+all", "ForceSSO":true, "EntityID":"http://account.sf-api.com/saml/info", "SFEntityID":"http://idp.com/saml/info", "SPInitatedAuthContext":"exact", "SPInitatedAuthMethod":"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" } Modifies the Single Sign-on Configuration for this account.
updateSymbolicLink(String, SFSymbolicLink) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Update SymbolicLink { "Name":"Name", "Description":"Description", "Link": "https://server/path" } Updates a Symbolic Link object
updateZones(URI, String, SFConnectorGroupZone) - Method in class com.citrix.sharefile.api.entities.SFConnectorGroupsEntity
Modifies the parameters of a Connector Group in associated with a Zone { "Zone": {"Id":"ZoneId"}, "ApiVersionMin":"v3", "ApiVersionMax":"v3", "IconUrl":"https://domain/icons", "FormUrl":"https://domain/forms" }
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date, Date, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date, Date) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Upload File POST https://account.sf-api.com/sf/v3/Items(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Folder.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date, Date, Integer) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date, Date) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean, Date) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String, Integer) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String, Long) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean, String) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>, Boolean) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI, SFSafeEnum<SFUploadMethod>) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload(URI) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
Upload File to Request Share POST https://account.sf-api.com/sf/v3/Shares(id)/Upload2 { "Method":"Method", "Raw": false, "FileName":"FileName" "FileLength": length } Prepares the links for uploading files to the target Share.
upload2(URI, SFUploadRequestParams, Integer) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
upload2(URI, SFUploadRequestParams) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
 
upload2(URI, SFRemoteUploadRequestParams, String, Integer) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
upload2(URI, SFRemoteUploadRequestParams, String) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
upload2(URI, SFUploadRequestParams, Integer) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
 
upload2(URI, SFUploadRequestParams) - Method in class com.citrix.sharefile.api.entities.SFSharesEntity
 
URL - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
USERNAME - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
users() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
users() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
UTF_8 - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
Utils - Class in com.citrix.sharefile.api.utils
 
Utils() - Constructor for class com.citrix.sharefile.api.utils.Utils
 

V

v(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
v(String, String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
v(String, String) - Static method in class com.citrix.sharefile.api.log.Logger
 
v(String, String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
v(String, String) - Method in class com.citrix.sharefile.api.log.SilentLog
 
v(String, String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
v1SimpleDateFormat - Static variable in class com.citrix.sharefile.api.utils.SFDateFormat
 
validateInit() - Static method in class com.citrix.sharefile.api.SFSdk
 
validateRemoteUploadUser(String, String) - Method in class com.citrix.sharefile.api.entities.SFRemoteUploadsEntity
 
VALUE - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
value - Variable in class com.citrix.sharefile.api.https.SFCookieManager.Cookie
 
value - Variable in class com.citrix.sharefile.api.SFV3ErrorParser
 
valueOf(String) - Static method in enum com.citrix.sharefile.api.enumerations.SFHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFAccessControlFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFAccountSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFAsyncOperationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFAsyncOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFCapabilityName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFClientCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFConnectorGroupKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFDeviceActionInitiatorRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFDeviceLogEntryAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFDlpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFDocumentViewerPrinting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFEditingPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFEnsDeviceEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFEnsEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFESignatureDocumentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFFileVirusStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFFolderOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFIntegrationProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFItemAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFItemOrderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFNotificationLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFODataObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFPinLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFPreviewPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFPreviewStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFReportDateOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFReportObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFReportRunFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFReportRunStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFSFTool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFShareAccessRightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFShareActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFShareFileAccessRights
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFShareSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFShareType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFSortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFSortField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFTreeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFTypeOfTour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFUploadMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFUserRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFUXMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFVersioning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFVRootType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFWatermarkedDownloads
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFZoneService
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.citrix.sharefile.api.models.SFZoneType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.citrix.sharefile.api.enumerations.SFHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.enumerations.SFV3ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFAccessControlFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFAccountSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFAsyncOperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFAsyncOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFCapabilityName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFClientCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFConnectorGroupKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFDeviceActionInitiatorRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFDeviceLogEntryAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFDlpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFDocumentViewerPrinting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFEditingPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFEnsDeviceEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFEnsEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFESignatureDocumentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFFileVirusStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFFolderOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFIntegrationProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFItemAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFItemOrderingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFNotificationLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFODataObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFPinLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFPreviewPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFPreviewStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFReportDateOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFReportObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFReportRunFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFReportRunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFSFTool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFShareAccessRightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFShareActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFShareFileAccessRights
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFShareSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFShareType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFSortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFSortField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFTreeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFTypeOfTour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFUploadMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFUserRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFUXMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFVersioning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFVRootType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFWatermarkedDownloads
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFZoneService
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.citrix.sharefile.api.models.SFZoneType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
VERSION - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 
VERSION_FOR_QUERY_URL - Static variable in class com.citrix.sharefile.api.constants.SFSdkGlobals
 

W

w(String, String) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
w(String, String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
w(String, Throwable) - Method in interface com.citrix.sharefile.api.interfaces.ILog
 
w(String, String) - Static method in class com.citrix.sharefile.api.log.Logger
 
w(String, String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
w(String, Throwable) - Static method in class com.citrix.sharefile.api.log.Logger
 
w(String, String) - Method in class com.citrix.sharefile.api.log.SilentLog
 
w(String, String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
w(String, Throwable) - Method in class com.citrix.sharefile.api.log.SilentLog
 
webAppAddEmployee() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create a one-time use login Uri for the Web App.
webAppAdmin() - Method in class com.citrix.sharefile.api.entities.SFAccountsEntity
Create a one-time use login Uri for the Web App.
webAppLink(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Create a one-time use login Uri for the Web App.
webAppLink() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create a one-time use login Uri for the Web App.
webAppManageUser(URI) - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create a one-time use login Uri for the Web App.
webAppManageUsers() - Method in class com.citrix.sharefile.api.entities.SFUsersEntity
Create a one-time use login Uri for the Web App.
webView(URI) - Method in class com.citrix.sharefile.api.entities.SFItemsEntity
Get Web Preview Link Redirects the caller to the Web Edit application for the selected item.
wipeCredentials(String, ISFApiClient) - Method in interface com.citrix.sharefile.api.interfaces.ISFReAuthHandler
 

Z

Zone - Static variable in class com.citrix.sharefile.api.constants.SFKeywords
 
zones() - Method in class com.citrix.sharefile.api.entities.ISFEntities.Implementation
 
zones() - Method in interface com.citrix.sharefile.api.entities.ISFEntities
 
A B C D E F G H I J L M N O P R S T U V W Z