Uses of Class
io.lakefs.clients.sdk.model.Ref
-
Packages that use Ref Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of Ref in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return Ref Modifier and Type Method Description RefBranchesApi.APIgetBranchRequest. execute()Execute getBranch requestRefTagsApi.APIcreateTagRequest. execute()Execute createTag requestRefTagsApi.APIgetTagRequest. execute()Execute getTag requestMethods in io.lakefs.clients.sdk that return types with arguments of type Ref Modifier and Type Method Description ApiResponse<Ref>BranchesApi.APIgetBranchRequest. executeWithHttpInfo()Execute getBranch request with HTTP info returnedApiResponse<Ref>TagsApi.APIcreateTagRequest. executeWithHttpInfo()Execute createTag request with HTTP info returnedApiResponse<Ref>TagsApi.APIgetTagRequest. executeWithHttpInfo()Execute getTag request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type Ref Modifier and Type Method Description okhttp3.CallBranchesApi.APIgetBranchRequest. executeAsync(ApiCallback<Ref> _callback)Execute getBranch request (asynchronously)okhttp3.CallTagsApi.APIcreateTagRequest. executeAsync(ApiCallback<Ref> _callback)Execute createTag request (asynchronously)okhttp3.CallTagsApi.APIgetTagRequest. executeAsync(ApiCallback<Ref> _callback)Execute getTag request (asynchronously) -
Uses of Ref in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Ref Modifier and Type Method Description RefRef. commitId(String commitId)static RefRef. fromJson(String jsonString)Create an instance of Ref given an JSON stringRefRef. id(String id)RefRef. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in io.lakefs.clients.sdk.model that return types with arguments of type Ref Modifier and Type Method Description List<Ref>RefList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type Ref Modifier and Type Method Description RefListRefList. addResultsItem(Ref resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type Ref Modifier and Type Method Description RefListRefList. results(List<Ref> results)voidRefList. setResults(List<Ref> results)
-