Uses of Class
io.apicurio.registry.rest.client.v2.models.ArtifactContent
Packages that use ArtifactContent
Package
Description
-
Uses of ArtifactContent in io.apicurio.registry.rest.client.v2.groups.item.artifacts
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts with parameters of type ArtifactContentModifier 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.com.microsoft.kiota.RequestInformationArtifactsRequestBuilder.toPostRequestInformation(ArtifactContent body) Creates a new artifact by posting the artifact content.com.microsoft.kiota.RequestInformationArtifactsRequestBuilder.toPostRequestInformation(ArtifactContent body, Consumer<ArtifactsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new artifact by posting the artifact content. -
Uses of ArtifactContent in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item with parameters of type ArtifactContentModifier 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.com.microsoft.kiota.RequestInformationWithArtifactItemRequestBuilder.toPutRequestInformation(ArtifactContent body) Updates an artifact by uploading new content.com.microsoft.kiota.RequestInformationWithArtifactItemRequestBuilder.toPutRequestInformation(ArtifactContent body, Consumer<WithArtifactItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates an artifact by uploading new content. -
Uses of ArtifactContent 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 with parameters of type ArtifactContentModifier and TypeMethodDescriptionMetaRequestBuilder.post(ArtifactContent body) Gets the metadata for an artifact that matches the raw content.MetaRequestBuilder.post(ArtifactContent body, Consumer<MetaRequestBuilder.PostRequestConfiguration> requestConfiguration) Gets the metadata for an artifact that matches the raw content.com.microsoft.kiota.RequestInformationMetaRequestBuilder.toPostRequestInformation(ArtifactContent body) Gets the metadata for an artifact that matches the raw content.com.microsoft.kiota.RequestInformationMetaRequestBuilder.toPostRequestInformation(ArtifactContent body, Consumer<MetaRequestBuilder.PostRequestConfiguration> requestConfiguration) Gets the metadata for an artifact that matches the raw content. -
Uses of ArtifactContent in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.versions
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.versions with parameters of type ArtifactContentModifier and TypeMethodDescriptionVersionsRequestBuilder.post(ArtifactContent body) Creates a new version of the artifact by uploading new content.VersionsRequestBuilder.post(ArtifactContent body, Consumer<VersionsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new version of the artifact by uploading new content.com.microsoft.kiota.RequestInformationVersionsRequestBuilder.toPostRequestInformation(ArtifactContent body) Creates a new version of the artifact by uploading new content.com.microsoft.kiota.RequestInformationVersionsRequestBuilder.toPostRequestInformation(ArtifactContent body, Consumer<VersionsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new version of the artifact by uploading new content. -
Uses of ArtifactContent in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return ArtifactContentModifier and TypeMethodDescriptionstatic ArtifactContentArtifactContent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value