Uses of Class
model.ListWebhooksQueryParams
-
Packages that use ListWebhooksQueryParams Package Description api model -
-
Uses of ListWebhooksQueryParams in api
Methods in api with parameters of type ListWebhooksQueryParams Modifier and Type Method Description FinixListWebhooksApi. list(ListWebhooksQueryParams listWebhooksQueryParams)List Webhooks Retrieve a list of `Webhooks`. -
Uses of ListWebhooksQueryParams in model
Methods in model that return ListWebhooksQueryParams Modifier and Type Method Description ListWebhooksQueryParamsListWebhooksQueryParams. afterCursor(String afterCursor)ListWebhooksQueryParamsListWebhooksQueryParams. beforeCursor(String beforeCursor)static ListWebhooksQueryParamsListWebhooksQueryParams. fromJson(String jsonString)Create an instance of ListWebhooksQueryParams given an JSON stringListWebhooksQueryParamsListWebhooksQueryParams. limit(Long limit)
-