Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210
Packages that use PostmanCollectionV210
Package
Description
-
Uses of PostmanCollectionV210 in io.camunda.connector.generator.postman
Methods in io.camunda.connector.generator.postman that return PostmanCollectionV210Modifier and TypeMethodDescriptionPostmanCollectionsGenerationSource.collection()Returns the value of thecollectionrecord component.Constructors in io.camunda.connector.generator.postman with parameters of type PostmanCollectionV210ModifierConstructorDescriptionPostmanCollectionsGenerationSource(PostmanCollectionV210 collection, Set<String> includeOperations) Creates an instance of aPostmanCollectionsGenerationSourcerecord class. -
Uses of PostmanCollectionV210 in io.camunda.connector.generator.postman.utils
Methods in io.camunda.connector.generator.postman.utils with parameters of type PostmanCollectionV210Modifier and TypeMethodDescriptionstatic List<OperationParseResult> PostmanOperationUtil.extractOperations(PostmanCollectionV210 collection, Set<String> includeOperations) static List<HttpAuthentication> SecurityUtils.setGlobalAuthentication(PostmanCollectionV210 postmanCollection)