public static final class ImageApi.ImagePagesInProject extends BaseArg0ToIteratorOfListPage<Image,ImageApi.ImagePagesInProject>
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Image>> |
fetchNextPage(String projectName,
ListOptions options)
This is used when you need to close over the first argument of this api.
|
apply, setContext
protected com.google.common.base.Function<String,ListPage<Image>> fetchNextPage(String projectName, ListOptions options)
BaseArg0ToIteratorOfListPage
arg0
will become "myzone", which you can use to ensure the next page goes to the
same zone: api.operations().listInZone("myzone")
fetchNextPage
in class BaseArg0ToIteratorOfListPage<Image,ListOptions,ImageApi.ImagePagesInProject>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.