public interface SimpleTypeBuilder<T extends SimpleTypeBuilder<T,P>,P extends NestingBuilder> extends CommonBuilder<T>, NestedBuilder<P>
Modifier and Type | Method and Description |
---|---|
T |
withBoomiDataType(DataType dataType,
String format)
This method will add the "boomi_dataFormat" annotation to the simple type
definition represented by this builder.
|
withDescription, withId, withIgnoreForFilters, withIgnoreForSelection, withIgnoreForSort, withTitle
finish
T withBoomiDataType(DataType dataType, String format)
dataType
- the boomi data typeformat
- the format of the data typeSimpleTypeBuilder
instance