Class BaseArg0ToIteratorOfListPage<T,​O extends ListOptions,​I extends BaseArg0ToIteratorOfListPage<T,​O,​I>>

    • Constructor Detail

      • BaseArg0ToIteratorOfListPage

        public BaseArg0ToIteratorOfListPage()
    • Method Detail

      • fetchNextPage

        protected abstract com.google.common.base.Function<String,​ListPage<T>> fetchNextPage​(String arg0,
                                                                                                   O options)
        This is used when you need to close over the first argument of this api.

        For example, arg0 will become "myzone", which you can use to ensure the next page goes to the same zone:

        api.operations().listInZone("myzone")