Package com.mypurecloud.sdk.v2.model
Class AgentWorkPlanBid
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentWorkPlanBid
- All Implemented Interfaces:
Serializable
Work plan bid reference
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the bidstatic enumGets or Sets workPlanFieldsVisibleToAgents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbidWindowEndDate(LocalDate bidWindowEndDate) The inclusive end date of a bid window.bidWindowStartDate(LocalDate bidWindowStartDate) The date when agents can start participating in work plan bidding.effectiveDate(LocalDate effectiveDate) The date when agents will be assigned to the new work plan.booleangetId()getName()inthashCode()The ID of the work plan bidvoidsetBidWindowEndDate(LocalDate bidWindowEndDate) voidsetBidWindowStartDate(LocalDate bidWindowStartDate) voidsetEffectiveDate(LocalDate effectiveDate) voidvoidvoidsetStatus(AgentWorkPlanBid.StatusEnum status) voidsetWorkPlanFieldsVisibleToAgents(List<AgentWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) status(AgentWorkPlanBid.StatusEnum status) The state of the bidtoString()workPlanFieldsVisibleToAgents(List<AgentWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made
-
Constructor Details
-
AgentWorkPlanBid
public AgentWorkPlanBid() -
AgentWorkPlanBid
-
-
Method Details
-
id
The ID of the work plan bid -
getId
-
setId
-
name
-
getName
-
setName
-
bidWindowStartDate
The date when agents can start participating in work plan bidding. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getBidWindowStartDate
-
setBidWindowStartDate
-
bidWindowEndDate
The inclusive end date of a bid window. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getBidWindowEndDate
-
setBidWindowEndDate
-
effectiveDate
The date when agents will be assigned to the new work plan. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEffectiveDate
-
setEffectiveDate
-
status
The state of the bid -
getStatus
-
setStatus
-
workPlanFieldsVisibleToAgents
public AgentWorkPlanBid workPlanFieldsVisibleToAgents(List<AgentWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made -
getWorkPlanFieldsVisibleToAgents
-
setWorkPlanFieldsVisibleToAgents
public void setWorkPlanFieldsVisibleToAgents(List<AgentWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-