Class SpanIframeCreateParams.Body
-
- All Implemented Interfaces:
public final class SpanIframeCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpanIframeCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringname()Name of the span iframe final StringprojectId()Unique identifier for the project that the span iframe belongs under final Stringurl()URL to embed the project viewer in an iframe final Optional<String>description()Textual description of the span iframe final Optional<Boolean>postMessage()Whether to post messages to the iframe containing the span's data. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_projectId()Returns the raw JSON value of projectId. final JsonField<String>_url()Returns the raw JSON value of url. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<Boolean>_postMessage()Returns the raw JSON value of postMessage. final Map<String, JsonValue>_additionalProperties()final SpanIframeCreateParams.Body.BuildertoBuilder()final SpanIframeCreateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SpanIframeCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
projectId
final String projectId()
Unique identifier for the project that the span iframe belongs under
-
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.
-
_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.
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, 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.
-
_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.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SpanIframeCreateParams.Body.Builder toBuilder()
-
validate
final SpanIframeCreateParams.Body validate()
-
builder
final static SpanIframeCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.name() .projectId() .url()
-
-
-
-