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