Uses of Class
model.Webhook
Packages that use Webhook
-
Uses of Webhook in api
Modifier and TypeMethodDescriptionWebhooksApi.create(CreateWebhookRequest createWebhookRequest) Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events.Get a Webhook Retrieve the details of a `Webhook`.WebhooksApi.update(String webhookId, UpdateWebhookRequest updateWebhookRequest) Update a Webhook Update an existing `Webhook`.Modifier and TypeMethodDescriptionWebhooksApi.createWebhookWithHttpInfo(CreateWebhookRequest createWebhookRequest) Create a Webhook Create a `Webhook` to specify an endpoint where Finix can send events.WebhooksApi.getWebhookWithHttpInfo(String webhookId) Get a Webhook Retrieve the details of a `Webhook`.WebhooksApi.putWebhookWithHttpInfo(String webhookId, UpdateWebhookRequest updateWebhookRequest) Update a Webhook Update an existing `Webhook`.Modifier and TypeMethodDescriptionokhttp3.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) Get a Webhook (asynchronously) Retrieve the details of a `Webhook`.okhttp3.CallWebhooksApi.putWebhookAsync(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback<Webhook> _callback) Update a Webhook (asynchronously) Update an existing `Webhook`. -
Uses of Webhook in model
Modifier and TypeMethodDescriptionWebhook.application(String application) Webhook.createdAt(OffsetDateTime createdAt) static WebhookCreate an instance of Webhook given an JSON stringWebhook.links(ProcessorLinks links) Webhook.updatedAt(OffsetDateTime updatedAt)