Package com.courier.models
Class ElementalActionNodeWithType
-
- All Implemented Interfaces:
public final class ElementalActionNodeWithType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classElementalActionNodeWithType.BuilderA builder for ElementalActionNodeWithType.
public final classElementalActionNodeWithType.Type
-
Method Summary
-
-
Method Detail
-
toElementalBaseNode
final ElementalBaseNode toElementalBaseNode()
-
type
final Optional<ElementalActionNodeWithType.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<ElementalActionNodeWithType.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 ElementalActionNodeWithType.Builder toBuilder()
-
validate
final ElementalActionNodeWithType validate()
-
builder
final static ElementalActionNodeWithType.Builder builder()
Returns a mutable builder for constructing an instance of ElementalActionNodeWithType.
-
-
-
-