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 classFileImportRequest.Builder<T extends FileImportRequest,B extends FileImportRequest.Builder<T, B>> Deprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protectedFileImportRequest(FileImportRequest.Builder<? extends FileImportRequest, ?> builder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic FileImportRequest.Builder<? extends FileImportRequest, ?> builder()Deprecated.getFile()Deprecated.Deprecated.Deprecated.voidDeprecated.Sets the file containing import request.voidDeprecated.Sets theidof the file containing import request.voidsetFileName(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 theidof the file containing import request.NOTE: if this field is used,
fileandfileNameshould not be set.- Parameters:
fileId- theidof the file containing import request
-
getFile
Deprecated. -
setFile
Deprecated.Sets the file containing import request.NOTE: if this field is used,
fileIdshould 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 iffileis set.NOTE: if this field is used,
fileIdshould not be set.- Parameters:
fileName- the name of the file used for import
-
ImportJsonInJobRequest.