Class FileImportRequest
Object
BaseImportRequest
FileImportRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SynchronizationBatchRequest
,SynchronizationRequest
Deprecated.
The request defining import call properties from file.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
FileImportRequest.Builder<T extends FileImportRequest,
B extends FileImportRequest.Builder<T, B>> Deprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protected
FileImportRequest
(FileImportRequest.Builder<? extends FileImportRequest, ?> builder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FileImportRequest.Builder
<? extends FileImportRequest, ?> builder()
Deprecated.getFile()
Deprecated.Deprecated.Deprecated.void
Deprecated.Sets the file containing import request.void
Deprecated.Sets theid
of the file containing import request.void
setFileName
(String fileName) Deprecated.Sets the name of the file used for import.Methods inherited from class BaseImportRequest
getBatchSize, isSendNotification
-
Constructor Details
-
FileImportRequest
public FileImportRequest()Deprecated. -
FileImportRequest
Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getFileId
Deprecated. -
setFileId
Deprecated.Sets theid
of the file containing import request.NOTE: if this field is used,
file
andfileName
should not be set.- Parameters:
fileId
- theid
of the file containing import request
-
getFile
Deprecated. -
setFile
Deprecated.Sets the file containing import request.NOTE: if this field is used,
fileId
should not be set.- Parameters:
file
- the file containing import request
-
getFileName
Deprecated. -
setFileName
Deprecated.Sets the name of the file used for import. Should be set iffile
is set.NOTE: if this field is used,
fileId
should not be set.- Parameters:
fileName
- the name of the file used for import
-
ImportJsonInJobRequest
.