Package com.mypurecloud.sdk.v2.model
Class WorkPlanBid
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanBid
- All Implemented Interfaces:
Serializable
Work plan bid response
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of agent ranking selected for this bidstatic enumRanking tiebreakerstatic enumThe state of the bidstatic enumGets or Sets workPlanFieldsVisibleToAgents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentRankingType(WorkPlanBid.AgentRankingTypeEnum agentRankingType) The type of agent ranking selected for this bidbidWindowEndDate(LocalDate bidWindowEndDate) The bid end date.bidWindowStartDate(LocalDate bidWindowStartDate) The bid start date where agents start participate in work plan bidding.effectiveDate(LocalDate effectiveDate) The date when agents will be assigned to the new work plan.booleanforecast(BuShortTermForecastWeekReference forecast) The selected forecast in this work plan bidgetId()getName()inthashCode()The ID of the work plan bidmetadata(WorkPlanBidMetadata metadata) The meta data of this bidThe name of the work plan bidpublishedDate(Date publishedDate) The date the work plan bid published.rankingTiebreakerType(WorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreakervoidsetAgentRankingType(WorkPlanBid.AgentRankingTypeEnum agentRankingType) voidsetBidWindowEndDate(LocalDate bidWindowEndDate) voidsetBidWindowStartDate(LocalDate bidWindowStartDate) voidsetEffectiveDate(LocalDate effectiveDate) voidsetForecast(BuShortTermForecastWeekReference forecast) voidvoidsetMetadata(WorkPlanBidMetadata metadata) voidvoidsetPublishedDate(Date publishedDate) voidsetRankingTiebreakerType(WorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) voidsetStatus(WorkPlanBid.StatusEnum status) voidsetWorkPlanFieldsVisibleToAgents(List<WorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) status(WorkPlanBid.StatusEnum status) The state of the bidtoString()workPlanFieldsVisibleToAgents(List<WorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made
-
Constructor Details
-
WorkPlanBid
public WorkPlanBid() -
WorkPlanBid
-
-
Method Details
-
id
The ID of the work plan bid -
getId
-
setId
-
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. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getBidWindowStartDate
-
setBidWindowStartDate
-
bidWindowEndDate
The bid end date. 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
-
agentRankingType
The type of agent ranking selected for this bid -
getAgentRankingType
-
setAgentRankingType
-
rankingTiebreakerType
public WorkPlanBid rankingTiebreakerType(WorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreaker -
getRankingTiebreakerType
-
setRankingTiebreakerType
-
publishedDate
The date the work plan bid published. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getPublishedDate
-
setPublishedDate
-
workPlanFieldsVisibleToAgents
public WorkPlanBid workPlanFieldsVisibleToAgents(List<WorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are made -
getWorkPlanFieldsVisibleToAgents
-
setWorkPlanFieldsVisibleToAgents
public void setWorkPlanFieldsVisibleToAgents(List<WorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) -
metadata
The meta data of this bid -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-