Uses of Class
io.lakefs.clients.api.model.Ref
-
Packages that use Ref Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Ref in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Ref Modifier and Type Method Description RefTagsApi. createTag(String repository, TagCreation tagCreation)create tagRefBranchesApi. getBranch(String repository, String branch)get branchRefTagsApi. getTag(String repository, String tag)get tagMethods in io.lakefs.clients.api that return types with arguments of type Ref Modifier and Type Method Description ApiResponse<Ref>TagsApi. createTagWithHttpInfo(String repository, TagCreation tagCreation)create tagApiResponse<Ref>BranchesApi. getBranchWithHttpInfo(String repository, String branch)get branchApiResponse<Ref>TagsApi. getTagWithHttpInfo(String repository, String tag)get tagMethod parameters in io.lakefs.clients.api with type arguments of type Ref Modifier and Type Method Description okhttp3.CallTagsApi. createTagAsync(String repository, TagCreation tagCreation, ApiCallback<Ref> _callback)create tag (asynchronously)okhttp3.CallBranchesApi. getBranchAsync(String repository, String branch, ApiCallback<Ref> _callback)get branch (asynchronously)okhttp3.CallTagsApi. getTagAsync(String repository, String tag, ApiCallback<Ref> _callback)get tag (asynchronously) -
Uses of Ref in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Ref Modifier and Type Method Description RefRef. commitId(String commitId)RefRef. id(String id)Methods in io.lakefs.clients.api.model that return types with arguments of type Ref Modifier and Type Method Description List<Ref>RefList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Ref Modifier and Type Method Description RefListRefList. addResultsItem(Ref resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Ref Modifier and Type Method Description RefListRefList. results(List<Ref> results)voidRefList. setResults(List<Ref> results)
-