Interface RtElementBuilder
public interface RtElementBuilder
The builder for creating elements
RtElement.- Since:
- 3.17.0
-
Method Summary
Modifier and TypeMethodDescriptionAdds link objects related to the current element.build()Sets value forRtElement.getId()position(RtPosition position) Sets value forRtElement.getPosition()Sets value forRtElement.getType()
-
Method Details
-
position
Sets value forRtElement.getPosition() -
type
Sets value forRtElement.getType() -
id
Sets value forRtElement.getId() -
addLinks
Adds link objects related to the current element.- Parameters:
links- the list of link objects.- Returns:
- the current builder.
-
build
- Returns:
- the element object
RtElement
-