Uses of Class
io.lakefs.clients.sdk.model.RevertCreation
-
Packages that use RevertCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of RevertCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type RevertCreation Modifier and Type Method Description BranchesApi.APIrevertBranchRequestBranchesApi. revertBranch(String repository, String branch, RevertCreation revertCreation)revert -
Uses of RevertCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return RevertCreation Modifier and Type Method Description static RevertCreationRevertCreation. fromJson(String jsonString)Create an instance of RevertCreation given an JSON stringRevertCreationRevertCreation. parentNumber(Integer parentNumber)RevertCreationRevertCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.RevertCreationRevertCreation. ref(String ref)
-