Package com.increase.api.models
Class BookkeepingAccountListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class BookkeepingAccountListPage.AutoPager implements Iterable<BookkeepingAccount>
-
-
Constructor Summary
Constructors Constructor Description BookkeepingAccountListPage.AutoPager(BookkeepingAccountListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<BookkeepingAccount>iterator()final Stream<BookkeepingAccount>stream()-
-
Constructor Detail
-
BookkeepingAccountListPage.AutoPager
BookkeepingAccountListPage.AutoPager(BookkeepingAccountListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<BookkeepingAccount> iterator()
-
stream
final Stream<BookkeepingAccount> stream()
-
-
-
-