Uses of Class
io.lakefs.clients.api.model.GroupList
-
Packages that use GroupList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of GroupList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return GroupList Modifier and Type Method Description GroupListAuthApi. listGroups(String prefix, String after, Integer amount)list groupsGroupListAuthApi. listUserGroups(String userId, String prefix, String after, Integer amount)list user groupsMethods in io.lakefs.clients.api that return types with arguments of type GroupList Modifier and Type Method Description ApiResponse<GroupList>AuthApi. listGroupsWithHttpInfo(String prefix, String after, Integer amount)list groupsApiResponse<GroupList>AuthApi. listUserGroupsWithHttpInfo(String userId, String prefix, String after, Integer amount)list user groupsMethod parameters in io.lakefs.clients.api with type arguments of type GroupList Modifier and Type Method Description okhttp3.CallAuthApi. listGroupsAsync(String prefix, String after, Integer amount, ApiCallback<GroupList> _callback)list groups (asynchronously)okhttp3.CallAuthApi. listUserGroupsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<GroupList> _callback)list user groups (asynchronously) -
Uses of GroupList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return GroupList Modifier and Type Method Description GroupListGroupList. addResultsItem(Group resultsItem)GroupListGroupList. pagination(Pagination pagination)GroupListGroupList. results(List<Group> results)
-