Package com.confidentify.client.model
Class IngestDocumentsRequest
- java.lang.Object
-
- com.confidentify.client.model.IngestDocumentsRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class IngestDocumentsRequest extends Object
IngestDocumentsRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RECORD_SOURCEstatic StringSERIALIZED_NAME_RECORDS
-
Constructor Summary
Constructors Constructor Description IngestDocumentsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestDocumentsRequestaddRecordsItem(IdentifyRequestRecord recordsItem)booleanequals(Object o)List<IdentifyRequestRecord>getRecords()Get recordsStringgetRecordSource()Defines a string which identifies the source of any records in the documents.inthashCode()IngestDocumentsRequestrecords(List<IdentifyRequestRecord> records)IngestDocumentsRequestrecordSource(String recordSource)voidsetRecords(List<IdentifyRequestRecord> records)voidsetRecordSource(String recordSource)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RECORD_SOURCE
public static final String SERIALIZED_NAME_RECORD_SOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORDS
public static final String SERIALIZED_NAME_RECORDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
recordSource
public IngestDocumentsRequest recordSource(String recordSource)
-
getRecordSource
@Nullable public String getRecordSource()
Defines a string which identifies the source of any records in the documents. This could be the name of the originating document store or system.- Returns:
- recordSource
-
setRecordSource
public void setRecordSource(String recordSource)
-
records
public IngestDocumentsRequest records(List<IdentifyRequestRecord> records)
-
addRecordsItem
public IngestDocumentsRequest addRecordsItem(IdentifyRequestRecord recordsItem)
-
getRecords
@Nullable public List<IdentifyRequestRecord> getRecords()
Get records- Returns:
- records
-
setRecords
public void setRecords(List<IdentifyRequestRecord> records)
-
-