Package com.mypurecloud.sdk.v2.model
Class AlertRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AlertRequest
- All Implemented Interfaces:
Serializable
AlertRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe action being taken on the alert. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date of the mute/snooze period.The start date of the mute/snooze period.booleangetType()inthashCode()voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetType(AlertRequest.TypeEnum type) voidsetUnread(UnreadFields unread) voidsetValidRequest(Boolean validRequest) toString()type(AlertRequest.TypeEnum type) The action being taken on the alert.unread(UnreadFields unread) The fields need for an unread update requestsvalidRequest(Boolean validRequest)
-
Constructor Details
-
AlertRequest
public AlertRequest() -
AlertRequest
-
-
Method Details
-
type
The action being taken on the alert. -
getType
-
setType
-
dateStart
The start date of the mute/snooze period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The end date of the mute/snooze period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
unread
The fields need for an unread update requests -
getUnread
-
setUnread
-
validRequest
-
getValidRequest
-
setValidRequest
-
equals
-
hashCode
public int hashCode() -
toString
-