Class StitchRequestBody
java.lang.Object
org.apache.camel.component.stitch.client.models.StitchRequestBody
- All Implemented Interfaces:
StitchModel
This represents the schema here: https://www.stitchdata.com/docs/developers/import-api/api#batch-data--arguments
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StitchRequestBody.Builderbuilder()static StitchRequestBody.Builderstatic StitchRequestBody.BuildertoMap()Create a map representation of the model which is essentially the JSON representation of the model.
-
Field Details
-
TABLE_NAME
- See Also:
-
SCHEMA
- See Also:
-
MESSAGES
- See Also:
-
KEY_NAMES
- See Also:
-
-
Method Details
-
builder
-
fromStitchRequestBody
-
fromMap
-
getTableName
-
getSchema
-
getMessages
-
getKeyNames
-
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>
-