VaultMobileSDK
18R3
iOS framework for Vault API
|
A class that wraps the Documents named filter Vault API endpoint. More...
Instance Methods | |
(instancetype) | - initWithView:vault:parameters: |
Initializes a newly created VEVVaultServerDocumentsViewRequest. More... | |
![]() | |
(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 | |
![]() | |
NSMutableDictionary * | parameters |
Dictionary that can be used to pass additional parameters to the Vault API. | |
A class that wraps the Documents named filter Vault API endpoint.
- (instancetype) initWithView: | (VEVVaultServerView) | view | |
vault: | (VEVVault *) | vault | |
parameters: | (NSDictionary *_Nullable) | parameters | |
Initializes a newly created VEVVaultServerDocumentsViewRequest.
view | Specifies the named filter to apply to the Documents endpoint. |
vault | The specific Vault to send the request to. |
parameters | The parameters to be encoded and included with the request. Must either be an NSDictionary or an NSArray . |