Package com.gooddata.warehouse
Class WarehouseUsers
- java.lang.Object
-
- com.gooddata.collections.PageableList<WarehouseUser>
-
- com.gooddata.warehouse.WarehouseUsers
-
- All Implemented Interfaces:
Iterable<WarehouseUser>,Collection<WarehouseUser>,List<WarehouseUser>
public class WarehouseUsers extends com.gooddata.collections.PageableList<WarehouseUser>
List of warehouse users.
-
-
Constructor Summary
Constructors Constructor Description WarehouseUsers(List<WarehouseUser> items, com.gooddata.collections.Paging paging)WarehouseUsers(List<WarehouseUser> items, com.gooddata.collections.Paging paging, Map<String,String> links)
-
Method Summary
-
Methods inherited from class com.gooddata.collections.PageableList
add, add, addAll, addAll, clear, collectAll, contains, containsAll, equals, get, getCurrentPageItems, getLinks, getNextPage, getPaging, hashCode, hasNextPage, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
TEMPLATE
public static final org.springframework.web.util.UriTemplate TEMPLATE
-
-
Constructor Detail
-
WarehouseUsers
public WarehouseUsers(List<WarehouseUser> items, com.gooddata.collections.Paging paging)
-
WarehouseUsers
public WarehouseUsers(List<WarehouseUser> items, com.gooddata.collections.Paging paging, Map<String,String> links)
-
-