Uses of Class
io.apicurio.registry.rest.client.models.ArtifactReference
Packages that use ArtifactReference
Package
Description
-
Uses of ArtifactReference in io.apicurio.registry.rest.client.content.references
Methods in io.apicurio.registry.rest.client.content.references that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionReferencesRequestBuilder.post(VersionContent body) Analyzes the provided content and returns a list of external references found within it.ReferencesRequestBuilder.post(VersionContent body, Consumer<ReferencesRequestBuilder.PostRequestConfiguration> requestConfiguration) Analyzes the provided content and returns a list of external references found within it. -
Uses of ArtifactReference in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.references
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.references that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionReferencesRequestBuilder.get()Retrieves all references for a single version of an artifact.ReferencesRequestBuilder.get(Consumer<ReferencesRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieves all references for a single version of an artifact. -
Uses of ArtifactReference in io.apicurio.registry.rest.client.ids.contenthashes.item.references
Methods in io.apicurio.registry.rest.client.ids.contenthashes.item.references that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionReferencesRequestBuilder.get()Returns a list containing all the artifact references using the artifact content hash.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`)ReferencesRequestBuilder.get(Consumer<ReferencesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list containing all the artifact references using the artifact content hash.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`) -
Uses of ArtifactReference in io.apicurio.registry.rest.client.ids.contentids.item.references
Methods in io.apicurio.registry.rest.client.ids.contentids.item.references that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionReferencesRequestBuilder.get()Returns a list containing all the artifact references using the artifact content ID.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`)ReferencesRequestBuilder.get(Consumer<ReferencesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list containing all the artifact references using the artifact content ID.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`) -
Uses of ArtifactReference in io.apicurio.registry.rest.client.ids.globalids.item.references
Methods in io.apicurio.registry.rest.client.ids.globalids.item.references that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionReferencesRequestBuilder.get()Returns a list containing all the artifact references using the artifact global ID.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`)ReferencesRequestBuilder.get(Consumer<ReferencesRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list containing all the artifact references using the artifact global ID.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`) -
Uses of ArtifactReference in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return ArtifactReferenceModifier and TypeMethodDescriptionstatic ArtifactReferenceArtifactReference.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in io.apicurio.registry.rest.client.models that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionVersionContent.getReferences()Gets the references property value.Method parameters in io.apicurio.registry.rest.client.models with type arguments of type ArtifactReferenceModifier and TypeMethodDescriptionvoidVersionContent.setReferences(List<ArtifactReference> value) Sets the references property value.