Uses of Enum Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Variable.Type
Packages that use PostmanCollectionV210.Variable.Type
-
Uses of PostmanCollectionV210.Variable.Type in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.Variable.TypeModifier and TypeMethodDescriptionPostmanCollectionV210.Variable.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static PostmanCollectionV210.Variable.Type[]PostmanCollectionV210.Variable.Type.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.Variable.TypeModifierConstructorDescriptionVariable(String id, String key, com.fasterxml.jackson.databind.JsonNode value, PostmanCollectionV210.Variable.Type type, String name, com.fasterxml.jackson.databind.JsonNode descriptionAsJsonNode) Creates an instance of aVariablerecord class.