Uses of Class
model.Webhook
-
Packages that use Webhook Package Description api model -
-
Uses of Webhook in api
Methods in api that return Webhook Modifier and Type Method Description WebhookWebhooksApi. create(CreateWebhookRequest createWebhookRequest)Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events.WebhookWebhooksApi. get(String webhookId)Fetch a Webhook Retrieve the details of a `Webhook`.WebhookWebhooksApi. update(String webhookId, UpdateWebhookRequest updateWebhookRequest)Update a Webhook Update an existing `Webhook`.Methods in api that return types with arguments of type Webhook Modifier and Type Method Description ApiResponse<Webhook>WebhooksApi. createWebhookWithHttpInfo(CreateWebhookRequest createWebhookRequest)Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events.ApiResponse<Webhook>WebhooksApi. getWebhookWithHttpInfo(String webhookId)Fetch a Webhook Retrieve the details of a `Webhook`.ApiResponse<Webhook>WebhooksApi. updateWebhookWithHttpInfo(String webhookId, UpdateWebhookRequest updateWebhookRequest)Update a Webhook Update an existing `Webhook`.Method parameters in api with type arguments of type Webhook Modifier and Type Method Description 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. getWebhookAsync(String webhookId, ApiCallback<Webhook> _callback)Fetch a Webhook (asynchronously) Retrieve the details of a `Webhook`.okhttp3.CallWebhooksApi. updateWebhookAsync(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback<Webhook> _callback)Update a Webhook (asynchronously) Update an existing `Webhook`. -
Uses of Webhook in model
Methods in model that return Webhook Modifier and Type Method Description WebhookWebhook. application(String application)WebhookWebhook. authentication(WebhookAuthentication authentication)WebhookWebhook. createdAt(OffsetDateTime createdAt)WebhookWebhook. enabled(Boolean enabled)static WebhookWebhook. fromJson(String jsonString)Create an instance of Webhook given an JSON stringWebhookWebhook. id(String id)WebhookWebhook. links(ProcessorLinks links)WebhookWebhook. updatedAt(OffsetDateTime updatedAt)WebhookWebhook. url(String url)Methods in model that return types with arguments of type Webhook Modifier and Type Method Description Set<Webhook>WebhooksListEmbedded. getWebhooks()`Webhook` objects.Methods in model with parameters of type Webhook Modifier and Type Method Description WebhooksListEmbeddedWebhooksListEmbedded. addWebhooksItem(Webhook webhooksItem)Method parameters in model with type arguments of type Webhook Modifier and Type Method Description voidWebhooksListEmbedded. setWebhooks(Set<Webhook> webhooks)WebhooksListEmbeddedWebhooksListEmbedded. webhooks(Set<Webhook> webhooks)
-