Uses of Class
io.lakefs.clients.sdk.model.Group
-
Packages that use Group Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of Group in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return Group Modifier and Type Method Description GroupAuthApi.APIcreateGroupRequest. execute()Execute createGroup requestGroupAuthApi.APIgetGroupRequest. execute()Execute getGroup requestMethods in io.lakefs.clients.sdk that return types with arguments of type Group Modifier and Type Method Description ApiResponse<Group>AuthApi.APIcreateGroupRequest. executeWithHttpInfo()Execute createGroup request with HTTP info returnedApiResponse<Group>AuthApi.APIgetGroupRequest. executeWithHttpInfo()Execute getGroup request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type Group Modifier and Type Method Description okhttp3.CallAuthApi.APIcreateGroupRequest. executeAsync(ApiCallback<Group> _callback)Execute createGroup request (asynchronously)okhttp3.CallAuthApi.APIgetGroupRequest. executeAsync(ApiCallback<Group> _callback)Execute getGroup request (asynchronously) -
Uses of Group in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Group Modifier and Type Method Description GroupGroup. creationDate(Long creationDate)static GroupGroup. fromJson(String jsonString)Create an instance of Group given an JSON stringGroupGroup. id(String id)GroupGroup. name(String name)GroupGroup. 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 Group Modifier and Type Method Description List<Group>GroupList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type Group Modifier and Type Method Description GroupListGroupList. addResultsItem(Group resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type Group Modifier and Type Method Description GroupListGroupList. results(List<Group> results)voidGroupList. setResults(List<Group> results)
-