Uses of Class
model.CreateWebhookRequest
-
Packages that use CreateWebhookRequest Package Description api model -
-
Uses of CreateWebhookRequest in api
Methods in api with parameters of type CreateWebhookRequest Modifier and Type Method Description WebhookWebhooksApi. create(CreateWebhookRequest createWebhookRequest)Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events.okhttp3.CallWebhooksApi. createWebhookAsync(CreateWebhookRequest createWebhookRequest, ApiCallback<Webhook> _callback)Create a Webhook (asynchronously) Create a `Webhook` to specify an endpoint where Finix can send events.okhttp3.CallWebhooksApi. createWebhookCall(CreateWebhookRequest createWebhookRequest, ApiCallback _callback)Build call for createWebhookApiResponse<Webhook>WebhooksApi. createWebhookWithHttpInfo(CreateWebhookRequest createWebhookRequest)Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events. -
Uses of CreateWebhookRequest in model
Methods in model that return CreateWebhookRequest Modifier and Type Method Description CreateWebhookRequestCreateWebhookRequest. authentication(CreateWebhookRequestAuthentication authentication)CreateWebhookRequestCreateWebhookRequest. enabled(Boolean enabled)static CreateWebhookRequestCreateWebhookRequest. fromJson(String jsonString)Create an instance of CreateWebhookRequest given an JSON stringCreateWebhookRequestCreateWebhookRequest. url(String url)
-