Package com.gooddata.warehouse
Class WarehouseSchemas
- java.lang.Object
-
- com.gooddata.collections.PageableList<WarehouseSchema>
-
- com.gooddata.warehouse.WarehouseSchemas
-
- All Implemented Interfaces:
Iterable<WarehouseSchema>,Collection<WarehouseSchema>,List<WarehouseSchema>
public class WarehouseSchemas extends com.gooddata.collections.PageableList<WarehouseSchema>
List of warehouse schemas. Deserialization Only.
-
-
Constructor Summary
Constructors Constructor Description WarehouseSchemas(List<WarehouseSchema> items, com.gooddata.collections.Paging paging)WarehouseSchemas(List<WarehouseSchema> 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
-
WarehouseSchemas
public WarehouseSchemas(List<WarehouseSchema> items, com.gooddata.collections.Paging paging)
-
WarehouseSchemas
public WarehouseSchemas(List<WarehouseSchema> items, com.gooddata.collections.Paging paging, Map<String,String> links)
-
-