Uses of Class
io.apicurio.registry.rest.client.v2.models.UpdateState
Packages that use UpdateState
Package
Description
-
Uses of UpdateState in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.state
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.state with parameters of type UpdateStateModifier and TypeMethodDescriptionvoidStateRequestBuilder.put(UpdateState body) Updates the state of the artifact.voidStateRequestBuilder.put(UpdateState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of the artifact.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(UpdateState body) Updates the state of the artifact.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(UpdateState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of the artifact. -
Uses of UpdateState in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.versions.item.state
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.versions.item.state with parameters of type UpdateStateModifier and TypeMethodDescriptionvoidStateRequestBuilder.put(UpdateState body) Updates the state of a specific version of an artifact.voidStateRequestBuilder.put(UpdateState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of a specific version of an artifact.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(UpdateState body) Updates the state of a specific version of an artifact.com.microsoft.kiota.RequestInformationStateRequestBuilder.toPutRequestInformation(UpdateState body, Consumer<StateRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the state of a specific version of an artifact. -
Uses of UpdateState in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return UpdateStateModifier and TypeMethodDescriptionstatic UpdateStateUpdateState.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value