Package com.mypurecloud.sdk.v2.model
Class DateRangeWithOptionalEnd
java.lang.Object
com.mypurecloud.sdk.v2.model.DateRangeWithOptionalEnd
- All Implemented Interfaces:
Serializable
DateRangeWithOptionalEnd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for work plan rotation or an agent, interpreted in the business unit's time zone.booleaninthashCode()voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidsetStartBusinessUnitDate(LocalDate startBusinessUnitDate) startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for work plan rotation or an agent, interpreted in the business unit's time zone.toString()
-
Constructor Details
-
DateRangeWithOptionalEnd
public DateRangeWithOptionalEnd() -
DateRangeWithOptionalEnd
-
-
Method Details
-
startBusinessUnitDate
The start date for work plan rotation or an agent, interpreted in the business unit's time zone. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartBusinessUnitDate
-
setStartBusinessUnitDate
-
endBusinessUnitDate
The end date for work plan rotation or an agent, interpreted in the business unit's time zone. Null denotes open ended date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEndBusinessUnitDate
-
setEndBusinessUnitDate
-
equals
-
hashCode
public int hashCode() -
toString
-