Package org.arvados.client.api.model
Class UserList
- java.lang.Object
-
- org.arvados.client.api.model.ItemList
-
- org.arvados.client.api.model.UserList
-
public class UserList extends ItemList
-
-
Constructor Summary
Constructors Constructor Description UserList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<User>
getItems()
void
setItems(java.util.List<User> items)
-
Methods inherited from class org.arvados.client.api.model.ItemList
getEtag, getItemsAvailable, getKind, getLimit, getOffset, getSelfLink, setEtag, setItemsAvailable, setKind, setLimit, setOffset, setSelfLink
-
-