Package com.mypurecloud.sdk.v2.model
Class AddAdherenceExplanationAgentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AddAdherenceExplanationAgentRequest
- All Implemented Interfaces:
Serializable
AddAdherenceExplanationAgentRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the adherence explanation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNotes()getType()inthashCode()lengthMinutes(Integer lengthMinutes) The length of the adherence explanation in minutesNotes about the adherence explanationvoidsetLengthMinutes(Integer lengthMinutes) voidvoidsetStartDate(Date startDate) voidThe start timestamp of the adherence explanation in ISO-8601 formattoString()The type of the adherence explanation
-
Constructor Details
-
AddAdherenceExplanationAgentRequest
public AddAdherenceExplanationAgentRequest() -
AddAdherenceExplanationAgentRequest
-
-
Method Details
-
type
The type of the adherence explanation -
getType
-
setType
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-