Updated on 6/16/2016
PCAPI
- base class for all HTTP queries.PCAPIParams
checks validity of the parameters of each API.PCAPIQueryResponse
- all PCAPIQuery
responses are embedded in this format.PCAPISDK
- acts as the interface between iOS SDK and a third party applications. Includes all main methods that you can use to make the API calls.PCAccessTokenAPIParams
- stores parameters required to call the GET /token
API.PCAuthenticationResponse
- stores access token and related credentials.PCAuthorizationAPIParams
- stores parameters required to authorize a client.PCClientCredentials
- stores client credentials.PCOAuthLoginPageResponse
- stores the response recieved from the OAuth 2.0 login page.PCRefreshTokenAPIParams
- stores parameters required to call refresh token API.PCTokenAPIParams
- stores base parameters of all token related APIs.PCAccountInfo
- stores user account information.PCAccountInfoAPIParams
- stores the parameters required to retrieve the account information.PCContact
- stores details of a contact.PCContactAPIParams
- stores parameters required to retrieve contact.PCCreateFolderAPIParams
- stores parameters required to create a folder.PCDeleteParams
- stores parameters required to delete a file or a folder.PCFilesAPIParams
- stores parameters required to download a file.PCFOPSAPIParams
- stores base parameters for all file and folder operations such as copy, rename, and move.PCMetadata
- stores metadata information of a folder and the files and folders it contains.PCMetaDataAPIParams
- stores additional parameters required to retrieve metadata of any resource.PCResource
- stores the metadata information of a file or a folder.PCResourceAPIParams
- stores common parameters required to retrieve a resource from Personal Cloud Storage.PCSearchAPIParams
- stores parameters required to search for files or folders and performs parameter validation.PCThumbnailAPIParams
- stores parameters required to retrieve a thumbnail of a file.PCUploadAPIParams
- stores parameters required to upload a file.PCAddPlaylistItemsAPIParams
- stores parameters required to add items to a playlist.PCCreateplaylistAPIParams
- stores parameters required to create a playlist.PCDeletePlaylistAPIParams
- stores parameters required to delete a playlist.PCDeletePlaylistItemAPIParams
- stores parameters that allow a client to remove a single item from a playlist.PCEditPlaylistAPIParams
- stores parameters required to edit a playlist.PCEditPlaylistDefinitionAPIParams
stores parameters required to edit the definition of a playlist.PCGetPlaylistAPIParams
- stores parameters required to retrieve a playlist.PCGetPlaylistContentAPIParams
- stores parameters required to fetch content of a playlist at the specified path.PCGetPlaylistDefinitionAPIParams
- stores parameters required to retrieve a playlist definition.PCGetPlaylistItemsAPIParams
- stores parameters required to retrieve items in a playlist.PCPlaylist
- stores information about a playlist.PCPlaylistAPIParams
- stores the base parameters of all playlist APIs.PCPlaylistItemAPIParams
- base parameter class for all operations on an item in a playlist.PCDeleteTrashAPIParams
- stores parameters required to delete the files and folders that are in a deleted state.PCGetTrashAPIParams
- stores parameters required to retrieve a list of files and folders that have been deleted.PCRestoreAPIParams
- restores files or folders that are marked deleted.PCRestoreAPIParams
- restores files or folders that are marked as deleted.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.