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 theidof the file containing import request.NOTE: if this field is used,
FileImportRequest.fileandFileImportRequest.fileNameshould not be set.- Parameters:
fileId- theidof the file containing import request
-
file
Sets the file containing import request.NOTE: if this field is used,
FileImportRequest.fileIdshould not be set.- Parameters:
file- the file containing import request
-
fileName
Sets the name of the file used for import. Should be set ifFileImportRequest.fileis set.NOTE: if this field is used,
FileImportRequest.fileIdshould not be set.- Parameters:
fileName- the name of the file used for import
-
build
- Overrides:
buildin classBaseImportRequest.Builder<T extends FileImportRequest,B extends FileImportRequest.Builder<T, B>>
-