Uses of Enum Class
io.apicurio.registry.rest.v3.beans.UserInterfaceConfigAuth.Type
Packages that use UserInterfaceConfigAuth.Type
-
Uses of UserInterfaceConfigAuth.Type in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return UserInterfaceConfigAuth.TypeModifier and TypeMethodDescriptionstatic UserInterfaceConfigAuth.TypeUserInterfaceConfigAuth.getType()static UserInterfaceConfigAuth.TypeReturns the enum constant of this class with the specified name.static UserInterfaceConfigAuth.Type[]UserInterfaceConfigAuth.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.v3.beans with parameters of type UserInterfaceConfigAuth.TypeModifier and TypeMethodDescriptionvoidUserInterfaceConfigAuth.setType(UserInterfaceConfigAuth.Type type)