Package com.lithic.api.models
Class AuthRuleV2ListPageAsync
-
- All Implemented Interfaces:
public final class AuthRuleV2ListPageAsyncLists V2 authorization rules
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2ListPageAsync.Responsepublic final classAuthRuleV2ListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AuthRuleV2ListPageAsync.Responseresponse()final List<V2ListResponse>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AuthRuleV2ListParams>getNextPageParams()final CompletableFuture<Optional<AuthRuleV2ListPageAsync>>getNextPage()final AuthRuleV2ListPageAsync.AutoPagerautoPager()final static AuthRuleV2ListPageAsyncof(V2ServiceAsync v2Service, AuthRuleV2ListParams params, AuthRuleV2ListPageAsync.Response response)-
-
Method Detail
-
response
final AuthRuleV2ListPageAsync.Response response()
-
data
final List<V2ListResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AuthRuleV2ListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AuthRuleV2ListPageAsync>> getNextPage()
-
autoPager
final AuthRuleV2ListPageAsync.AutoPager autoPager()
-
of
final static AuthRuleV2ListPageAsync of(V2ServiceAsync v2Service, AuthRuleV2ListParams params, AuthRuleV2ListPageAsync.Response response)
-
-
-
-