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