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