Class UserInterfaceConfig
java.lang.Object
io.apicurio.registry.rest.v3.beans.UserInterfaceConfig
Root Type for UserInterfaceConfig
Defines the user interface configuration data type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAuth()Root Type for UserInterfaceConfigAuthRoot Type for UserInterfaceConfigFeaturesgetUi()Root Type for UserInterfaceConfigUivoidRoot Type for UserInterfaceConfigAuthvoidsetFeatures(UserInterfaceConfigFeatures features) Root Type for UserInterfaceConfigFeaturesvoidRoot Type for UserInterfaceConfigUi
-
Constructor Details
-
UserInterfaceConfig
public UserInterfaceConfig()
-
-
Method Details
-
getUi
Root Type for UserInterfaceConfigUi -
setUi
Root Type for UserInterfaceConfigUi -
getAuth
Root Type for UserInterfaceConfigAuth(Required)
-
setAuth
Root Type for UserInterfaceConfigAuth(Required)
-
getFeatures
Root Type for UserInterfaceConfigFeatures -
setFeatures
Root Type for UserInterfaceConfigFeatures
-