Uses of Class
com.mypurecloud.sdk.v2.api.request.PostChatsUserMessagesPinsRequest
Packages that use PostChatsUserMessagesPinsRequest
-
Uses of PostChatsUserMessagesPinsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostChatsUserMessagesPinsRequestModifier and TypeMethodDescriptionvoidChatApi.postChatsUserMessagesPins(PostChatsUserMessagesPinsRequest request) Add pinned messages for a 1on1, up to a maximum of 5 pinned messagesChatApiAsync.postChatsUserMessagesPinsAsync(PostChatsUserMessagesPinsRequest request, AsyncApiCallback<Void> callback) Add pinned messages for a 1on1, up to a maximum of 5 pinned messages -
Uses of PostChatsUserMessagesPinsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostChatsUserMessagesPinsRequestModifier and TypeMethodDescriptionPostChatsUserMessagesPinsRequest.Builder.build()PostChatsUserMessagesPinsRequest.withBody(PinnedMessageRequest body) PostChatsUserMessagesPinsRequest.withCustomHeader(String name, String value) PostChatsUserMessagesPinsRequest.withUserId(String userId)