Uses of Class
io.apicurio.registry.rest.client.models.WrappedVersionState
Packages that use WrappedVersionState
Package
Description
-
Uses of WrappedVersionState in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state that return WrappedVersionStateModifier and TypeMethodDescriptionStateRequestBuilder.get()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`)StateRequestBuilder.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`)Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.state with parameters of type WrappedVersionStateModifier and TypeMethodDescriptionvoidStateRequestBuilder.put(WrappedVersionState body) Updates the state of an artifact version.NOTE: There are some restrictions on state transitions.voidStateRequestBuilder.put(WrappedVersionState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of an artifact version.NOTE: There are some restrictions on state transitions.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(WrappedVersionState body) Updates the state of an artifact version.NOTE: There are some restrictions on state transitions.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(WrappedVersionState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of an artifact version.NOTE: There are some restrictions on state transitions. -
Uses of WrappedVersionState in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return WrappedVersionStateModifier and TypeMethodDescriptionstatic WrappedVersionStateWrappedVersionState.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value