Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote.PromotePostRequestBody
Packages that use PromotePostRequestBody
-
Uses of PromotePostRequestBody 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 PromotePostRequestBodyModifier and TypeMethodDescriptionstatic PromotePostRequestBodyPromotePostRequestBody.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote with parameters of type PromotePostRequestBodyModifier and TypeMethodDescriptionPromoteRequestBuilder.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).com.microsoft.kiota.RequestInformationPromoteRequestBuilder.toPostRequestInformation(PromotePostRequestBody body) Promotes a contract to the next deployment stage (DEV -> STAGE -> PROD).com.microsoft.kiota.RequestInformationPromoteRequestBuilder.toPostRequestInformation(PromotePostRequestBody body, Consumer<PromoteRequestBuilder.PostRequestConfiguration> requestConfiguration) Promotes a contract to the next deployment stage (DEV -> STAGE -> PROD).