Package com.mypurecloud.sdk.v2.model
Class AnalyticsParticipantWithoutAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsParticipantWithoutAttributes
- All Implemented Interfaces:
Serializable
AnalyticsParticipantWithoutAttributes
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumReason for which participant flagged conversationstatic enumThe participant's purpose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalContactId(String externalContactId) External contact identifierexternalOrganizationId(String externalOrganizationId) External organization identifierReason for which participant flagged conversationinthashCode()participantId(String participantId) Unique identifier for the participantparticipantName(String participantName) A human readable name identifying the participantThe participant's purposescreenRecording(Boolean screenRecording) Flag determining if a screen recording was started or notsessions(List<AnalyticsSession> sessions) List of sessions associated to this participantvoidsetExternalContactId(String externalContactId) voidsetExternalOrganizationId(String externalOrganizationId) voidvoidsetParticipantId(String participantId) voidsetParticipantName(String participantName) voidvoidsetScreenRecording(Boolean screenRecording) voidsetSessions(List<AnalyticsSession> sessions) voidvoidThe team ID the user is a member oftoString()Unique identifier for the user
-
Constructor Details
-
AnalyticsParticipantWithoutAttributes
public AnalyticsParticipantWithoutAttributes() -
AnalyticsParticipantWithoutAttributes
-
-
Method Details
-
externalContactId
External contact identifier -
getExternalContactId
-
setExternalContactId
-
externalOrganizationId
External organization identifier -
getExternalOrganizationId
-
setExternalOrganizationId
-
flaggedReason
public AnalyticsParticipantWithoutAttributes flaggedReason(AnalyticsParticipantWithoutAttributes.FlaggedReasonEnum flaggedReason) Reason for which participant flagged conversation -
getFlaggedReason
-
setFlaggedReason
-
participantId
Unique identifier for the participant -
getParticipantId
-
setParticipantId
-
participantName
A human readable name identifying the participant -
getParticipantName
-
setParticipantName
-
purpose
public AnalyticsParticipantWithoutAttributes purpose(AnalyticsParticipantWithoutAttributes.PurposeEnum purpose) The participant's purpose -
getPurpose
-
setPurpose
-
screenRecording
Flag determining if a screen recording was started or not -
getScreenRecording
-
setScreenRecording
-
teamId
The team ID the user is a member of -
getTeamId
-
setTeamId
-
userId
Unique identifier for the user -
getUserId
-
setUserId
-
sessions
List of sessions associated to this participant -
getSessions
-
setSessions
-
equals
-
hashCode
public int hashCode() -
toString
-