Class StitchSchema
- java.lang.Object
-
- org.apache.camel.component.stitch.client.models.StitchSchema
-
- All Implemented Interfaces:
StitchModel
public final class StitchSchema extends Object implements StitchModel
This represents the schema here: https://www.stitchdata.com/docs/developers/import-api/api#schema-object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStitchSchema.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StitchSchema.Builderbuilder()Map<String,Object>getKeywords()Map<String,Object>toMap()Create a map representation of the model which is essentially the JSON representation of the model.
-
-
-
Method Detail
-
builder
public static StitchSchema.Builder builder()
-
toMap
public Map<String,Object> 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
-
-