T
- type of the current builderpublic interface CommonBuilder<T>
SimpleTypeBuilder
, ComplexTypeBuilder
,
ArrayTypeBuilder
implementations and are always "in context" (i.e.,
can be chained to any other builder method).Modifier and Type | Method and Description |
---|---|
T |
withDescription(String value)
This method includes the "description" attribute in the current type
definition.
|
T |
withId(String value)
This method includes the "id" attribute in the current type definition.
|
T |
withIgnoreForFilters(boolean value)
This method includes the "ignoreForFilters" boomi field spec annotation
in the current type definition.
|
T |
withIgnoreForSelection(boolean value)
This method includes the "ignoreForSelection" boomi field spec annotation
in the current type definition.
|
T |
withIgnoreForSort(boolean value)
This method includes the "ignoreForSort" boomi field spec annotation in
the current type definition.
|
T |
withTitle(String value)
This method includes the "title" attribute in the current type
definition.
|
T withId(String value)
value
- the value of the attributeT withDescription(String value)
value
- the value of the attributeT withTitle(String value)
value
- the value of the attributeT withIgnoreForFilters(boolean value)
value
- the value of the attributeT withIgnoreForSelection(boolean value)
value
- the value of the attributeT withIgnoreForSort(boolean value)
value
- the value of the attribute