Package com.mypurecloud.sdk.v2.model
Class UpdateWorkPlanBid
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateWorkPlanBid
- All Implemented Interfaces:
Serializable
Update work plan bid model
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of agent ranking selected for this bidstatic enumRanking tiebreakerstatic enumThe state of the bid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentRankingType(UpdateWorkPlanBid.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(UpdateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreakervoidsetAgentRankingType(UpdateWorkPlanBid.AgentRankingTypeEnum agentRankingType) voidsetBidWindowEndDate(LocalDate bidWindowEndDate) voidsetBidWindowStartDate(LocalDate bidWindowStartDate) voidsetEffectiveDate(LocalDate effectiveDate) voidsetForecast(BuShortTermForecastWeekReference forecast) voidvoidsetRankingTiebreakerType(UpdateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) voidvoidsetWorkPlanFieldsVisibleToAgents(ListWrapperAgentWorkPlanField workPlanFieldsVisibleToAgents) status(UpdateWorkPlanBid.StatusEnum status) The state of the bidtoString()workPlanFieldsVisibleToAgents(ListWrapperAgentWorkPlanField workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made
-
Constructor Details
-
UpdateWorkPlanBid
public UpdateWorkPlanBid() -
UpdateWorkPlanBid
-
-
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 UpdateWorkPlanBid rankingTiebreakerType(UpdateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreaker -
getRankingTiebreakerType
-
setRankingTiebreakerType
public void setRankingTiebreakerType(UpdateWorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) -
workPlanFieldsVisibleToAgents
public UpdateWorkPlanBid workPlanFieldsVisibleToAgents(ListWrapperAgentWorkPlanField workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made -
getWorkPlanFieldsVisibleToAgents
-
setWorkPlanFieldsVisibleToAgents
public void setWorkPlanFieldsVisibleToAgents(ListWrapperAgentWorkPlanField workPlanFieldsVisibleToAgents) -
status
The state of the bid -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-