Uses of Class
io.apicurio.registry.rest.client.models.VersionContent
Packages that use VersionContent
Package
Description
-
Uses of VersionContent in io.apicurio.registry.rest.client.content.references
Methods in io.apicurio.registry.rest.client.content.references with parameters of type VersionContentModifier 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.com.microsoft.kiota.RequestInformationReferencesRequestBuilder.toPostRequestInformation(VersionContent body) Analyzes the provided content and returns a list of external references found within it.com.microsoft.kiota.RequestInformationReferencesRequestBuilder.toPostRequestInformation(VersionContent body, Consumer<ReferencesRequestBuilder.PostRequestConfiguration> requestConfiguration) Analyzes the provided content and returns a list of external references found within it. -
Uses of VersionContent in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content with parameters of type VersionContentModifier and TypeMethodDescriptionvoidContentRequestBuilder.put(VersionContent body) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`)voidContentRequestBuilder.put(VersionContent body, Consumer<ContentRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationContentRequestBuilder.toPutRequestInformation(VersionContent body) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationContentRequestBuilder.toPutRequestInformation(VersionContent body, Consumer<ContentRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the content of a single version of an artifact.NOTE: the artifact must be in `DRAFT` status.Both the `artifactId` and the unique `version` number must be provided to identifythe version to update.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* Artifact version not in `DRAFT` status (HTTP error `409`)* A server error occurred (HTTP error `500`) -
Uses of VersionContent in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return VersionContentModifier and TypeMethodDescriptionstatic VersionContentVersionContent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCreateVersion.getContent()Gets the content property value.Methods in io.apicurio.registry.rest.client.models with parameters of type VersionContentModifier and TypeMethodDescriptionvoidCreateVersion.setContent(VersionContent value) Sets the content property value.