Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Description
Packages that use PostmanCollectionV210.Description
-
Uses of PostmanCollectionV210.Description in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.DescriptionModifier and TypeMethodDescriptionPostmanCollectionV210.Info.description()PostmanCollectionV210.Item.Endpoint.description()Returns the value of thedescriptionrecord component.PostmanCollectionV210.Item.Endpoint.Request.description()PostmanCollectionV210.Item.Folder.description()Returns the value of thedescriptionrecord component.PostmanCollectionV210.Variable.description()Constructors in io.camunda.connector.generator.postman.model with parameters of type PostmanCollectionV210.DescriptionModifierConstructorDescriptionEndpoint(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.