Uses of Enum Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Item.Endpoint.Request.Body.BodyMode
Packages that use PostmanCollectionV210.Item.Endpoint.Request.Body.BodyMode
-
Uses of PostmanCollectionV210.Item.Endpoint.Request.Body.BodyMode in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.Item.Endpoint.Request.Body.BodyModeModifier and TypeMethodDescriptionPostmanCollectionV210.Item.Endpoint.Request.Body.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.PostmanCollectionV210.Item.Endpoint.Request.Body.BodyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.connector.generator.postman.model with parameters of type PostmanCollectionV210.Item.Endpoint.Request.Body.BodyModeModifierConstructorDescriptionBody(PostmanCollectionV210.Item.Endpoint.Request.Body.BodyMode mode, String raw, Object graphql, com.fasterxml.jackson.databind.JsonNode urlencodedAsJsonNode, Object formdata) Creates an instance of aBodyrecord class.