Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote.PromotePostResponse
Packages that use PromotePostResponse
-
Uses of PromotePostResponse in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote that return PromotePostResponseModifier and TypeMethodDescriptionstatic PromotePostResponsePromotePostResponse.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePromoteRequestBuilder.post(PromotePostRequestBody body) Promotes a contract to the next deployment stage (DEV -> STAGE -> PROD).PromoteRequestBuilder.post(PromotePostRequestBody body, Consumer<PromoteRequestBuilder.PostRequestConfiguration> requestConfiguration) Promotes a contract to the next deployment stage (DEV -> STAGE -> PROD).