Class SynchronizationBatchRequest.Builder<T extends SynchronizationBatchRequest,B extends SynchronizationBatchRequest.Builder<T,B>>
Object
BaseImportRequest.Builder<T,B>
FileImportRequest.Builder<T,B>
Builder<T,B>
- Enclosing class:
SynchronizationBatchRequest
public static class SynchronizationBatchRequest.Builder<T extends SynchronizationBatchRequest,B extends SynchronizationBatchRequest.Builder<T,B>>
extends FileImportRequest.Builder<T,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
synchronizationId
(String synchronizationId) Sets the synchronization id used to distinguish different synchronizations.Methods inherited from class FileImportRequest.Builder
file, fileId, fileName
Methods inherited from class BaseImportRequest.Builder
batchSize, self, sendNotification
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
synchronizationId
Sets the synchronization id used to distinguish different synchronizations.- Parameters:
synchronizationId
- the synchronization id
-
build
- Overrides:
build
in classFileImportRequest.Builder<T extends SynchronizationBatchRequest,
B extends SynchronizationBatchRequest.Builder<T, B>>
-