Package com.braintrustdata.api.models
Class SpanIframeListPageAsync
-
- All Implemented Interfaces:
public final class SpanIframeListPageAsyncList 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 classSpanIframeListPageAsync.Responsepublic final classSpanIframeListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final SpanIframeListPageAsync.Responseresponse()final List<SpanIFrame>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<SpanIframeListParams>getNextPageParams()final CompletableFuture<Optional<SpanIframeListPageAsync>>getNextPage()final SpanIframeListPageAsync.AutoPagerautoPager()final static SpanIframeListPageAsyncof(SpanIframeServiceAsync spanIframesService, SpanIframeListParams params, SpanIframeListPageAsync.Response response)-
-
Method Detail
-
response
final SpanIframeListPageAsync.Response response()
-
objects
final List<SpanIFrame> objects()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<SpanIframeListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<SpanIframeListPageAsync>> getNextPage()
-
autoPager
final SpanIframeListPageAsync.AutoPager autoPager()
-
of
final static SpanIframeListPageAsync of(SpanIframeServiceAsync spanIframesService, SpanIframeListParams params, SpanIframeListPageAsync.Response response)
-
-
-
-