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