Package com.mypurecloud.sdk.v2.model
Class ParkingStateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ParkingStateRequest
- All Implemented Interfaces:
Serializable
ParkingStateRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState to set the participant. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetState()inthashCode()resumeTime(Date resumeTime) Timestamp for resume parked conversation.voidsetResumeTime(Date resumeTime) voidState to set the participant.toString()
-
Constructor Details
-
ParkingStateRequest
public ParkingStateRequest() -
ParkingStateRequest
-
-
Method Details
-
state
State to set the participant. -
getState
-
setState
-
resumeTime
Timestamp for resume parked conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getResumeTime
-
setResumeTime
-
equals
-
hashCode
public int hashCode() -
toString
-