Uses of Interface
com.veeva.vault.sdk.api.csv.Row
Packages that use Row
Package
Description
This package provides interfaces to manage reading and writing CSV data.
-
Uses of Row in com.veeva.vault.sdk.api.csv
Methods in com.veeva.vault.sdk.api.csv that return RowModifier and TypeMethodDescriptionRowBuilder.build()
Builds and returns the row.CsvData.getRow
(int index) Returns aRow
of data at a given index.Methods in com.veeva.vault.sdk.api.csv that return types with arguments of type RowMethods in com.veeva.vault.sdk.api.csv with parameters of type RowModifier and TypeMethodDescriptionAdds a row of values to the CSV data.