Package com.veeva.vault.sdk.api.token
Interface TokenRequest
public interface TokenRequest
A request that contains mappings between custom token names and the values that will be resolved if those tokens are
encountered during token resolution in supported operations.
For example, if a token is set on the request with name Custom.my_value__c
, it can be resolved in supported
operations by referencing ${Custom.my_value__c}
and supplying this request.
-
Nested Class Summary
Nested Classes