Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Auth
Packages that use PostmanCollectionV210.Auth
-
Uses of PostmanCollectionV210.Auth in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.AuthModifier and TypeMethodDescriptionPostmanCollectionV210.auth()PostmanCollectionV210.Item.Endpoint.Request.auth()Returns the value of theauthrecord component.Constructors in io.camunda.connector.generator.postman.model with parameters of type PostmanCollectionV210.AuthModifierConstructorDescriptionRequest(com.fasterxml.jackson.databind.JsonNode urlAsJsonNode, PostmanCollectionV210.Auth auth, PostmanCollectionV210.Item.Endpoint.Request.Method method, com.fasterxml.jackson.databind.JsonNode descriptionAsJsonNode, com.fasterxml.jackson.databind.JsonNode headerAsJsonNode, com.fasterxml.jackson.databind.JsonNode bodyAsJsonNode) Creates an instance of aRequestrecord class.