Uses of Class
io.apicurio.registry.rest.client.models.UpdateConfigurationProperty
Packages that use UpdateConfigurationProperty
Package
Description
-
Uses of UpdateConfigurationProperty in io.apicurio.registry.rest.client.admin.config.properties.item
Methods in io.apicurio.registry.rest.client.admin.config.properties.item with parameters of type UpdateConfigurationPropertyModifier and TypeMethodDescriptionvoidWithPropertyNameItemRequestBuilder.put(UpdateConfigurationProperty body) Updates 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`)voidWithPropertyNameItemRequestBuilder.put(UpdateConfigurationProperty body, Consumer<WithPropertyNameItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates 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`)com.microsoft.kiota.RequestInformationWithPropertyNameItemRequestBuilder.toPutRequestInformation(UpdateConfigurationProperty body) Updates 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`)com.microsoft.kiota.RequestInformationWithPropertyNameItemRequestBuilder.toPutRequestInformation(UpdateConfigurationProperty body, Consumer<WithPropertyNameItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates 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 UpdateConfigurationProperty in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return UpdateConfigurationPropertyModifier and TypeMethodDescriptionstatic UpdateConfigurationPropertyUpdateConfigurationProperty.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value