Package com.mypurecloud.sdk.v2.model
Class AddAdherenceExplanationAdminRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AddAdherenceExplanationAdminRequest
- All Implemented Interfaces:
Serializable
AddAdherenceExplanationAdminRequest
- 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 TypeMethodDescriptionbooleangetNotes()getType()inthashCode()lengthMinutes(Integer lengthMinutes) The length of the adherence explanation in minutesNotes about the adherence explanationvoidsetLengthMinutes(Integer lengthMinutes) voidvoidsetStartDate(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
-
AddAdherenceExplanationAdminRequest
public AddAdherenceExplanationAdminRequest() -
AddAdherenceExplanationAdminRequest
-
-
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
-
status
public AddAdherenceExplanationAdminRequest status(AddAdherenceExplanationAdminRequest.StatusEnum status) The status of the adherence explanation -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-