Class SynchronizationBatchRequest
Object
BaseImportRequest
FileImportRequest
SynchronizationBatchRequest
- All Implemented Interfaces:
Serializable
Deprecated.
The request defining synchronization call properties.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
SynchronizationBatchRequest.Builder<T extends SynchronizationBatchRequest,
B extends SynchronizationBatchRequest.Builder<T, B>> Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SynchronizationBatchRequest.Builder
<? extends SynchronizationBatchRequest, ?> builder()
Deprecated.Deprecated.Returns the synchronization id used to distinguish different synchronizations.Methods inherited from class FileImportRequest
getFile, getFileId, getFileName, setFile, setFileId, setFileName
Methods inherited from class BaseImportRequest
getBatchSize, isSendNotification
-
Constructor Details
-
SynchronizationBatchRequest
public SynchronizationBatchRequest()Deprecated.
-
-
Method Details
-
builder
public static SynchronizationBatchRequest.Builder<? extends SynchronizationBatchRequest,?> builder()Deprecated. -
getSynchronizationId
Deprecated.Returns the synchronization id used to distinguish different synchronizations.- Returns:
- the synchronization id
-
SynchronizationBatchJsonInJobRequest
.