Uses of Class
io.lakefs.clients.api.model.UserList
-
Packages that use UserList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of UserList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return UserList Modifier and Type Method Description UserListAuthApi. listGroupMembers(String groupId, String prefix, String after, Integer amount)list group membersUserListAuthApi. listUsers(String prefix, String after, Integer amount)list usersMethods in io.lakefs.clients.api that return types with arguments of type UserList Modifier and Type Method Description ApiResponse<UserList>AuthApi. listGroupMembersWithHttpInfo(String groupId, String prefix, String after, Integer amount)list group membersApiResponse<UserList>AuthApi. listUsersWithHttpInfo(String prefix, String after, Integer amount)list usersMethod parameters in io.lakefs.clients.api with type arguments of type UserList Modifier and Type Method Description okhttp3.CallAuthApi. listGroupMembersAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<UserList> _callback)list group members (asynchronously)okhttp3.CallAuthApi. listUsersAsync(String prefix, String after, Integer amount, ApiCallback<UserList> _callback)list users (asynchronously) -
Uses of UserList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return UserList Modifier and Type Method Description UserListUserList. addResultsItem(User resultsItem)UserListUserList. pagination(Pagination pagination)UserListUserList. results(List<User> results)
-