Package com.braintrustdata.api.models
Class SpanIframeListPage
-
- All Implemented Interfaces:
public final class SpanIframeListPageList out all span_iframes. The span_iframes are sorted by creation date, with the most recently-created span_iframes coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpanIframeListPage.Responsepublic final classSpanIframeListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final SpanIframeListPage.Responseresponse()final List<SpanIFrame>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<SpanIframeListParams>getNextPageParams()final Optional<SpanIframeListPage>getNextPage()final SpanIframeListPage.AutoPagerautoPager()final static SpanIframeListPageof(SpanIframeService spanIframesService, SpanIframeListParams params, SpanIframeListPage.Response response)-
-
Method Detail
-
response
final SpanIframeListPage.Response response()
-
objects
final List<SpanIFrame> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<SpanIframeListParams> getNextPageParams()
-
getNextPage
final Optional<SpanIframeListPage> getNextPage()
-
autoPager
final SpanIframeListPage.AutoPager autoPager()
-
of
final static SpanIframeListPage of(SpanIframeService spanIframesService, SpanIframeListParams params, SpanIframeListPage.Response response)
-
-
-
-