Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantCommunicationPostflowactionRequest
Packages that use PatchConversationsCallParticipantCommunicationPostflowactionRequest
-
Uses of PatchConversationsCallParticipantCommunicationPostflowactionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsCallParticipantCommunicationPostflowactionRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsCallParticipantCommunicationPostflowaction(PatchConversationsCallParticipantCommunicationPostflowactionRequest request) Set mandatory post call actions.ConversationsApiAsync.patchConversationsCallParticipantCommunicationPostflowactionAsync(PatchConversationsCallParticipantCommunicationPostflowactionRequest request, AsyncApiCallback<Void> callback) Set mandatory post call actions. -
Uses of PatchConversationsCallParticipantCommunicationPostflowactionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsCallParticipantCommunicationPostflowactionRequestModifier and TypeMethodDescriptionPatchConversationsCallParticipantCommunicationPostflowactionRequest.Builder.build()PatchConversationsCallParticipantCommunicationPostflowactionRequest.withBody(MandatoryPostCallActionInput body) PatchConversationsCallParticipantCommunicationPostflowactionRequest.withCommunicationId(String communicationId) PatchConversationsCallParticipantCommunicationPostflowactionRequest.withConversationId(String conversationId) PatchConversationsCallParticipantCommunicationPostflowactionRequest.withCustomHeader(String name, String value) PatchConversationsCallParticipantCommunicationPostflowactionRequest.withParticipantId(String participantId)