Package com.mypurecloud.sdk.v2.model
Class VideoConferenceDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.VideoConferenceDetails
- All Implemented Interfaces:
Serializable
VideoConferenceDetails
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconferenceId(String conferenceId) The conferenceId.conversationId(String conversationId) The conversationId of the video conference.booleaninthashCode()participantInfo(ParticipantInfo participantInfo) Information about the participants of the video conference.voidsetConferenceId(String conferenceId) voidsetConversationId(String conversationId) voidsetParticipantInfo(ParticipantInfo participantInfo) toString()
-
Constructor Details
-
VideoConferenceDetails
public VideoConferenceDetails() -
VideoConferenceDetails
-
-
Method Details
-
conferenceId
The conferenceId. -
getConferenceId
-
setConferenceId
-
conversationId
The conversationId of the video conference. -
getConversationId
-
setConversationId
-
participantInfo
Information about the participants of the video conference. -
getParticipantInfo
-
setParticipantInfo
-
equals
-
hashCode
public int hashCode() -
toString
-