Package com.mypurecloud.sdk.v2.model
Class RequiredDateRange
java.lang.Object
com.mypurecloud.sdk.v2.model.RequiredDateRange
- All Implemented Interfaces:
Serializable
RequiredDateRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end of a date range in ISO-8601 formatbooleaninthashCode()voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) The start of a date range in ISO-8601 formattoString()
-
Constructor Details
-
RequiredDateRange
public RequiredDateRange() -
RequiredDateRange
-
-
Method Details
-
startDate
The start of a date range in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
The end of a date range in ISO-8601 format -
getEndDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-