VaultMobileSDK  18R3
iOS framework for Vault API
Instance Methods | List of all members
VEVVaultServerDocumentsViewRequest Class Reference

A class that wraps the Documents named filter Vault API endpoint. More...

Inheritance diagram for VEVVaultServerDocumentsViewRequest:
VEVVaultServerRequest

Instance Methods

(instancetype) - initWithView:vault:parameters:
 Initializes a newly created VEVVaultServerDocumentsViewRequest. More...
 
- Instance Methods inherited from VEVVaultServerRequest
(instancetype) - initWithEndpoint:vault:method:parameterEncoding:parameters:
 Initializes a newly created VEVVaultServerRequest. This method is intended to be invoked only from subclass initializers. More...
 

Additional Inherited Members

- Properties inherited from VEVVaultServerRequest
NSMutableDictionary * parameters
 Dictionary that can be used to pass additional parameters to the Vault API.
 

Detailed Description

A class that wraps the Documents named filter Vault API endpoint.

Method Documentation

◆ initWithView:vault:parameters:()

- (instancetype) initWithView: (VEVVaultServerView view
vault: (VEVVault *)  vault
parameters: (NSDictionary *_Nullable)  parameters 

Initializes a newly created VEVVaultServerDocumentsViewRequest.

Parameters
viewSpecifies the named filter to apply to the Documents endpoint.
vaultThe specific Vault to send the request to.
parametersThe parameters to be encoded and included with the request. Must either be an NSDictionary or an NSArray .
See also
Retrieve All Documents

The documentation for this class was generated from the following file: