VaultMobileSDK
18R3
iOS framework for Vault API
|
A class that wraps the Documents search Vault API endpoint. More...
Instance Methods | |
(instancetype) | - initWithKeywords:vault:parameters: |
Initializes a newly created VEVVaultServerDocumentsSearchRequest. 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 search Vault API endpoint.
- (instancetype) initWithKeywords: | (NSArray< NSString * > *_Nullable) | keywords | |
vault: | (VEVVault *) | vault | |
parameters: | (NSDictionary *_Nullable) | parameters | |
Initializes a newly created VEVVaultServerDocumentsSearchRequest.
keywords | The list of search terms to filter on. If nil, all documents are returned. |
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 . |