Package com.increase.api.models
Class AchPrenotificationListPage
-
- All Implemented Interfaces:
public final class AchPrenotificationListPageList ACH Prenotifications
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAchPrenotificationListPage.Responsepublic final classAchPrenotificationListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final AchPrenotificationListPage.Responseresponse()final List<AchPrenotification>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AchPrenotificationListParams>getNextPageParams()final Optional<AchPrenotificationListPage>getNextPage()final AchPrenotificationListPage.AutoPagerautoPager()final static AchPrenotificationListPageof(AchPrenotificationService achPrenotificationsService, AchPrenotificationListParams params, AchPrenotificationListPage.Response response)-
-
Method Detail
-
response
final AchPrenotificationListPage.Response response()
-
data
final List<AchPrenotification> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AchPrenotificationListParams> getNextPageParams()
-
getNextPage
final Optional<AchPrenotificationListPage> getNextPage()
-
autoPager
final AchPrenotificationListPage.AutoPager autoPager()
-
of
final static AchPrenotificationListPage of(AchPrenotificationService achPrenotificationsService, AchPrenotificationListParams params, AchPrenotificationListPage.Response response)
-
-
-
-