Class BaseImportRequest
Object
BaseImportRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileImportRequest,SynchronizationFinalizationRequest
Deprecated.
The base properties for the import/synchronization call.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBaseImportRequest.Builder<T extends BaseImportRequest,B extends BaseImportRequest.Builder<T, B>> Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseImportRequest.Builder<? extends BaseImportRequest, ?> builder()Deprecated.intDeprecated.The size of the batch.booleanDeprecated.Whether job status notification should be sent.
-
Constructor Details
-
BaseImportRequest
public BaseImportRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
isSendNotification
public boolean isSendNotification()Deprecated.Whether job status notification should be sent. -
getBatchSize
public int getBatchSize()Deprecated.The size of the batch.
-
BaseImportRequest.