Uses of Record Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Auth.AuthEntry
Packages that use PostmanCollectionV210.Auth.AuthEntry
-
Uses of PostmanCollectionV210.Auth.AuthEntry in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return types with arguments of type PostmanCollectionV210.Auth.AuthEntryModifier and TypeMethodDescriptionPostmanCollectionV210.Auth.apikey()Returns the value of theapikeyrecord component.PostmanCollectionV210.Auth.awsv4()Returns the value of theawsv4record component.PostmanCollectionV210.Auth.basic()Returns the value of thebasicrecord component.PostmanCollectionV210.Auth.bearer()Returns the value of thebearerrecord component.PostmanCollectionV210.Auth.digest()Returns the value of thedigestrecord component.PostmanCollectionV210.Auth.edgegrid()Returns the value of theedgegridrecord component.PostmanCollectionV210.Auth.hawk()Returns the value of thehawkrecord component.PostmanCollectionV210.Auth.noauth()Returns the value of thenoauthrecord component.PostmanCollectionV210.Auth.ntlm()Returns the value of thentlmrecord component.PostmanCollectionV210.Auth.oauth1()Returns the value of theoauth1record component.PostmanCollectionV210.Auth.oauth2()Returns the value of theoauth2record component.Constructor parameters in io.camunda.connector.generator.postman.model with type arguments of type PostmanCollectionV210.Auth.AuthEntryModifierConstructorDescriptionAuth(PostmanCollectionV210.Auth.Type type, List<PostmanCollectionV210.Auth.AuthEntry> noauth, List<PostmanCollectionV210.Auth.AuthEntry> apikey, List<PostmanCollectionV210.Auth.AuthEntry> awsv4, List<PostmanCollectionV210.Auth.AuthEntry> basic, List<PostmanCollectionV210.Auth.AuthEntry> bearer, List<PostmanCollectionV210.Auth.AuthEntry> digest, List<PostmanCollectionV210.Auth.AuthEntry> edgegrid, List<PostmanCollectionV210.Auth.AuthEntry> hawk, List<PostmanCollectionV210.Auth.AuthEntry> oauth1, List<PostmanCollectionV210.Auth.AuthEntry> oauth2, List<PostmanCollectionV210.Auth.AuthEntry> ntlm) Creates an instance of aAuthrecord class.