Uses of Class
com.mypurecloud.sdk.v2.model.PinnedMessageRequest
Packages that use PinnedMessageRequest
Package
Description
-
Uses of PinnedMessageRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PinnedMessageRequestModifier and TypeMethodDescriptionvoidChatApi.postChatsRoomMessagesPins(String roomJid, PinnedMessageRequest body) Add pinned messages for a room, up to a maximum of 5 pinned messagesChatApi.postChatsRoomMessagesPinsWithHttpInfo(String roomJid, PinnedMessageRequest body) Add pinned messages for a room, up to a maximum of 5 pinned messagesvoidChatApi.postChatsUserMessagesPins(String userId, PinnedMessageRequest body) Add pinned messages for a 1on1, up to a maximum of 5 pinned messagesChatApi.postChatsUserMessagesPinsWithHttpInfo(String userId, PinnedMessageRequest body) Add pinned messages for a 1on1, up to a maximum of 5 pinned messagesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type PinnedMessageRequestModifier and TypeMethodDescriptionChatApi.postChatsRoomMessagesPins(ApiRequest<PinnedMessageRequest> request) Add pinned messages for a room, up to a maximum of 5 pinned messagesChatApiAsync.postChatsRoomMessagesPinsAsync(ApiRequest<PinnedMessageRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Add pinned messages for a room, up to a maximum of 5 pinned messagesChatApi.postChatsUserMessagesPins(ApiRequest<PinnedMessageRequest> request) Add pinned messages for a 1on1, up to a maximum of 5 pinned messagesChatApiAsync.postChatsUserMessagesPinsAsync(ApiRequest<PinnedMessageRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Add pinned messages for a 1on1, up to a maximum of 5 pinned messages -
Uses of PinnedMessageRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PinnedMessageRequestModifier and TypeMethodDescriptionPostChatsRoomMessagesPinsRequest.getBody()PostChatsUserMessagesPinsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PinnedMessageRequestModifier and TypeMethodDescriptionPostChatsRoomMessagesPinsRequest.withHttpInfo()PostChatsUserMessagesPinsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type PinnedMessageRequestModifier and TypeMethodDescriptionPostChatsRoomMessagesPinsRequest.builder(String roomJid, PinnedMessageRequest body) PostChatsUserMessagesPinsRequest.builder(String userId, PinnedMessageRequest body) voidPostChatsRoomMessagesPinsRequest.setBody(PinnedMessageRequest body) voidPostChatsUserMessagesPinsRequest.setBody(PinnedMessageRequest body) PostChatsRoomMessagesPinsRequest.Builder.withBody(PinnedMessageRequest body) PostChatsRoomMessagesPinsRequest.withBody(PinnedMessageRequest body) PostChatsUserMessagesPinsRequest.Builder.withBody(PinnedMessageRequest body) PostChatsUserMessagesPinsRequest.withBody(PinnedMessageRequest body) PostChatsRoomMessagesPinsRequest.Builder.withRequiredParams(String roomJid, PinnedMessageRequest body) PostChatsUserMessagesPinsRequest.Builder.withRequiredParams(String userId, PinnedMessageRequest body) -
Uses of PinnedMessageRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PinnedMessageRequestModifier and TypeMethodDescriptionPinnedMessageRequest.pinnedMessageIds(List<String> pinnedMessageIds) Ids of the messages to pin