Package com.mypurecloud.sdk.v2.model
Class TimeAndDateSubConditionRange
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeAndDateSubConditionRange
- All Implemented Interfaces:
Serializable
TimeAndDateSubConditionRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeAndDateSubConditionRange
public TimeAndDateSubConditionRange() -
TimeAndDateSubConditionRange
-
-
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
-
setMin
-
max
The maximum value of the range. Required for the operator BETWEEN. Format follows the same rules as 'min'. -
getMax
-
setMax
-
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
-
setInSet
-
equals
-
hashCode
public int hashCode() -
toString
-