Package com.mypurecloud.sdk.v2.model
Class MediaParticipantRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MediaParticipantRequest
- All Implemented Interfaces:
Serializable
MediaParticipantRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state to update to set for this participant's communications. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTrue to confine this conversation participant.booleangetHeld()getMuted()getState()inthashCode()True to hold this conversation participant.True to mute this conversation participant.True to enable ad-hoc recording of this participant, otherwise false to disable recording.resumeTime(Date resumeTime) Time to resume parked communication.voidsetConfined(Boolean confined) voidvoidvoidsetRecording(Boolean recording) voidsetResumeTime(Date resumeTime) voidvoidsetWrapup(WrapupInput wrapup) voidsetWrapupSkipped(Boolean wrapupSkipped) The state to update to set for this participant's communications.toString()wrapup(WrapupInput wrapup) Wrap-up to assign to this participant.wrapupSkipped(Boolean wrapupSkipped) True to skip wrap-up for this participant.
-
Constructor Details
-
MediaParticipantRequest
public MediaParticipantRequest() -
MediaParticipantRequest
-
-
Method Details
-
wrapup
Wrap-up to assign to this participant. -
getWrapup
-
setWrapup
-
state
The state to update to set for this participant's communications. Possible values are: 'connected' and 'disconnected'. -
getState
-
setState
-
recording
True to enable ad-hoc recording of this participant, otherwise false to disable recording. -
getRecording
-
setRecording
-
muted
True to mute this conversation participant. -
getMuted
-
setMuted
-
confined
True to confine this conversation participant. Should only be used for ad-hoc conferences -
getConfined
-
setConfined
-
held
True to hold this conversation participant. -
getHeld
-
setHeld
-
wrapupSkipped
True to skip wrap-up for this participant. -
getWrapupSkipped
-
setWrapupSkipped
-
resumeTime
Time to resume parked communication. 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
-