public class PageIteratorFactory
extends Object
| Modifier and Type | Method and Description |
|---|---|
static PageIterator<?> |
getIterator(IteratorType iteratorType,
MindsphereAPIClient client,
Integer pageSize) |
static PageIterator<?> |
getIterator(IteratorType iteratorType,
MindsphereAPIClient client,
Integer pageSize,
Integer pageNumber) |
static PageIterator<?> |
getIterator(IteratorType iteratorType,
StructureClient client,
String id,
Integer pageSize) |
public static PageIterator<?> getIterator(IteratorType iteratorType, MindsphereAPIClient client, Integer pageSize) throws MindsphereClientException
MindsphereClientExceptionpublic static PageIterator<?> getIterator(IteratorType iteratorType, MindsphereAPIClient client, Integer pageSize, Integer pageNumber) throws MindsphereClientException
MindsphereClientExceptionpublic static PageIterator<?> getIterator(IteratorType iteratorType, StructureClient client, String id, Integer pageSize) throws MindsphereClientException
MindsphereClientException