Package com.braintrustdata.api.models
Class SpanIframeListPage.Builder
-
- All Implemented Interfaces:
public final class SpanIframeListPage.BuilderA builder for SpanIframeListPage.
-
-
Method Summary
Modifier and Type Method Description final SpanIframeListPage.Builderservice(SpanIframeService service)final SpanIframeListPage.Builderparams(SpanIframeListParams params)The parameters that were used to request this page. final SpanIframeListPage.Builderresponse(SpanIframeListPageResponse response)The response that this page was parsed from. final SpanIframeListPagebuild()Returns an immutable instance of SpanIframeListPage. -
-
Method Detail
-
service
final SpanIframeListPage.Builder service(SpanIframeService service)
-
params
final SpanIframeListPage.Builder params(SpanIframeListParams params)
The parameters that were used to request this page.
-
response
final SpanIframeListPage.Builder response(SpanIframeListPageResponse response)
The response that this page was parsed from.
-
build
final SpanIframeListPage build()
Returns an immutable instance of SpanIframeListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-