com.hp.lft.sdk.sap.ui5

Class RowRepeaterDescription.Builder

  • Enclosing class:
    RowRepeaterDescription


    public static class RowRepeaterDescription.Builder
    extends RowRepeaterDescription.Init<RowRepeaterDescription.Builder>
    This class can be used to construct an instance of the RowRepeaterDescription class using the builder pattern.
    Usage example: RowRepeaterDescription description = new RowRepeaterDescription.Builder().tagName("some tag").Name("some name").build();