Uses of Enum Class
io.apicurio.registry.rest.v3.beans.HandleReferencesType
Packages that use HandleReferencesType
-
Uses of HandleReferencesType in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type HandleReferencesTypeModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseGroupsResource.getArtifactVersionContent(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, 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. -
Uses of HandleReferencesType in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return HandleReferencesTypeModifier and TypeMethodDescriptionstatic HandleReferencesTypestatic HandleReferencesTypeReturns the enum constant of this class with the specified name.static HandleReferencesType[]HandleReferencesType.values()Returns an array containing the constants of this enum class, in the order they are declared.