Package com.mypurecloud.sdk.v2.model
Class AdherenceExplanationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AdherenceExplanationResponse
- All Implemented Interfaces:
Serializable
AdherenceExplanationResponse
- 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 to whom this 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 explanationreviewedBy(UserReference reviewedBy) The user who reviewed the adherence explanation, if applicable.reviewedDate(Date reviewedDate) The timestamp for when the adherence explanation was reviewed, if applicable.voidsetAgent(UserReference agent) voidsetBusinessUnit(BusinessUnitReference businessUnit) voidsetLengthMinutes(Integer lengthMinutes) voidsetManagementUnit(ManagementUnitReference managementUnit) voidvoidsetReviewedBy(UserReference reviewedBy) voidsetReviewedDate(Date reviewedDate) voidsetStartDate(Date startDate) voidvoidThe start timestamp of the adherence explanation in ISO-8601 formatThe status of the adherence explanationtoString()The type of the adherence explanation
-
Constructor Details
-
AdherenceExplanationResponse
public AdherenceExplanationResponse() -
AdherenceExplanationResponse
-
-
Method Details
-
getId
-
agent
The agent to whom this 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
-
type
The type of the adherence explanation -
getType
-
setType
-
status
The status of the adherence explanation -
getStatus
-
setStatus
-
startDate
The start timestamp of the adherence explanation in ISO-8601 format -
getStartDate
-
setStartDate
-
lengthMinutes
The length of the adherence explanation in minutes -
getLengthMinutes
-
setLengthMinutes
-
notes
Notes about the adherence explanation -
getNotes
-
setNotes
-
reviewedBy
The user who reviewed the adherence explanation, if applicable. The id may be 'System' if it was an automated process -
getReviewedBy
-
setReviewedBy
-
reviewedDate
The timestamp for when the adherence explanation was reviewed, if applicable. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getReviewedDate
-
setReviewedDate
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-