Uses of Class
com.contentful.java.cma.model.CMAWebhookHealth
-
Packages that use CMAWebhookHealth Package Description com.contentful.java.cma -
-
Uses of CMAWebhookHealth in com.contentful.java.cma
Methods in com.contentful.java.cma that return CMAWebhookHealth Modifier and Type Method Description CMAWebhookHealthModuleWebhooks. health(CMAWebhook webhook)Return a general understanding of the health of the webhook.Methods in com.contentful.java.cma that return types with arguments of type CMAWebhookHealth Modifier and Type Method Description CMACallback<CMAWebhookHealth>ModuleWebhooks.Async. health(CMAWebhook webhook, CMACallback<CMAWebhookHealth> callback)Asynchronous variant ofModuleWebhooks.health(CMAWebhook)Method parameters in com.contentful.java.cma with type arguments of type CMAWebhookHealth Modifier and Type Method Description CMACallback<CMAWebhookHealth>ModuleWebhooks.Async. health(CMAWebhook webhook, CMACallback<CMAWebhookHealth> callback)Asynchronous variant ofModuleWebhooks.health(CMAWebhook)
-