Package com.increase.api.models.programs
Class ProgramListPageAsync
-
- All Implemented Interfaces:
public final class ProgramListPageAsyncList Programs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProgramListPageAsync.Responsepublic final classProgramListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ProgramListPageAsync.Responseresponse()final List<Program>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ProgramListParams>getNextPageParams()final CompletableFuture<Optional<ProgramListPageAsync>>getNextPage()final ProgramListPageAsync.AutoPagerautoPager()final static ProgramListPageAsyncof(ProgramServiceAsync programsService, ProgramListParams params, ProgramListPageAsync.Response response)-
-
Method Detail
-
response
final ProgramListPageAsync.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ProgramListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ProgramListPageAsync>> getNextPage()
-
autoPager
final ProgramListPageAsync.AutoPager autoPager()
-
of
final static ProgramListPageAsync of(ProgramServiceAsync programsService, ProgramListParams params, ProgramListPageAsync.Response response)
-
-
-
-