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