Package com.mypurecloud.sdk.v2.model
Class DateRange
java.lang.Object
com.mypurecloud.sdk.v2.model.DateRange
- All Implemented Interfaces:
Serializable
DateRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe inclusive end of a date range in yyyy-MM-dd format.booleaninthashCode()voidsetEndDate(String endDate) voidsetStartDate(String startDate) The inclusive start of a date range in yyyy-MM-dd format.toString()
-
Constructor Details
-
DateRange
public DateRange() -
DateRange
-
-
Method Details
-
startDate
The inclusive start of a date range in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone. -
getStartDate
-
setStartDate
-
endDate
The inclusive end of a date range in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone. -
getEndDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-