Uses of Class
com.contentful.java.cma.model.CMAWebhookTopic
-
Packages that use CMAWebhookTopic Package Description com.contentful.java.cma.model -
-
Uses of CMAWebhookTopic in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAWebhookTopic Modifier and Type Method Description static CMAWebhookTopicCMAWebhookTopic. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMAWebhookTopic[]CMAWebhookTopic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cma.model that return types with arguments of type CMAWebhookTopic Modifier and Type Method Description java.util.List<CMAWebhookTopic>CMAWebhook. getTopics()Methods in com.contentful.java.cma.model with parameters of type CMAWebhookTopic Modifier and Type Method Description CMAWebhookCMAWebhook. addTopic(CMAWebhookTopic topic)Add a topic this webhook should be triggered on.
-