Package com.mypurecloud.sdk.v2.model
Class WorkPlanOverrideRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanOverrideRequest
- All Implemented Interfaces:
Serializable
WorkPlanOverrideRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe action to perform on work plan override, defaults to add -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action to perform on work plan override, defaults to addbooleaninthashCode()voidvoidsetStartDate(LocalDate startDate) voidsetWeekCount(Integer weekCount) voidsetWorkPlanId(String workPlanId) The start date in yyyy-MM-dd format for the updated work plan.toString()The week count of the updated work plan, required if action is Add or UpdateworkPlanId(String workPlanId) The updated work plan id
-
Constructor Details
-
WorkPlanOverrideRequest
public WorkPlanOverrideRequest() -
WorkPlanOverrideRequest
-
-
Method Details
-
action
The action to perform on work plan override, defaults to add -
getAction
-
setAction
-
startDate
The start date in yyyy-MM-dd format for the updated work plan. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
weekCount
The week count of the updated work plan, required if action is Add or Update -
getWeekCount
-
setWeekCount
-
workPlanId
The updated work plan id -
getWorkPlanId
-
setWorkPlanId
-
equals
-
hashCode
public int hashCode() -
toString
-