Uses of Class
com.mypurecloud.sdk.v2.model.Segment
Packages that use Segment
-
Uses of Segment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SegmentModifier and TypeMethodDescriptionSegment.disconnectType(String disconnectType) A description of the event that disconnected the segmentThe timestamp when this segment ended.A description of the event that ended the segment.The timestamp when this segment began.The activity taking place for the participant in the segment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SegmentModifier and TypeMethodDescriptionCall.getSegments()Callback.getSegments()CallbackBasic.getSegments()CallBasic.getSegments()Cobrowsesession.getSegments()ConversationChat.getSegments()Email.getSegments()InternalMessage.getSegments()Message.getSegments()ScreenMonitoring.getSegments()Screenshare.getSegments()SocialExpression.getSegments()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SegmentModifier and TypeMethodDescriptionThe time line of the participant's call, divided into activity segments.The time line of the participant's callback, divided into activity segments.The time line of the participant's callback, divided into activity segments.The time line of the participant's call, divided into activity segments.The time line of the participant's call, divided into activity segments.The time line of the participant's chat, divided into activity segments.The time line of the participant's email, divided into activity segments.The time line of the participant's internal message, divided into activity segments.The time line of the participant's message, divided into activity segments.The time line of the participant's Screen Monitoring media, divided into activity segments.The time line of the participant's call, divided into activity segments.The time line of the participant's chat, divided into activity segments.voidCall.setSegments(List<Segment> segments) voidCallback.setSegments(List<Segment> segments) voidCallbackBasic.setSegments(List<Segment> segments) voidCallBasic.setSegments(List<Segment> segments) voidCobrowsesession.setSegments(List<Segment> segments) voidConversationChat.setSegments(List<Segment> segments) voidEmail.setSegments(List<Segment> segments) voidInternalMessage.setSegments(List<Segment> segments) voidMessage.setSegments(List<Segment> segments) voidScreenMonitoring.setSegments(List<Segment> segments) voidScreenshare.setSegments(List<Segment> segments) voidSocialExpression.setSegments(List<Segment> segments)