Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Item.Endpoint
Packages that use PostmanCollectionV210.Item.Endpoint
-
Uses of PostmanCollectionV210.Item.Endpoint in io.camunda.connector.generator.postman.utils
Methods in io.camunda.connector.generator.postman.utils with parameters of type PostmanCollectionV210.Item.EndpointModifier and TypeMethodDescriptionstatic StringPostmanPathUtil.extractPathFromUrl(PostmanCollectionV210.Item.Endpoint endpoint) PostmanBodyUtil.parseBody(PostmanCollectionV210.Item.Endpoint endpoint) static Set<HttpOperationProperty> PostmanHeaderUtil.transformToHeaderProperty(PostmanCollectionV210.Item.Endpoint endpoint) static Set<HttpOperationProperty> PostmanPathUtil.transformToPathProperty(PostmanCollectionV210.Item.Endpoint endpoint) static Set<HttpOperationProperty> PostmanQueryUtil.transformToQueryParamProperty(PostmanCollectionV210.Item.Endpoint endpoint)