Uses of Class
io.apicurio.registry.rest.client.models.BranchMetaData
Packages that use BranchMetaData
Package
Description
-
Uses of BranchMetaData in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches that return BranchMetaDataModifier and TypeMethodDescriptionBranchesRequestBuilder.post(CreateBranch body) Creates a new branch for the artifact.BranchesRequestBuilder.post(CreateBranch body, Consumer<BranchesRequestBuilder.PostRequestConfiguration> requestConfiguration) Creates a new branch for the artifact. -
Uses of BranchMetaData in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item that return BranchMetaDataModifier and TypeMethodDescriptionWithBranchItemRequestBuilder.get()Returns the metaData of a branch.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`)WithBranchItemRequestBuilder.get(Consumer<WithBranchItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns the metaData of a branch.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`) -
Uses of BranchMetaData in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return BranchMetaDataModifier and TypeMethodDescriptionstatic BranchMetaDataBranchMetaData.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value