Uses of Class
io.lakefs.clients.api.model.BranchCreation
-
Packages that use BranchCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of BranchCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type BranchCreation Modifier and Type Method Description StringBranchesApi. createBranch(String repository, BranchCreation branchCreation)create branchokhttp3.CallBranchesApi. createBranchAsync(String repository, BranchCreation branchCreation, ApiCallback<String> _callback)create branch (asynchronously)okhttp3.CallBranchesApi. createBranchCall(String repository, BranchCreation branchCreation, ApiCallback _callback)Build call for createBranchApiResponse<String>BranchesApi. createBranchWithHttpInfo(String repository, BranchCreation branchCreation)create branch -
Uses of BranchCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return BranchCreation Modifier and Type Method Description static BranchCreationBranchCreation. fromJson(String jsonString)Create an instance of BranchCreation given an JSON stringBranchCreationBranchCreation. name(String name)BranchCreationBranchCreation. source(String source)
-