Package com.increase.api.models
Class IntrafiExclusionListPageAsync
-
- All Implemented Interfaces:
public final class IntrafiExclusionListPageAsyncList IntraFi Exclusions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIntrafiExclusionListPageAsync.Responsepublic final classIntrafiExclusionListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final IntrafiExclusionListPageAsync.Responseresponse()final List<IntrafiExclusion>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<IntrafiExclusionListParams>getNextPageParams()final CompletableFuture<Optional<IntrafiExclusionListPageAsync>>getNextPage()final IntrafiExclusionListPageAsync.AutoPagerautoPager()final static IntrafiExclusionListPageAsyncof(IntrafiExclusionServiceAsync intrafiExclusionsService, IntrafiExclusionListParams params, IntrafiExclusionListPageAsync.Response response)-
-
Method Detail
-
response
final IntrafiExclusionListPageAsync.Response response()
-
data
final List<IntrafiExclusion> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<IntrafiExclusionListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<IntrafiExclusionListPageAsync>> getNextPage()
-
autoPager
final IntrafiExclusionListPageAsync.AutoPager autoPager()
-
of
final static IntrafiExclusionListPageAsync of(IntrafiExclusionServiceAsync intrafiExclusionsService, IntrafiExclusionListParams params, IntrafiExclusionListPageAsync.Response response)
-
-
-
-