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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FindMappingsRequest.Builderbuilder()protected booleanbooleanThe 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.inthashCode()voidsetExternalEntityId(String externalEntityId) voidsetExternalSystemId(String externalSystemId) The ID of the external system that the mapped resource belongs to.voidsetMappedResourceType(FindMappingsRequest.MappedResourceType mappedResourceType) The type of the mapped resource.voidsetSyncAction(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:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-