Uses of Class
io.apicurio.registry.rest.client.models.ConfigurationProperty
Packages that use ConfigurationProperty
Package
Description
-
Uses of ConfigurationProperty in io.apicurio.registry.rest.client.admin.config.properties
Methods in io.apicurio.registry.rest.client.admin.config.properties that return types with arguments of type ConfigurationPropertyModifier and TypeMethodDescriptionPropertiesRequestBuilder.get()Returns a list of all configuration properties that have been set.PropertiesRequestBuilder.get(Consumer<PropertiesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all configuration properties that have been set. -
Uses of ConfigurationProperty in io.apicurio.registry.rest.client.admin.config.properties.item
Methods in io.apicurio.registry.rest.client.admin.config.properties.item that return ConfigurationPropertyModifier and TypeMethodDescriptionWithPropertyNameItemRequestBuilder.get()Returns the value of a single configuration property.This operation may fail for one of the following reasons:* Property not found or not configured (HTTP error `404`)* A server error occurred (HTTP error `500`)WithPropertyNameItemRequestBuilder.get(Consumer<WithPropertyNameItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns the value of a single configuration property.This operation may fail for one of the following reasons:* Property not found or not configured (HTTP error `404`)* A server error occurred (HTTP error `500`) -
Uses of ConfigurationProperty in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ConfigurationPropertyModifier and TypeMethodDescriptionstatic ConfigurationPropertyConfigurationProperty.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value