Interface DateAttributeCollectionFilter

All Superinterfaces:
HasToRequest<DateAttributeCollectionFilterRequest>, Serializable

public interface DateAttributeCollectionFilter extends HasToRequest<DateAttributeCollectionFilterRequest>, Serializable
Represents a collection filter for date attribute values with a specific type. Requires typePublicId and one of: none, any, or isEmpty. minProperties = 2, maxProperties = 2 (none/any/isEmpty are mutually exclusive).
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ANY filter - matches if any of the date attributes match this filter.
    Returns whether to match empty collections.
    Returns the NONE filter - matches if none of the date attributes match this filter.
    Returns the type MetaResourceReference for this attribute collection filter.

    Methods inherited from interface HasToRequest

    toRequest
  • Method Details

    • getType

      Returns the type MetaResourceReference for this attribute collection filter.
      Returns:
      the type MetaResourceReference
    • getNone

      DateFilter getNone()
      Returns the NONE filter - matches if none of the date attributes match this filter.
      Returns:
      the NONE filter, or null if not specified
    • getAny

      DateFilter getAny()
      Returns the ANY filter - matches if any of the date attributes match this filter.
      Returns:
      the ANY filter, or null if not specified
    • getIsEmpty

      Boolean getIsEmpty()
      Returns whether to match empty collections.
      Returns:
      true if matching empty collections, null if not specified