Uses of Class
io.apicurio.registry.rest.client.models.EditableBranchMetaData
Packages that use EditableBranchMetaData
Package
Description
-
Uses of EditableBranchMetaData 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 with parameters of type EditableBranchMetaDataModifier and TypeMethodDescriptionvoidWithBranchItemRequestBuilder.put(EditableBranchMetaData body) Updates 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`)voidWithBranchItemRequestBuilder.put(EditableBranchMetaData body, Consumer<WithBranchItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates 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`)com.microsoft.kiota.RequestInformationWithBranchItemRequestBuilder.toPutRequestInformation(EditableBranchMetaData body) Updates 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`)com.microsoft.kiota.RequestInformationWithBranchItemRequestBuilder.toPutRequestInformation(EditableBranchMetaData body, Consumer<WithBranchItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates 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 EditableBranchMetaData in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return EditableBranchMetaDataModifier and TypeMethodDescriptionstatic EditableBranchMetaDataEditableBranchMetaData.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value