Package com.mypurecloud.sdk.v2.model
Class LearningScheduleSlotsJobSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobSchedule
- All Implemented Interfaces:
Serializable
LearningScheduleSlotsJobSchedule
- 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
-
LearningScheduleSlotsJobSchedule
public LearningScheduleSlotsJobSchedule() -
LearningScheduleSlotsJobSchedule
-
-
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
-