Package com.mypurecloud.sdk.v2.model
Class AlternativeShiftScheduleLookup
java.lang.Object
com.mypurecloud.sdk.v2.model.AlternativeShiftScheduleLookup
- All Implemented Interfaces:
Serializable
AlternativeShiftScheduleLookup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The unique identifier of the schedulevoidvoidsetWeekDate(LocalDate weekDate) toString()The start date for this schedule in yyyy-MM-dd.
-
Constructor Details
-
AlternativeShiftScheduleLookup
public AlternativeShiftScheduleLookup() -
AlternativeShiftScheduleLookup
-
-
Method Details
-
id
The unique identifier of the schedule -
getId
-
setId
-
weekDate
The start date for this schedule in yyyy-MM-dd. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
equals
-
hashCode
public int hashCode() -
toString
-