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

A class that wraps the Documents search Vault API endpoint. More...

Inheritance diagram for VEVVaultServerDocumentsSearchRequest:
VEVVaultServerRequest

Instance Methods

(instancetype) - initWithKeywords:vault:parameters:
 Initializes a newly created VEVVaultServerDocumentsSearchRequest. 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 search Vault API endpoint.

Method Documentation

◆ initWithKeywords:vault:parameters:()

- (instancetype) initWithKeywords: (NSArray< NSString * > *_Nullable)  keywords
vault: (VEVVault *)  vault
parameters: (NSDictionary *_Nullable)  parameters 

Initializes a newly created VEVVaultServerDocumentsSearchRequest.

Parameters
keywordsThe list of search terms to filter on. If nil, all documents are returned.
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: