Class FindMappingsRequest

Object
PagedRequest
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:
  • Constructor Details

    • FindMappingsRequest

      public FindMappingsRequest()
  • Method Details

    • builder

      public static FindMappingsRequest.Builder builder()
    • getExternalSystemId

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

      public String getExternalEntityId()
    • getMappedResourceType

      public FindMappingsRequest.MappedResourceType getMappedResourceType()
      The type of the mapped resource.
    • 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)
    • setMappedResourceType

      public void setMappedResourceType(FindMappingsRequest.MappedResourceType mappedResourceType)
      The type of the mapped resource.
    • setSyncAction

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

      public boolean equals(Object o)
      Overrides:
      equals in class PagedRequest
    • canEqual

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

      public int hashCode()
      Overrides:
      hashCode in class PagedRequest
    • toString

      public String toString()
      Overrides:
      toString in class PagedRequest