Package com.braintrustdata.api.models
Class SpanIframeListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class SpanIframeListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description SpanIframeListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final SpanIframeListPageAsync.Response.Builderobjects(List<SpanIFrame> objects)final SpanIframeListPageAsync.Response.Builderobjects(JsonField<List<SpanIFrame>> objects)final SpanIframeListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final SpanIframeListPageAsync.Responsebuild()Returns an immutable instance of Response. -
-
Method Detail
-
objects
final SpanIframeListPageAsync.Response.Builder objects(List<SpanIFrame> objects)
-
objects
final SpanIframeListPageAsync.Response.Builder objects(JsonField<List<SpanIFrame>> objects)
-
putAdditionalProperty
final SpanIframeListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final SpanIframeListPageAsync.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-