Class RowData


  • public class RowData
    extends Object
    Provides a Row Data type SharePoint class.
    Since:
    3.5.0
    • Constructor Detail

      • RowData

        public RowData()
        Create a new RowData object.
      • RowData

        public RowData​(String[][] rowData)
        Create a new RowData object with the given 2d string array to map of attributes.
        Parameters:
        rowData - the 2d string array to map of attributes
    • Method Detail

      • addRow

        public void addRow​(Map<String,​String> rowData)
        Add a row data element.
        Parameters:
        rowData - a row data element
      • getRowList

        public List<Map<String,​String>> getRowList()
        Return the list of row data.
        Returns:
        the list of row data.