Class ElementalQuoteNodeWithType
-
- All Implemented Interfaces:
public final class ElementalQuoteNodeWithType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classElementalQuoteNodeWithType.BuilderA builder for ElementalQuoteNodeWithType.
public final classElementalQuoteNodeWithType.Type
-
Method Summary
Modifier and Type Method Description final ElementalBaseNodetoElementalBaseNode()final Optional<List<String>>channels()final Optional<String>if_()final Optional<String>loop()final Optional<String>ref()final Optional<ElementalQuoteNodeWithType.Type>type()final JsonField<List<String>>_channels()Returns the raw JSON value of channels. final JsonField<String>_if_()Returns the raw JSON value of if_. final JsonField<String>_loop()Returns the raw JSON value of loop. final JsonField<String>_ref()Returns the raw JSON value of ref. final JsonField<ElementalQuoteNodeWithType.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final ElementalQuoteNodeWithType.BuildertoBuilder()final ElementalQuoteNodeWithTypevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ElementalQuoteNodeWithType.Builderbuilder()Returns a mutable builder for constructing an instance of ElementalQuoteNodeWithType. -
-
Method Detail
-
toElementalBaseNode
final ElementalBaseNode toElementalBaseNode()
-
type
final Optional<ElementalQuoteNodeWithType.Type> type()
-
_channels
final JsonField<List<String>> _channels()
Returns the raw JSON value of channels.
Unlike channels, this method doesn't throw if the JSON field has an unexpected type.
-
_if_
final JsonField<String> _if_()
Returns the raw JSON value of if_.
Unlike if_, this method doesn't throw if the JSON field has an unexpected type.
-
_loop
final JsonField<String> _loop()
Returns the raw JSON value of loop.
Unlike loop, this method doesn't throw if the JSON field has an unexpected type.
-
_ref
final JsonField<String> _ref()
Returns the raw JSON value of ref.
Unlike ref, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<ElementalQuoteNodeWithType.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ElementalQuoteNodeWithType.Builder toBuilder()
-
validate
final ElementalQuoteNodeWithType validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ElementalQuoteNodeWithType.Builder builder()
Returns a mutable builder for constructing an instance of ElementalQuoteNodeWithType.
-
-
-
-