Uses of Class
io.apicurio.registry.rest.client.models.ArtifactMetaData
Packages that use ArtifactMetaData
Package
Description
-
Uses of ArtifactMetaData in io.apicurio.registry.rest.client.groups.item.artifacts.item
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item that return ArtifactMetaDataModifier and TypeMethodDescriptionWithArtifactItemRequestBuilder.get()Gets the metadata for an artifact in the registry, based on the latest version.WithArtifactItemRequestBuilder.get(Consumer<WithArtifactItemRequestBuilder.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.models
Methods in io.apicurio.registry.rest.client.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 valueCreateArtifactResponse.getArtifact()Gets the artifact property value.Methods in io.apicurio.registry.rest.client.models with parameters of type ArtifactMetaDataModifier and TypeMethodDescriptionvoidCreateArtifactResponse.setArtifact(ArtifactMetaData value) Sets the artifact property value.