Package com.courier.models.journeys
Class JourneyApiInvokeTriggerNode.Schema
-
- All Implemented Interfaces:
public final class JourneyApiInvokeTriggerNode.SchemaA JSONSchema object (Draft-07-compatible). Validated at runtime by Ajv.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyApiInvokeTriggerNode.Schema.BuilderA builder for Schema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final JourneyApiInvokeTriggerNode.Schema.BuildertoBuilder()final JourneyApiInvokeTriggerNode.Schemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneyApiInvokeTriggerNode.Schema.Builderbuilder()Returns a mutable builder for constructing an instance of Schema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyApiInvokeTriggerNode.Schema.Builder toBuilder()
-
validate
final JourneyApiInvokeTriggerNode.Schema 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 JourneyApiInvokeTriggerNode.Schema.Builder builder()
Returns a mutable builder for constructing an instance of Schema.
-
-
-
-