Interface MappingFilter

All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
All Known Implementing Classes:
MappingFilterImpl

public interface MappingFilter extends TypedSearchRequest.SearchRequestFilter
  • Method Details

    • mappingId

      MappingFilter mappingId(String mappingId)
      Filter mappings by the specified mapping id.
      Parameters:
      mappingId - the id of the mapping
      Returns:
      the updated filter
    • claimName

      MappingFilter claimName(String claimName)
      Filter mappings by the specified claim name.
      Parameters:
      claimName - the name of the claim
      Returns:
      the updated filter
    • claimValue

      MappingFilter claimValue(String claimValue)
      Filter mappings by the specified claim value.
      Parameters:
      claimValue - the value of the claim
      Returns:
      the updated filter
    • name

      MappingFilter name(String name)
      Filter mappings by the specified name.
      Parameters:
      name - the name of the mapping
      Returns:
      the updated filter