Package com.braintrustdata.api.models
Class SpanIframeListPageResponse.Builder
-
- All Implemented Interfaces:
public final class SpanIframeListPageResponse.BuilderA builder for SpanIframeListPageResponse.
-
-
Method Summary
Modifier and Type Method Description final SpanIframeListPageResponse.Builderobjects(List<SpanIFrame> objects)A list of span_iframe objects final SpanIframeListPageResponse.Builderobjects(JsonField<List<SpanIFrame>> objects)Sets Builder.objects to an arbitrary JSON value. final SpanIframeListPageResponse.BuilderaddObject(SpanIFrame object_)Adds a single SpanIFrame to objects. final SpanIframeListPageResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final SpanIframeListPageResponse.BuilderputAdditionalProperty(String key, JsonValue value)final SpanIframeListPageResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final SpanIframeListPageResponse.BuilderremoveAdditionalProperty(String key)final SpanIframeListPageResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final SpanIframeListPageResponsebuild()Returns an immutable instance of SpanIframeListPageResponse. -
-
Method Detail
-
objects
final SpanIframeListPageResponse.Builder objects(List<SpanIFrame> objects)
A list of span_iframe objects
-
objects
final SpanIframeListPageResponse.Builder objects(JsonField<List<SpanIFrame>> objects)
Sets Builder.objects to an arbitrary JSON value.
You should usually call Builder.objects with a well-typed
List<SpanIFrame>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addObject
final SpanIframeListPageResponse.Builder addObject(SpanIFrame object_)
Adds a single SpanIFrame to objects.
-
additionalProperties
final SpanIframeListPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SpanIframeListPageResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SpanIframeListPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SpanIframeListPageResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SpanIframeListPageResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SpanIframeListPageResponse build()
Returns an immutable instance of SpanIframeListPageResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.objects()
-
-
-
-