Updated on 7/14/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.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.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.PCAlbum
- stores the album information of an audio file and a photo album.PCArtist
- stores the artist information of an audio file.PCAudio
- stores the metadata information for audio files.PCGenre
- stores the Genre information of an audio file.PCFile
- stores the metadata information of a file.PCFile+FileOperation
- includes methods that allow you to download a file and a thumbnail of a file.PCPhoto
- stores the metadata information of photo files.PCResourceItem
- stores the metadata information of a ResourceItem
, such as a file or a folderPCResourceItem+FOPSOperation
- includes methods that allow you to perform copy , delete, move, and rename operations for all media types.PCVideo
- stores the metadata information for video files.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 as deleted.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.