Package com.mypurecloud.sdk.v2.model
Class CoachingScheduleSlotsJobSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobSchedule
- All Implemented Interfaces:
Serializable
CoachingScheduleSlotsJobSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidvoidsetSelfUri(String selfUri) voidsetWeekCount(Integer weekCount) voidsetWeekDate(LocalDate weekDate) toString()The number of weeks in this scheduleThe start week date for this schedule.
-
Constructor Details
-
CoachingScheduleSlotsJobSchedule
public CoachingScheduleSlotsJobSchedule() -
CoachingScheduleSlotsJobSchedule
-
-
Method Details
-
id
-
getId
-
setId
-
selfUri
-
getSelfUri
-
setSelfUri
-
weekDate
The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
weekCount
The number of weeks in this schedule -
getWeekCount
-
setWeekCount
-
equals
-
hashCode
public int hashCode() -
toString
-