Uses of Enum Class
io.apicurio.registry.rest.client.models.VersionState
Packages that use VersionState
Package
Description
-
Uses of VersionState in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return VersionStateModifier and TypeMethodDescriptionstatic VersionStateSearchedVersion.getState()Gets the state property value.VersionMetaData.getState()Gets the state property value.WrappedVersionState.getState()Gets the state property value.static VersionStateReturns the enum constant of this class with the specified name.static VersionState[]VersionState.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 VersionStateModifier and TypeMethodDescriptionvoidSearchedVersion.setState(VersionState value) Sets the state property value.voidVersionMetaData.setState(VersionState value) Sets the state property value.voidWrappedVersionState.setState(VersionState value) Sets the state property value. -
Uses of VersionState in io.apicurio.registry.rest.client.search.versions
Fields in io.apicurio.registry.rest.client.search.versions declared as VersionStateModifier and TypeFieldDescriptionVersionsRequestBuilder.GetQueryParameters.stateFilter by version state.