Uses of Enum Class
io.apicurio.registry.rest.client.models.ContractMetadataStage
Packages that use ContractMetadataStage
-
Uses of ContractMetadataStage in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ContractMetadataStageModifier and TypeMethodDescriptionstatic ContractMetadataStageContractMetadata.getStage()Gets the stage property value.static ContractMetadataStageReturns the enum constant of this class with the specified name.static ContractMetadataStage[]ContractMetadataStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.models with parameters of type ContractMetadataStageModifier and TypeMethodDescriptionvoidContractMetadata.setStage(ContractMetadataStage value) Sets the stage property value.