Uses of Enum
io.apicurio.registry.rest.v2.beans.HandleReferencesType
Packages that use HandleReferencesType
-
Uses of HandleReferencesType in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type HandleReferencesTypeModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseGroupsResource.getArtifactVersion(String groupId, String artifactId, String version, HandleReferencesType references) Retrieves a single version of the artifact content.jakarta.ws.rs.core.ResponseIdsResource.getContentByGlobalId(long globalId, HandleReferencesType references) Gets the content for an artifact version in the registry using its globally unique identifier.jakarta.ws.rs.core.ResponseGroupsResource.getLatestArtifact(String groupId, String artifactId, HandleReferencesType references) Returns the latest version of the artifact in its raw form. -
Uses of HandleReferencesType in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return HandleReferencesTypeModifier and TypeMethodDescriptionstatic HandleReferencesTypestatic HandleReferencesTypeReturns the enum constant of this type with the specified name.static HandleReferencesType[]HandleReferencesType.values()Returns an array containing the constants of this enum type, in the order they are declared.