Uses of Class
io.lakefs.clients.sdk.model.BranchCreation
-
Packages that use BranchCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of BranchCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type BranchCreation Modifier and Type Method Description BranchesApi.APIcreateBranchRequestBranchesApi. createBranch(String repository, BranchCreation branchCreation)create branch -
Uses of BranchCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return BranchCreation Modifier and Type Method Description BranchCreationBranchCreation. force(Boolean force)static BranchCreationBranchCreation. fromJson(String jsonString)Create an instance of BranchCreation given an JSON stringBranchCreationBranchCreation. name(String name)BranchCreationBranchCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.BranchCreationBranchCreation. source(String source)
-