Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsMessageParticipantAttributesRequest
Packages that use PatchConversationsMessageParticipantAttributesRequest
-
Uses of PatchConversationsMessageParticipantAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsMessageParticipantAttributesRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsMessageParticipantAttributes(PatchConversationsMessageParticipantAttributesRequest request) Update the attributes on a conversation participant.ConversationsApiAsync.patchConversationsMessageParticipantAttributesAsync(PatchConversationsMessageParticipantAttributesRequest request, AsyncApiCallback<ParticipantAttributes> callback) Update the attributes on a conversation participant. -
Uses of PatchConversationsMessageParticipantAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsMessageParticipantAttributesRequestModifier and TypeMethodDescriptionPatchConversationsMessageParticipantAttributesRequest.Builder.build()PatchConversationsMessageParticipantAttributesRequest.withBody(ParticipantAttributes body) PatchConversationsMessageParticipantAttributesRequest.withConversationId(String conversationId) PatchConversationsMessageParticipantAttributesRequest.withCustomHeader(String name, String value) PatchConversationsMessageParticipantAttributesRequest.withParticipantId(String participantId)