Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsEmailParticipantParkingstateRequest
Packages that use PatchConversationsEmailParticipantParkingstateRequest
-
Uses of PatchConversationsEmailParticipantParkingstateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsEmailParticipantParkingstateRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsEmailParticipantParkingstate(PatchConversationsEmailParticipantParkingstateRequest request) Update conversation by setting its parking stateConversationsApiAsync.patchConversationsEmailParticipantParkingstateAsync(PatchConversationsEmailParticipantParkingstateRequest request, AsyncApiCallback<Void> callback) Update conversation by setting its parking state -
Uses of PatchConversationsEmailParticipantParkingstateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsEmailParticipantParkingstateRequestModifier and TypeMethodDescriptionPatchConversationsEmailParticipantParkingstateRequest.Builder.build()PatchConversationsEmailParticipantParkingstateRequest.withBody(ParkingStateRequest body) PatchConversationsEmailParticipantParkingstateRequest.withConversationId(String conversationId) PatchConversationsEmailParticipantParkingstateRequest.withCustomHeader(String name, String value) PatchConversationsEmailParticipantParkingstateRequest.withParticipantId(String participantId)