Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state.StateRequestBuilder.GetRequestConfiguration
Packages that use StateRequestBuilder.GetRequestConfiguration
-
Uses of StateRequestBuilder.GetRequestConfiguration in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state
Method parameters in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state with type arguments of type StateRequestBuilder.GetRequestConfigurationModifier and TypeMethodDescriptionStateRequestBuilder.get(Consumer<StateRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets the current state of an artifact version.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationStateRequestBuilder.toGetRequestInformation(Consumer<StateRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets the current state of an artifact version.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)