Uses of Class
com.contentful.java.cma.model.CMAWebhookTransformation
-
Packages that use CMAWebhookTransformation Package Description com.contentful.java.cma.gson com.contentful.java.cma.model -
-
Uses of CMAWebhookTransformation in com.contentful.java.cma.gson
Methods in com.contentful.java.cma.gson that return CMAWebhookTransformation Modifier and Type Method Description CMAWebhookTransformationWebHookBodyDeserializer. deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) -
Uses of CMAWebhookTransformation in com.contentful.java.cma.model
Methods in com.contentful.java.cma.model that return CMAWebhookTransformation Modifier and Type Method Description CMAWebhookTransformationCMAWebhook. getTransformation()CMAWebhookTransformationCMAWebhookTransformation. setBody(java.lang.String body)Sets the webhook transformation body.CMAWebhookTransformationCMAWebhookTransformation. setContentType(java.lang.String contentType)Sets a content type to this webhook transformation.CMAWebhookTransformationCMAWebhookTransformation. setIncludeContentLength(java.lang.Boolean includeContentLength)Sets whether the content length is included in the webhook transformation.CMAWebhookTransformationCMAWebhookTransformation. setMethod(java.lang.String method)Sets a HTTP method to this webhook transformation.Methods in com.contentful.java.cma.model with parameters of type CMAWebhookTransformation Modifier and Type Method Description CMAWebhookCMAWebhook. setTransformation(CMAWebhookTransformation transformation)Set the transformation of this webhook
-