Package com.braintrustdata.api.models
Class SpanIframeListPage
-
- All Implemented Interfaces:
public final class SpanIframeListPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpanIframeListPage.BuilderA builder for SpanIframeListPage.
public final classSpanIframeListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final List<SpanIFrame>objects()Delegates to SpanIframeListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<SpanIframeListParams>getNextPageParams()final Optional<SpanIframeListPage>getNextPage()final SpanIframeListPage.AutoPagerautoPager()final SpanIframeListParamsparams()The parameters that were used to request this page. final SpanIframeListPageResponseresponse()The response that this page was parsed from. final SpanIframeListPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SpanIframeListPage.Builderbuilder()Returns a mutable builder for constructing an instance of SpanIframeListPage. -
-
Method Detail
-
objects
final List<SpanIFrame> objects()
Delegates to SpanIframeListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<SpanIframeListParams> getNextPageParams()
-
getNextPage
final Optional<SpanIframeListPage> getNextPage()
-
autoPager
final SpanIframeListPage.AutoPager autoPager()
-
params
final SpanIframeListParams params()
The parameters that were used to request this page.
-
response
final SpanIframeListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final SpanIframeListPage.Builder toBuilder()
-
builder
final static SpanIframeListPage.Builder builder()
Returns a mutable builder for constructing an instance of SpanIframeListPage.
The following fields are required:
.service() .params() .response()
-
-
-
-