Class TimeAndDateSubConditionRange

java.lang.Object
com.mypurecloud.sdk.v2.model.TimeAndDateSubConditionRange
All Implemented Interfaces:
Serializable

public class TimeAndDateSubConditionRange extends Object implements Serializable
TimeAndDateSubConditionRange
See Also:
  • Constructor Details

    • TimeAndDateSubConditionRange

      public TimeAndDateSubConditionRange()
    • TimeAndDateSubConditionRange

      public TimeAndDateSubConditionRange(Boolean initWithEmptyList)
  • Method Details

    • min

      The minimum value of the range. Required for the operator BETWEEN. Format depends on type: timeOfDay: HH:mm, dayOfWeek: 1-7 (Monday-Sunday), dayOfMonth: 1-31, specificDate: yyyy-MM-dd (if includeYear=true) or MM-dd (if includeYear=false).
    • getMin

      public String getMin()
    • setMin

      public void setMin(String min)
    • max

      The maximum value of the range. Required for the operator BETWEEN. Format follows the same rules as 'min'.
    • getMax

      public String getMax()
    • setMax

      public void setMax(String max)
    • inSet

      public TimeAndDateSubConditionRange inSet(List<String> inSet)
      A set of values that the date/ time data should be in. Required for the IN operator. Format depends on type: dayOfWeek: 1-7 (Monday-Sunday), dayOfMonth: 1-31, and/ or LAST_DAY, ODD_DAY, EVEN_DAY,specificDate: yyyy-MM-dd (if includeYear=true) or MM-dd (if includeYear=false).
    • getInSet

      public List<String> getInSet()
    • setInSet

      public void setInSet(List<String> inSet)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object