Uses of Class
com.mypurecloud.sdk.v2.model.AgentQueryOpportunityResult
Packages that use AgentQueryOpportunityResult
-
Uses of AgentQueryOpportunityResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentQueryOpportunityResultModifier and TypeMethodDescriptionAgentQueryOpportunityResult.activityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityThe maximum capacity for this opportunityAgentQueryOpportunityResult.deadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatAgentQueryOpportunityResult.description(String description) Additional details describing the purpose or context of this opportunityThe end date and time of the opportunity in ISO-8601 formatAgentQueryOpportunityResult.enrollment(AgentOpportunityEnrollmentResult enrollment) The agent's enrollment in this opportunity, if enrolledAgentQueryOpportunityResult.enrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) Subset of enrollment counts which are relevant to the agentAgentQueryOpportunityResult.metadata(WfmVersionedEntityMetadata metadata) The metadata for the opportunityThe name of the opportunityThe start date and time of the opportunity in ISO-8601 formatAgentQueryOpportunityResult.status(AgentQueryOpportunityResult.StatusEnum status) The current status of the opportunityMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AgentQueryOpportunityResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentQueryOpportunityResultModifier and TypeMethodDescriptionAgentBusinessUnitOpportunities.opportunities(List<AgentQueryOpportunityResult> opportunities) The opportunities for the agent in this business unitvoidAgentBusinessUnitOpportunities.setOpportunities(List<AgentQueryOpportunityResult> opportunities)