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