Class StitchMessage
java.lang.Object
org.apache.camel.component.stitch.client.models.StitchMessage
- All Implemented Interfaces:
StitchModel
This represents the schema here: https://www.stitchdata.com/docs/developers/import-api/api#message-object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StitchMessage.Builderbuilder()static StitchMessage.BuildergetData()longtoMap()Create a map representation of the model which is essentially the JSON representation of the model.
-
Field Details
-
ACTION
- See Also:
-
SEQUENCE
- See Also:
-
DATA
- See Also:
-
-
Method Details
-
builder
-
fromMap
-
getAction
-
getSequence
public long getSequence() -
getData
-
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>
-