Uses of Class
io.apicurio.registry.rest.client.v2.models.ArtifactMetaData
Packages that use ArtifactMetaData
Package
Description
-
Uses of ArtifactMetaData in io.apicurio.registry.rest.client.v2.groups.item.artifacts
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts that return ArtifactMetaDataModifier and TypeMethodDescriptionArtifactsRequestBuilder.post(ArtifactContent body) Creates a new artifact by posting the artifact content.ArtifactsRequestBuilder.post(ArtifactContent body, Consumer<ArtifactsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new artifact by posting the artifact content. -
Uses of ArtifactMetaData in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item that return ArtifactMetaDataModifier and TypeMethodDescriptionWithArtifactItemRequestBuilder.put(ArtifactContent body) Updates an artifact by uploading new content.WithArtifactItemRequestBuilder.put(ArtifactContent body, Consumer<WithArtifactItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates an artifact by uploading new content. -
Uses of ArtifactMetaData in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.meta
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.meta that return ArtifactMetaDataModifier and TypeMethodDescriptionMetaRequestBuilder.get()Gets the metadata for an artifact in the registry, based on the latest version.MetaRequestBuilder.get(Consumer<MetaRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets the metadata for an artifact in the registry, based on the latest version. -
Uses of ArtifactMetaData in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return ArtifactMetaDataModifier and TypeMethodDescriptionstatic ArtifactMetaDataArtifactMetaData.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value