Package com.gooddata.warehouse
Class WarehouseS3CredentialsList
- java.lang.Object
-
- com.gooddata.collections.PageableList<WarehouseS3Credentials>
-
- com.gooddata.warehouse.WarehouseS3CredentialsList
-
- All Implemented Interfaces:
Iterable<WarehouseS3Credentials>,Collection<WarehouseS3Credentials>,List<WarehouseS3Credentials>
public class WarehouseS3CredentialsList extends com.gooddata.collections.PageableList<WarehouseS3Credentials>
List of warehouse S3 credentials for a given warehouse
-
-
Constructor Summary
Constructors Constructor Description WarehouseS3CredentialsList(List<WarehouseS3Credentials> items)WarehouseS3CredentialsList(List<WarehouseS3Credentials> items, 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
-
WarehouseS3CredentialsList
public WarehouseS3CredentialsList(List<WarehouseS3Credentials> items)
-
WarehouseS3CredentialsList
public WarehouseS3CredentialsList(List<WarehouseS3Credentials> items, Map<String,String> links)
-
-