Uses of Class
io.lakefs.clients.sdk.model.ResetCreation
-
Packages that use ResetCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ResetCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type ResetCreation Modifier and Type Method Description BranchesApi.APIresetBranchRequestBranchesApi. resetBranch(String repository, String branch, ResetCreation resetCreation)reset branch -
Uses of ResetCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ResetCreation Modifier and Type Method Description static ResetCreationResetCreation. fromJson(String jsonString)Create an instance of ResetCreation given an JSON stringResetCreationResetCreation. path(String path)ResetCreationResetCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ResetCreationResetCreation. type(ResetCreation.TypeEnum type)
-