Uses of Enum Class
io.apicurio.registry.rest.client.models.UserInterfaceConfigAuthType
Packages that use UserInterfaceConfigAuthType
-
Uses of UserInterfaceConfigAuthType in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return UserInterfaceConfigAuthTypeModifier and TypeMethodDescriptionstatic UserInterfaceConfigAuthTypeUserInterfaceConfigAuth.getType()Gets the type property value.static UserInterfaceConfigAuthTypeReturns the enum constant of this class with the specified name.static UserInterfaceConfigAuthType[]UserInterfaceConfigAuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.models with parameters of type UserInterfaceConfigAuthTypeModifier and TypeMethodDescriptionvoidUserInterfaceConfigAuth.setType(UserInterfaceConfigAuthType value) Sets the type property value.