Class StitchSchema
java.lang.Object
org.apache.camel.component.stitch.client.models.StitchSchema
- All Implemented Interfaces:
StitchModel
This represents the schema here: https://www.stitchdata.com/docs/developers/import-api/api#schema-object
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StitchSchema.Builderbuilder()toMap()Create a map representation of the model which is essentially the JSON representation of the model.
-
Method Details
-
builder
-
getKeywords
-
toMap
Description copied from interface:StitchModelCreate a map representation of the model which is essentially the JSON representation of the model.- Specified by:
toMapin interfaceStitchModel- Returns:
Map<String,Object>
-