Package com.mypurecloud.sdk.v2.model
Class LocalDateRange
java.lang.Object
com.mypurecloud.sdk.v2.model.LocalDateRange
- All Implemented Interfaces:
Serializable
LocalDateRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe inclusive end of a date range in yyyy-MM-dd format.booleaninthashCode()voidsetEndDate(LocalDate endDate) voidsetStartDate(LocalDate startDate) The inclusive start of a date range in yyyy-MM-dd format.toString()
-
Constructor Details
-
LocalDateRange
public LocalDateRange() -
LocalDateRange
-
-
Method Details
-
startDate
The inclusive start of a date range in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
endDate
The inclusive end of a date range in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEndDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-