Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsChatParticipantAttributesRequest
Packages that use PatchConversationsChatParticipantAttributesRequest
-
Uses of PatchConversationsChatParticipantAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchConversationsChatParticipantAttributesRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsChatParticipantAttributes(PatchConversationsChatParticipantAttributesRequest request) Deprecated.ConversationsApiAsync.patchConversationsChatParticipantAttributesAsync(PatchConversationsChatParticipantAttributesRequest request, AsyncApiCallback<ParticipantAttributes> callback) Deprecated. -
Uses of PatchConversationsChatParticipantAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsChatParticipantAttributesRequestModifier and TypeMethodDescriptionPatchConversationsChatParticipantAttributesRequest.Builder.build()PatchConversationsChatParticipantAttributesRequest.withBody(ParticipantAttributes body) PatchConversationsChatParticipantAttributesRequest.withConversationId(String conversationId) PatchConversationsChatParticipantAttributesRequest.withCustomHeader(String name, String value) PatchConversationsChatParticipantAttributesRequest.withParticipantId(String participantId)