Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.migrate.MigratePostResponse
Packages that use MigratePostResponse
-
Uses of MigratePostResponse in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.migrate
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.contract.migrate that return MigratePostResponseModifier and TypeMethodDescriptionstatic MigratePostResponseMigratePostResponse.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMigrateRequestBuilder.post(MigratePostRequestBody body) Executes migration rules to transform a record from one schema version to another, chaining transforms across version hops.MigrateRequestBuilder.post(MigratePostRequestBody body, Consumer<MigrateRequestBuilder.PostRequestConfiguration> requestConfiguration) Executes migration rules to transform a record from one schema version to another, chaining transforms across version hops.