Package com.braintrustdata.api.models
Class SpanIframeListPageResponse
-
- All Implemented Interfaces:
public final class SpanIframeListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpanIframeListPageResponse.BuilderA builder for SpanIframeListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<SpanIFrame>objects()A list of span_iframe objects final JsonField<List<SpanIFrame>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final SpanIframeListPageResponse.BuildertoBuilder()final SpanIframeListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SpanIframeListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SpanIframeListPageResponse. -
-
Method Detail
-
objects
final List<SpanIFrame> objects()
A list of span_iframe objects
-
_objects
final JsonField<List<SpanIFrame>> _objects()
Returns the raw JSON value of objects.
Unlike objects, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SpanIframeListPageResponse.Builder toBuilder()
-
validate
final SpanIframeListPageResponse validate()
-
builder
final static SpanIframeListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of SpanIframeListPageResponse.
The following fields are required:
.objects()
-
-
-
-