Package com.mypurecloud.sdk.v2.model
Class BuCopyScheduleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuCopyScheduleRequest
- All Implemented Interfaces:
Serializable
BuCopyScheduleRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description for the new schedulebooleaninthashCode()includeForecast(Boolean includeForecast) Whether to include the forecast while copying the schedulevoidsetDescription(String description) voidsetIncludeForecast(Boolean includeForecast) voidsetWeekDate(LocalDate weekDate) toString()The start weekDate for the new copy of the schedule.
-
Constructor Details
-
BuCopyScheduleRequest
public BuCopyScheduleRequest() -
BuCopyScheduleRequest
-
-
Method Details
-
description
The description for the new schedule -
getDescription
-
setDescription
-
weekDate
The start weekDate for the new copy of the schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
includeForecast
Whether to include the forecast while copying the schedule -
getIncludeForecast
-
setIncludeForecast
-
equals
-
hashCode
public int hashCode() -
toString
-