Class FileImportRequest.Builder<T extends FileImportRequest,B extends FileImportRequest.Builder<T,B>>
Object
BaseImportRequest.Builder<T,B>
Builder<T,B>
- Direct Known Subclasses:
SynchronizationBatchRequest.Builder
,SynchronizationRequest.Builder
- Enclosing class:
FileImportRequest
public static class FileImportRequest.Builder<T extends FileImportRequest,B extends FileImportRequest.Builder<T,B>>
extends BaseImportRequest.Builder<T,B>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseImportRequest.Builder
batchSize, self, sendNotification
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileId
Sets theid
of the file containing import request.NOTE: if this field is used,
FileImportRequest.file
andFileImportRequest.fileName
should not be set.- Parameters:
fileId
- theid
of the file containing import request
-
file
Sets the file containing import request.NOTE: if this field is used,
FileImportRequest.fileId
should not be set.- Parameters:
file
- the file containing import request
-
fileName
Sets the name of the file used for import. Should be set ifFileImportRequest.file
is set.NOTE: if this field is used,
FileImportRequest.fileId
should not be set.- Parameters:
fileName
- the name of the file used for import
-
build
- Overrides:
build
in classBaseImportRequest.Builder<T extends FileImportRequest,
B extends FileImportRequest.Builder<T, B>>
-