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