Uses of Class
io.apicurio.registry.rest.client.v2.models.ArtifactReference
Packages that use ArtifactReference
Package
Description
-
Uses of ArtifactReference in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.versions.item.references
Methods in io.apicurio.registry.rest.client.v2.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.v2.ids.contenthashes.item.references
Methods in io.apicurio.registry.rest.client.v2.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.v2.ids.contentids.item.references
Methods in io.apicurio.registry.rest.client.v2.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.v2.ids.globalids.item.references
Methods in io.apicurio.registry.rest.client.v2.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.v2.models
Methods in io.apicurio.registry.rest.client.v2.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.v2.models that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionArtifactContent.getReferences()Gets the references property value.ArtifactMetaData.getReferences()Gets the references property value.SearchedVersion.getReferences()Gets the references property value.Method parameters in io.apicurio.registry.rest.client.v2.models with type arguments of type ArtifactReferenceModifier and TypeMethodDescriptionvoidArtifactContent.setReferences(List<ArtifactReference> value) Sets the references property value.voidArtifactMetaData.setReferences(List<ArtifactReference> value) Sets the references property value.voidSearchedVersion.setReferences(List<ArtifactReference> value) Sets the references property value.