Class FindSynchronizationRequest
Object
PagedRequest
FindSynchronizationRequest
- All Implemented Interfaces:
Serializable
public class FindSynchronizationRequest
extends PagedRequest
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindSynchronizationRequest
public FindSynchronizationRequest()
-
-
Method Details
-
builder
-
toString
- Overrides:
toString
in classPagedRequest
-
equals
- Overrides:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-