Package com.mypurecloud.sdk.v2.model
Class ScheduleVisibilityRange
java.lang.Object
com.mypurecloud.sdk.v2.model.ScheduleVisibilityRange
- All Implemented Interfaces:
Serializable
ScheduleVisibilityRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendBusinessUnitDate(LocalDate endBusinessUnitDate) The schedule visibility end date interpreted in the business unit time zone in yyyy-MM-dd format, the schedule is visible up to (but not including) that exact date.The schedule visibility end time in ISO-8601, the schedule is visible up to (but not including) that exact time)booleaninthashCode()voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidsetEndDate(Date endDate) toString()
-
Constructor Details
-
ScheduleVisibilityRange
public ScheduleVisibilityRange() -
ScheduleVisibilityRange
-
-
Method Details
-
endDate
The schedule visibility end time in ISO-8601, the schedule is visible up to (but not including) that exact time) -
getEndDate
-
setEndDate
-
endBusinessUnitDate
The schedule visibility end date interpreted in the business unit time zone in yyyy-MM-dd format, the schedule is visible up to (but not including) that exact date. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEndBusinessUnitDate
-
setEndBusinessUnitDate
-
equals
-
hashCode
public int hashCode() -
toString
-