Uses of Class
io.lakefs.clients.api.model.Group
-
Packages that use Group Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Group in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Group Modifier and Type Method Description GroupAuthApi. createGroup(GroupCreation groupCreation)create groupGroupAuthApi. getGroup(String groupId)get groupMethods in io.lakefs.clients.api that return types with arguments of type Group Modifier and Type Method Description ApiResponse<Group>AuthApi. createGroupWithHttpInfo(GroupCreation groupCreation)create groupApiResponse<Group>AuthApi. getGroupWithHttpInfo(String groupId)get groupMethod parameters in io.lakefs.clients.api with type arguments of type Group Modifier and Type Method Description okhttp3.CallAuthApi. createGroupAsync(GroupCreation groupCreation, ApiCallback<Group> _callback)create group (asynchronously)okhttp3.CallAuthApi. getGroupAsync(String groupId, ApiCallback<Group> _callback)get group (asynchronously) -
Uses of Group in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Group Modifier and Type Method Description GroupGroup. creationDate(Long creationDate)GroupGroup. id(String id)Methods in io.lakefs.clients.api.model that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Group Modifier and Type Method Description GroupListGroupList. addResultsItem(Group resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Group Modifier and Type Method Description GroupListGroupList. results(List<Group> results)voidGroupList. setResults(List<Group> results)
-