Uses of Enum Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote.PromotePostRequestBodyTargetStage
Packages that use PromotePostRequestBodyTargetStage
-
Uses of PromotePostRequestBodyTargetStage 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 PromotePostRequestBodyTargetStageModifier and TypeMethodDescriptionPromotePostRequestBody.getTargetStage()Gets the targetStage property value.Returns the enum constant of this class with the specified name.static PromotePostRequestBodyTargetStage[]PromotePostRequestBodyTargetStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.promote with parameters of type PromotePostRequestBodyTargetStageModifier and TypeMethodDescriptionvoidPromotePostRequestBody.setTargetStage(PromotePostRequestBodyTargetStage value) Sets the targetStage property value.