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