Class BaseImportRequest

Object
BaseImportRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileImportRequest, SynchronizationFinalizationRequest

@Deprecated public class BaseImportRequest extends Object implements Serializable
Deprecated.
This class will be removed in the future. Please, use BaseImportRequest.
The base properties for the import/synchronization call.
See Also:
  • Constructor Details

    • BaseImportRequest

      public BaseImportRequest()
      Deprecated.
  • Method Details

    • builder

      public static BaseImportRequest.Builder<? extends BaseImportRequest,?> builder()
      Deprecated.
    • isSendNotification

      public boolean isSendNotification()
      Deprecated.
      Whether job status notification should be sent.
    • getBatchSize

      public int getBatchSize()
      Deprecated.
      The size of the batch.