Class InboundMailItemListPage
-
- All Implemented Interfaces:
public final class InboundMailItemListPageList Inbound Mail Items
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundMailItemListPage.Responsepublic final classInboundMailItemListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundMailItemListPage.Responseresponse()final List<InboundMailItem>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundMailItemListParams>getNextPageParams()final Optional<InboundMailItemListPage>getNextPage()final InboundMailItemListPage.AutoPagerautoPager()final static InboundMailItemListPageof(InboundMailItemService inboundMailItemsService, InboundMailItemListParams params, InboundMailItemListPage.Response response)-
-
Method Detail
-
response
final InboundMailItemListPage.Response response()
-
data
final List<InboundMailItem> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundMailItemListParams> getNextPageParams()
-
getNextPage
final Optional<InboundMailItemListPage> getNextPage()
-
autoPager
final InboundMailItemListPage.AutoPager autoPager()
-
of
final static InboundMailItemListPage of(InboundMailItemService inboundMailItemsService, InboundMailItemListParams params, InboundMailItemListPage.Response response)
-
-
-
-