Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item.WithBranchItemRequestBuilder.DeleteRequestConfiguration
Packages that use WithBranchItemRequestBuilder.DeleteRequestConfiguration
-
Uses of WithBranchItemRequestBuilder.DeleteRequestConfiguration in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item
Method parameters in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item with type arguments of type WithBranchItemRequestBuilder.DeleteRequestConfigurationModifier and TypeMethodDescriptionvoidWithBranchItemRequestBuilder.delete(Consumer<WithBranchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Deletes a single branch in the artifact.This operation can fail for the following reasons:* No artifact with this `groupId` and `artifactId` exists (HTTP error `404`)* No branch with this `branchId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithBranchItemRequestBuilder.toDeleteRequestInformation(Consumer<WithBranchItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Deletes a single branch in the artifact.This operation can fail for the following reasons:* No artifact with this `groupId` and `artifactId` exists (HTTP error `404`)* No branch with this `branchId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)