Interface StringFilter

All Superinterfaces:
HasToRequest<StringFilterRequest>, Serializable

public interface StringFilter extends HasToRequest<StringFilterRequest>, Serializable
Represents a filter for string values. minProperties = 1, maxProperties = 1.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of strings to include.

    Methods inherited from interface HasToRequest

    toRequest
  • Method Details

    • getIn

      List<String> getIn()
      Returns the list of strings to include.
      Returns:
      the list of strings to include, or null if not specified