Uses of Class
io.apicurio.registry.rest.client.models.CreateVersion
Packages that use CreateVersion
Package
Description
-
Uses of CreateVersion in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions with parameters of type CreateVersionModifier and TypeMethodDescriptionVersionsRequestBuilder.post(CreateVersion body) Creates a new version of the artifact by uploading new content.VersionsRequestBuilder.post(CreateVersion body, Consumer<VersionsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new version of the artifact by uploading new content.com.microsoft.kiota.RequestInformationVersionsRequestBuilder.toPostRequestInformation(CreateVersion body) Creates a new version of the artifact by uploading new content.com.microsoft.kiota.RequestInformationVersionsRequestBuilder.toPostRequestInformation(CreateVersion body, Consumer<VersionsRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new version of the artifact by uploading new content. -
Uses of CreateVersion in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return CreateVersionModifier and TypeMethodDescriptionstatic CreateVersionCreateVersion.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCreateArtifact.getFirstVersion()Gets the firstVersion property value.Methods in io.apicurio.registry.rest.client.models with parameters of type CreateVersionModifier and TypeMethodDescriptionvoidCreateArtifact.setFirstVersion(CreateVersion value) Sets the firstVersion property value.