Package com.mypurecloud.sdk.v2.model
Class AdherenceExplanationNotification
java.lang.Object
com.mypurecloud.sdk.v2.model.AdherenceExplanationNotification
- All Implemented Interfaces:
Serializable
AdherenceExplanationNotification
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the adherence explanationstatic enumThe type of the adherence explanation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagent(UserReference agent) The agent for whom the adherence explanation appliesbusinessUnit(BusinessUnitReference businessUnit) The business unit to which the agent belonged at the time the adherence explanation was submittedbooleangetAgent()getId()getNotes()getType()inthashCode()lengthMinutes(Integer lengthMinutes) The length of the adherence explanation in minutesmanagementUnit(ManagementUnitReference managementUnit) The management unit to which the agent belonged at the time the adherence explanation was submittedNotes about the adherence explanationvoidsetAgent(UserReference agent) voidsetBusinessUnit(BusinessUnitReference businessUnit) voidsetLengthMinutes(Integer lengthMinutes) voidsetManagementUnit(ManagementUnitReference managementUnit) voidvoidsetStartDate(Date startDate) voidvoidThe start date of the adherence explanation.The status of the adherence explanationtoString()The type of the adherence explanation
-
Constructor Details
-
AdherenceExplanationNotification
public AdherenceExplanationNotification() -
AdherenceExplanationNotification
-
-
Method Details
-
getId
-
agent
The agent for whom the adherence explanation applies -
getAgent
-
setAgent
-
managementUnit
The management unit to which the agent belonged at the time the adherence explanation was submitted -
getManagementUnit
-
setManagementUnit
-
businessUnit
The business unit to which the agent belonged at the time the adherence explanation was submitted -
getBusinessUnit
-
setBusinessUnit
-
startDate
The start date of the adherence explanation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
lengthMinutes
The length of the adherence explanation in minutes -
getLengthMinutes
-
setLengthMinutes
-
status
The status of the adherence explanation -
getStatus
-
setStatus
-
type
The type of the adherence explanation -
getType
-
setType
-
notes
Notes about the adherence explanation -
getNotes
-
setNotes
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-