Class SearchCriteria.TimeAttributeMatchClause

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SearchCriteria

    @JsonObject("TimeAttributeMatchClause")
    public static class SearchCriteria.TimeAttributeMatchClause
    extends SearchCriteria.MatchClause
    A MatchClause for comparing a time attribute to a specified value.
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeAttributeMatchClause

        protected TimeAttributeMatchClause​(SearchCriteria.MatchClauseTimeAttribute attribute,
                                           java.lang.String desiredDate,
                                           java.lang.String timezone,
                                           SearchCriteria.CompareMode mode)
        Constructor.
        Parameters:
        attribute - The attribute to compare against.
        desiredDate - The desired value of the attribute.
        timezone - The time zone to use in the comparison.
        mode - The kind of comparison to carry out.