Package com.braintrustdata.api.models
Class SpanIframeUpdateParams.Body
-
- All Implemented Interfaces:
public final class SpanIframeUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpanIframeUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>description()Textual description of the span iframe final Optional<String>name()Name of the span iframe final Optional<Boolean>postMessage()Whether to post messages to the iframe containing the span's data. final Optional<String>url()URL to embed the project viewer in an iframe final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Boolean>_postMessage()Returns the raw JSON value of postMessage. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final SpanIframeUpdateParams.Body.BuildertoBuilder()final SpanIframeUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SpanIframeUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
description
final Optional<String> description()
Textual description of the span iframe
-
postMessage
final Optional<Boolean> postMessage()
Whether to post messages to the iframe containing the span's data. This is useful when you want to render more data than fits in the URL.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_postMessage
final JsonField<Boolean> _postMessage()
Returns the raw JSON value of postMessage.
Unlike postMessage, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SpanIframeUpdateParams.Body.Builder toBuilder()
-
validate
final SpanIframeUpdateParams.Body validate()
-
builder
final static SpanIframeUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-