Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Variable
Packages that use PostmanCollectionV210.Variable
-
Uses of PostmanCollectionV210.Variable in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return types with arguments of type PostmanCollectionV210.VariableModifier and TypeMethodDescriptionPostmanCollectionV210.Item.Endpoint.variables()Returns the value of thevariablesrecord component.PostmanCollectionV210.Item.Folder.variables()Returns the value of thevariablesrecord component.PostmanCollectionV210.variables()Returns the value of thevariablesrecord component.Constructor parameters in io.camunda.connector.generator.postman.model with type arguments of type PostmanCollectionV210.VariableModifierConstructorDescriptionEndpoint(String id, String name, PostmanCollectionV210.Description description, List<PostmanCollectionV210.Variable> variables, com.fasterxml.jackson.databind.JsonNode requestAsJsonNode) Creates an instance of aEndpointrecord class.Folder(String name, PostmanCollectionV210.Description description, List<PostmanCollectionV210.Variable> variables, List<PostmanCollectionV210.Item> items) Creates an instance of aFolderrecord class.