Package com.mypurecloud.sdk.v2.model
Class CreateWorkPlanBid
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateWorkPlanBid
- All Implemented Interfaces:
Serializable
Create work plan bid model
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of agent ranking selected for this bidstatic enumRanking tiebreaker to be usedstatic enumGets or Sets workPlanFieldsVisibleToAgents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentRankingType(CreateWorkPlanBid.AgentRankingTypeEnum agentRankingType) The type of agent ranking selected for this bidbidWindowEndDate(LocalDate bidWindowEndDate) The bid end date in yyyy-MM-dd format.bidWindowStartDate(LocalDate bidWindowStartDate) The bid start date where agents start participate in work plan bidding in yyyy-MM-dd format.effectiveDate(LocalDate effectiveDate) The date when agents will be assigned to the new work plan in yyyy-MM-dd format.booleanforecast(BuShortTermForecastWeekReference forecast) The selected forecast in this work plan bidgetName()inthashCode()The name of the work plan bidrankingTiebreakerType(CreateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreaker to be usedvoidsetAgentRankingType(CreateWorkPlanBid.AgentRankingTypeEnum agentRankingType) voidsetBidWindowEndDate(LocalDate bidWindowEndDate) voidsetBidWindowStartDate(LocalDate bidWindowStartDate) voidsetEffectiveDate(LocalDate effectiveDate) voidsetForecast(BuShortTermForecastWeekReference forecast) voidvoidsetRankingTiebreakerType(CreateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) voidsetWorkPlanFieldsVisibleToAgents(List<CreateWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) toString()workPlanFieldsVisibleToAgents(List<CreateWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made
-
Constructor Details
-
CreateWorkPlanBid
public CreateWorkPlanBid() -
CreateWorkPlanBid
-
-
Method Details
-
name
The name of the work plan bid -
getName
-
setName
-
forecast
The selected forecast in this work plan bid -
getForecast
-
setForecast
-
bidWindowStartDate
The bid start date where agents start participate in work plan bidding in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getBidWindowStartDate
-
setBidWindowStartDate
-
bidWindowEndDate
The bid end date in yyyy-MM-dd format. 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 in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEffectiveDate
-
setEffectiveDate
-
agentRankingType
The type of agent ranking selected for this bid -
getAgentRankingType
-
setAgentRankingType
-
rankingTiebreakerType
public CreateWorkPlanBid rankingTiebreakerType(CreateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreaker to be used -
getRankingTiebreakerType
-
setRankingTiebreakerType
public void setRankingTiebreakerType(CreateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) -
workPlanFieldsVisibleToAgents
public CreateWorkPlanBid workPlanFieldsVisibleToAgents(List<CreateWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made -
getWorkPlanFieldsVisibleToAgents
-
setWorkPlanFieldsVisibleToAgents
public void setWorkPlanFieldsVisibleToAgents(List<CreateWorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) -
equals
-
hashCode
public int hashCode() -
toString
-