Uses of Class
model.WebhooksList
-
Packages that use WebhooksList Package Description api model -
-
Uses of WebhooksList in api
Methods in api that return WebhooksList Modifier and Type Method Description WebhooksListWebhooksApi.APIlistWebhooksRequest. execute()Execute listWebhooks requestMethods in api that return types with arguments of type WebhooksList Modifier and Type Method Description ApiResponse<WebhooksList>WebhooksApi.APIlistWebhooksRequest. executeWithHttpInfo()Execute listWebhooks request with HTTP info returnedMethod parameters in api with type arguments of type WebhooksList Modifier and Type Method Description okhttp3.CallWebhooksApi.APIlistWebhooksRequest. executeAsync(ApiCallback<WebhooksList> _callback)Execute listWebhooks request (asynchronously) -
Uses of WebhooksList in model
Methods in model that return WebhooksList Modifier and Type Method Description WebhooksListWebhooksList. embedded(WebhooksListEmbedded embedded)static WebhooksListWebhooksList. fromJson(String jsonString)Create an instance of WebhooksList given an JSON stringWebhooksListWebhooksList. links(ListLinks links)WebhooksListWebhooksList. page(PageCursor page)
-