Uses of Enum Class
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Auth.Type
Packages that use PostmanCollectionV210.Auth.Type
-
Uses of PostmanCollectionV210.Auth.Type in io.camunda.connector.generator.postman.model
Methods in io.camunda.connector.generator.postman.model that return PostmanCollectionV210.Auth.TypeModifier and TypeMethodDescriptionPostmanCollectionV210.Auth.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static PostmanCollectionV210.Auth.Type[]PostmanCollectionV210.Auth.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.connector.generator.postman.model with parameters of type PostmanCollectionV210.Auth.TypeModifierConstructorDescriptionAuth(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.