Class FindSynchronizationRequest

Object
PagedRequest
FindSynchronizationRequest
All Implemented Interfaces:
Serializable

@Deprecated public class FindSynchronizationRequest extends PagedRequest
Deprecated.
This class will be removed in the future. Please, use FindSynchronizationRequest.
The search criteria for synchronization information.

Only parameters that are specified in this request and have not null values are used for filtering. All other parameters are ignored. The returned synchronization information satisfy all constraints that are specified in this search criteria. By default a result containing 1000 synchronization infos is returned.

See Also:
  • Field Summary

    Fields inherited from class PagedRequest

    countLimit, limit, offset
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class PagedRequest

    canEqual, equals, getCountLimit, getLimit, getOffset, hashCode, isPagingActive, setCountLimit, setLimit, setOffset, toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FindSynchronizationRequest

      public FindSynchronizationRequest()
      Deprecated.