Package com.confidentify.client.model
Class IngestFileRequest
- java.lang.Object
-
- com.confidentify.client.model.IngestFileRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class IngestFileRequest extends Object
IngestFileRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngestFileRequest.FileTypeEnumDefines the type of file and thus also the type of data ingestion to perform.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FILE_TYPEstatic StringSERIALIZED_NAME_RECORD_SOURCE
-
Constructor Summary
Constructors Constructor Description IngestFileRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IngestFileRequestfileType(IngestFileRequest.FileTypeEnum fileType)IngestFileRequest.FileTypeEnumgetFileType()Defines the type of file and thus also the type of data ingestion to perform.StringgetRecordSource()Defines a string which identifies the source of any records in the file.inthashCode()IngestFileRequestrecordSource(String recordSource)voidsetFileType(IngestFileRequest.FileTypeEnum fileType)voidsetRecordSource(String recordSource)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_FILE_TYPE
public static final String SERIALIZED_NAME_FILE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD_SOURCE
public static final String SERIALIZED_NAME_RECORD_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileType
public IngestFileRequest fileType(IngestFileRequest.FileTypeEnum fileType)
-
getFileType
@Nullable public IngestFileRequest.FileTypeEnum getFileType()
Defines the type of file and thus also the type of data ingestion to perform.- Returns:
- fileType
-
setFileType
public void setFileType(IngestFileRequest.FileTypeEnum fileType)
-
recordSource
public IngestFileRequest recordSource(String recordSource)
-
getRecordSource
@Nullable public String getRecordSource()
Defines a string which identifies the source of any records in the file. This could be the original filename or the name of the originating data source.- Returns:
- recordSource
-
setRecordSource
public void setRecordSource(String recordSource)
-
-