Uses of Enum Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Item.Endpoint.Request.Method
Packages that use PostmanCollectionV210.Item.Endpoint.Request.Method
-
Uses of PostmanCollectionV210.Item.Endpoint.Request.Method in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.Item.Endpoint.Request.MethodModifier and TypeMethodDescriptionPostmanCollectionV210.Item.Endpoint.Request.method()Returns the value of themethodrecord component.Returns the enum constant of this class with the specified name.PostmanCollectionV210.Item.Endpoint.Request.Method.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.MethodModifierConstructorDescriptionRequest(com.fasterxml.jackson.databind.JsonNode urlAsJsonNode, PostmanCollectionV210.Auth auth, PostmanCollectionV210.Item.Endpoint.Request.Method method, com.fasterxml.jackson.databind.JsonNode descriptionAsJsonNode, com.fasterxml.jackson.databind.JsonNode headerAsJsonNode, com.fasterxml.jackson.databind.JsonNode bodyAsJsonNode) Creates an instance of aRequestrecord class.