Apex
Types

Input & Output Types

When using CloudFiles Apex Client, you would need various input and output types. All these types are inner classes, inside cldfs.Types class

1

Types.DeleteAttachmentInput - Represents input for deleting attachments using Delete Attachment function.

2

Types.UploadSalesforceFilePayload - Represents input for uploading Salesforce files to external storage using Copy Salesforce Files function.

3

Types.CreateFolderInput - Represents input for creating folders using Create Folders function.

4

Types.CreateAttachmentInput - Represents input for creating attachments using Create Attachments function.

5

Types.CreateLinkInput - Represents input for creating a CLoudFiles link using Create Links functions.

6

Types.UpdateResourceInput - Represents input for updating resource(file/folder) properties using Update Resources function.

7

Types.MoveResourceInput - Represents input for moving a resource(file/folder) using Move Resources function.

8

Types.CopyResourceInput - Represents input for copying resources(files/folders) using Copy Resources method.