Class FindMappingsRequest
Object
PagedRequest
FindMappingsRequest
- All Implemented Interfaces:
Serializable
The search criteria for mappings.
Only parameters that are specified in this request and have not null
values are used for filtering.
All other parameters are ignored.
The returned mappings satisfy all constraints that are specified in this search criteria.
By default a result containing 1000 mappings is returned.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FindMappingsRequest.Builder
builder()
protected boolean
boolean
The ID of the external system that the mapped resource belongs to.The type of the mapped resource.The type of the action performed during last successful synchronization.int
hashCode()
void
setExternalEntityId
(String externalEntityId) void
setExternalSystemId
(String externalSystemId) The ID of the external system that the mapped resource belongs to.void
setMappedResourceType
(FindMappingsRequest.MappedResourceType mappedResourceType) The type of the mapped resource.void
setSyncAction
(SyncAction syncAction) The type of the action performed during last successful synchronization.toString()
Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindMappingsRequest
public FindMappingsRequest()
-
-
Method Details
-
builder
-
getExternalSystemId
The ID of the external system that the mapped resource belongs to. -
getExternalEntityId
-
getMappedResourceType
The type of the mapped resource. -
getSyncAction
The type of the action performed during last successful synchronization. -
setExternalSystemId
The ID of the external system that the mapped resource belongs to. -
setExternalEntityId
-
setMappedResourceType
The type of the mapped resource. -
setSyncAction
The type of the action performed during last successful synchronization. -
equals
- Overrides:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-