Class FindMappingsRequest

  • All Implemented Interfaces:
    Serializable

    public class FindMappingsRequest
    extends PagedRequest
    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:
    Serialized Form
    • Constructor Detail

      • FindMappingsRequest

        public FindMappingsRequest()
    • Method Detail

      • getExternalSystemId

        public String getExternalSystemId()
        The ID of the external system that the mapped resource belongs to.
      • getExternalEntityId

        public String getExternalEntityId()
      • getSyncAction

        public SyncAction getSyncAction()
        The type of the action performed during last successful synchronization.
      • setExternalSystemId

        public void setExternalSystemId​(String externalSystemId)
        The ID of the external system that the mapped resource belongs to.
      • setExternalEntityId

        public void setExternalEntityId​(String externalEntityId)
      • setSyncAction

        public void setSyncAction​(SyncAction syncAction)
        The type of the action performed during last successful synchronization.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest