Uses of Class
ru.loolzaaa.youkassa.model.Webhook
-
Packages that use Webhook Package Description ru.loolzaaa.youkassa.model In this package you will find entities of all the methods of the YooKassa API.ru.loolzaaa.youkassa.processors In this package you will find processors of all the methods of the YooKassa API. -
-
Uses of Webhook in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Webhook Modifier and Type Method Description static void
Webhook. createValidation(Webhook webhook)
-
Uses of Webhook in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Webhook Modifier and Type Method Description Webhook
WebhookProcessor. create(Webhook webhookParams, java.lang.String idempotencyKey)
Creates newWebhook
entity with certain parameters.Webhook
WebhookProcessor. removeById(java.lang.String webhookId, java.lang.String idempotencyKey)
Remove already existingWebhook
by its identifier.Methods in ru.loolzaaa.youkassa.processors that return types with arguments of type Webhook Modifier and Type Method Description PaginatedResponse<Webhook>
WebhookProcessor. findAll()
Receive information about all existing webhooks.Methods in ru.loolzaaa.youkassa.processors with parameters of type Webhook Modifier and Type Method Description Webhook
WebhookProcessor. create(Webhook webhookParams, java.lang.String idempotencyKey)
Creates newWebhook
entity with certain parameters.
-