Uses of Interface
com.helger.photon.exchange.bulkexport.IExportRecordField
-
Packages that use IExportRecordField Package Description com.helger.photon.exchange.bulkexport -
-
Uses of IExportRecordField in com.helger.photon.exchange.bulkexport
Classes in com.helger.photon.exchange.bulkexport that implement IExportRecordField Modifier and Type Class Description classExportRecordFieldA single field for exporting.Methods in com.helger.photon.exchange.bulkexport that return types with arguments of type IExportRecordField Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IExportRecordField>ExportRecord. getAllFields()com.helger.commons.collection.impl.ICommonsList<? extends IExportRecordField>IExportRecord. getAllFields()Methods in com.helger.photon.exchange.bulkexport with parameters of type IExportRecordField Modifier and Type Method Description ExportRecordExportRecord. addField(IExportRecordField aField)Constructors in com.helger.photon.exchange.bulkexport with parameters of type IExportRecordField Constructor Description ExportRecord(IExportRecordField... aFields)Constructor parameters in com.helger.photon.exchange.bulkexport with type arguments of type IExportRecordField Constructor Description ExportRecord(Iterable<? extends IExportRecordField> aFields)
-