Package com.mypurecloud.sdk.v2.model
Class AgentOpportunityEnrollmentResult
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentOpportunityEnrollmentResult
- All Implemented Interfaces:
Serializable
AgentOpportunityEnrollmentResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe denial codestatic enumThe current status of the enrollmentstatic enumThe system-generated message code about enrollment processing results or failures -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe denial codebooleangetId()inthashCode()metadata(WfmVersionedEntityMetadata metadata) The metadata for the enrollmentreviewNote(String reviewNote) Supervisor's note explaining the agent's enrollment status changeschedule(BuScheduleReference schedule) The schedule on which the enrollment was added when this enrollment was approvedvoidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetReviewNote(String reviewNote) voidsetSchedule(BuScheduleReference schedule) voidvoidsetSystemMessageCode(AgentOpportunityEnrollmentResult.SystemMessageCodeEnum systemMessageCode) The current status of the enrollmentsystemMessageCode(AgentOpportunityEnrollmentResult.SystemMessageCodeEnum systemMessageCode) The system-generated message code about enrollment processing results or failurestoString()
-
Constructor Details
-
AgentOpportunityEnrollmentResult
public AgentOpportunityEnrollmentResult() -
AgentOpportunityEnrollmentResult
-
-
Method Details
-
getId
-
status
The current status of the enrollment -
getStatus
-
setStatus
-
schedule
The schedule on which the enrollment was added when this enrollment was approved -
getSchedule
-
setSchedule
-
systemMessageCode
public AgentOpportunityEnrollmentResult systemMessageCode(AgentOpportunityEnrollmentResult.SystemMessageCodeEnum systemMessageCode) The system-generated message code about enrollment processing results or failures -
getSystemMessageCode
-
setSystemMessageCode
public void setSystemMessageCode(AgentOpportunityEnrollmentResult.SystemMessageCodeEnum systemMessageCode) -
reviewNote
Supervisor's note explaining the agent's enrollment status change -
getReviewNote
-
setReviewNote
-
denialCode
public AgentOpportunityEnrollmentResult denialCode(AgentOpportunityEnrollmentResult.DenialCodeEnum denialCode) The denial code -
getDenialCode
-
setDenialCode
-
metadata
The metadata for the enrollment -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-