Uses of Class
dev.vality.swag.wallets.webhook.events.ApiClient
| Package | Description |
|---|---|
| dev.vality.swag.wallets.webhook.events | |
| dev.vality.swag.wallets.webhook.events.api |
-
Uses of ApiClient in dev.vality.swag.wallets.webhook.events
Methods in dev.vality.swag.wallets.webhook.events that return ApiClient Modifier and Type Method Description ApiClientApiClient. addDefaultCookie(String name, String value)Add a default cookie.ApiClientApiClient. addDefaultHeader(String name, String value)Add a default header.ApiClientApiClient. setBasePath(String basePath)Set the base path, which should include the hostApiClientApiClient. setDateFormat(DateFormat dateFormat)Set the date format used to parse/format date parameters.ApiClientApiClient. setUserAgent(String userAgent)Set the User-Agent header's value (by adding to the default header map). -
Uses of ApiClient in dev.vality.swag.wallets.webhook.events.api
Methods in dev.vality.swag.wallets.webhook.events.api that return ApiClient Modifier and Type Method Description ApiClientEventNotificationsApi. getApiClient()Methods in dev.vality.swag.wallets.webhook.events.api with parameters of type ApiClient Modifier and Type Method Description voidEventNotificationsApi. setApiClient(ApiClient apiClient)Constructors in dev.vality.swag.wallets.webhook.events.api with parameters of type ApiClient Constructor Description EventNotificationsApi(ApiClient apiClient)