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