Package com.mypurecloud.sdk.v2.model
Class AgentQueryOpportunityResult
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentQueryOpportunityResult
- All Implemented Interfaces:
Serializable
AgentQueryOpportunityResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the opportunity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityThe maximum capacity for this opportunitydeadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatdescription(String description) Additional details describing the purpose or context of this opportunityThe end date and time of the opportunity in ISO-8601 formatenrollment(AgentOpportunityEnrollmentResult enrollment) The agent's enrollment in this opportunity, if enrolledenrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) Subset of enrollment counts which are relevant to the agentbooleangetId()getName()inthashCode()metadata(WfmVersionedEntityMetadata metadata) The metadata for the opportunityThe name of the opportunityvoidsetActivityCodeId(String activityCodeId) voidsetCapacity(Integer capacity) voidsetDeadlineDate(Date deadlineDate) voidsetDescription(String description) voidsetEndDate(Date endDate) voidsetEnrollment(AgentOpportunityEnrollmentResult enrollment) voidsetEnrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetStartDate(Date startDate) voidThe start date and time of the opportunity in ISO-8601 formatThe current status of the opportunitytoString()
-
Constructor Details
-
AgentQueryOpportunityResult
public AgentQueryOpportunityResult() -
AgentQueryOpportunityResult
-
-
Method Details
-
getId
-
name
The name of the opportunity -
getName
-
setName
-
description
Additional details describing the purpose or context of this opportunity -
getDescription
-
setDescription
-
activityCodeId
The ID of the activity code associated with the opportunity -
getActivityCodeId
-
setActivityCodeId
-
startDate
The start date and time of the opportunity in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
The end date and time of the opportunity in ISO-8601 format -
getEndDate
-
setEndDate
-
deadlineDate
The deadline date and time for enrollment in the opportunity in ISO-8601 format -
getDeadlineDate
-
setDeadlineDate
-
status
The current status of the opportunity -
getStatus
-
setStatus
-
capacity
The maximum capacity for this opportunity -
getCapacity
-
setCapacity
-
enrollmentCounts
public AgentQueryOpportunityResult enrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) Subset of enrollment counts which are relevant to the agent -
getEnrollmentCounts
-
setEnrollmentCounts
-
enrollment
The agent's enrollment in this opportunity, if enrolled -
getEnrollment
-
setEnrollment
-
metadata
The metadata for the opportunity -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-