Uses of Enum Class
io.apicurio.registry.rest.client.models.EditableContractMetadataStage
Packages that use EditableContractMetadataStage
-
Uses of EditableContractMetadataStage in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return EditableContractMetadataStageModifier and TypeMethodDescriptionEditableContractMetadata.getStage()Gets the stage property value.Returns the enum constant of this class with the specified name.static EditableContractMetadataStage[]EditableContractMetadataStage.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 EditableContractMetadataStageModifier and TypeMethodDescriptionvoidEditableContractMetadata.setStage(EditableContractMetadataStage value) Sets the stage property value.