Uses of Enum Class
com.kingsrook.qqq.openapi.model.SecuritySchemeType
Packages that use SecuritySchemeType
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of SecuritySchemeType in com.kingsrook.qqq.openapi.model
Subclasses with type arguments of type SecuritySchemeType in com.kingsrook.qqq.openapi.modelMethods in com.kingsrook.qqq.openapi.model that return SecuritySchemeTypeModifier and TypeMethodDescriptionSecurityScheme.getTypeEnum()Getter for typestatic SecuritySchemeTypeReturns the enum constant of this class with the specified name.static SecuritySchemeType[]SecuritySchemeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.openapi.model with parameters of type SecuritySchemeTypeModifier and TypeMethodDescriptionvoidSecurityScheme.setType(SecuritySchemeType type) Setter for typeSecurityScheme.withType(SecuritySchemeType type) Fluent setter for type