Uses of Class
io.lakefs.clients.api.model.RevertCreation
-
Packages that use RevertCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of RevertCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type RevertCreation Modifier and Type Method Description voidBranchesApi. revertBranch(String repository, String branch, RevertCreation revertCreation)revertokhttp3.CallBranchesApi. revertBranchAsync(String repository, String branch, RevertCreation revertCreation, ApiCallback<Void> _callback)revert (asynchronously)okhttp3.CallBranchesApi. revertBranchCall(String repository, String branch, RevertCreation revertCreation, ApiCallback _callback)Build call for revertBranchApiResponse<Void>BranchesApi. revertBranchWithHttpInfo(String repository, String branch, RevertCreation revertCreation)revert -
Uses of RevertCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return RevertCreation Modifier and Type Method Description RevertCreationRevertCreation. parentNumber(Integer parentNumber)RevertCreationRevertCreation. ref(String ref)
-