Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsScreenshareParticipantCommunicationWrapupRequest
Packages that use PostConversationsScreenshareParticipantCommunicationWrapupRequest
-
Uses of PostConversationsScreenshareParticipantCommunicationWrapupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsScreenshareParticipantCommunicationWrapupRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsScreenshareParticipantCommunicationWrapup(PostConversationsScreenshareParticipantCommunicationWrapupRequest request) Deprecated.ConversationsApiAsync.postConversationsScreenshareParticipantCommunicationWrapupAsync(PostConversationsScreenshareParticipantCommunicationWrapupRequest request, AsyncApiCallback<Void> callback) Deprecated. -
Uses of PostConversationsScreenshareParticipantCommunicationWrapupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsScreenshareParticipantCommunicationWrapupRequestModifier and TypeMethodDescriptionPostConversationsScreenshareParticipantCommunicationWrapupRequest.Builder.build()PostConversationsScreenshareParticipantCommunicationWrapupRequest.withBody(WrapupInput body) PostConversationsScreenshareParticipantCommunicationWrapupRequest.withCommunicationId(String communicationId) PostConversationsScreenshareParticipantCommunicationWrapupRequest.withConversationId(String conversationId) PostConversationsScreenshareParticipantCommunicationWrapupRequest.withCustomHeader(String name, String value) PostConversationsScreenshareParticipantCommunicationWrapupRequest.withParticipantId(String participantId)