Uses of Class
com.mypurecloud.sdk.v2.model.MediaSummary
Packages that use MediaSummary
-
Uses of MediaSummary in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MediaSummaryModifier and TypeMethodDescriptionMediaSummary.contactCenter(MediaSummaryDetail contactCenter) MediaSummary.enterprise(MediaSummaryDetail enterprise) UserConversationSummary.getCall()UserConversationSummary.getCallback()UserConversationSummary.getChat()UserConversationSummary.getEmail()UserConversationSummary.getMessage()UserConversationSummary.getSocialExpression()UserConversationSummary.getVideo()Methods in com.mypurecloud.sdk.v2.model with parameters of type MediaSummaryModifier and TypeMethodDescriptionUserConversationSummary.call(MediaSummary call) UserConversationSummary.callback(MediaSummary callback) UserConversationSummary.chat(MediaSummary chat) UserConversationSummary.email(MediaSummary email) UserConversationSummary.message(MediaSummary message) voidUserConversationSummary.setCall(MediaSummary call) voidUserConversationSummary.setCallback(MediaSummary callback) voidUserConversationSummary.setChat(MediaSummary chat) voidUserConversationSummary.setEmail(MediaSummary email) voidUserConversationSummary.setMessage(MediaSummary message) voidUserConversationSummary.setSocialExpression(MediaSummary socialExpression) voidUserConversationSummary.setVideo(MediaSummary video) UserConversationSummary.socialExpression(MediaSummary socialExpression) UserConversationSummary.video(MediaSummary video)