Uses of Class
io.gs2.chat.request.UpdateNotificationTypeRequest
Packages that use UpdateNotificationTypeRequest
-
Uses of UpdateNotificationTypeRequest in io.gs2.chat
Methods in io.gs2.chat with parameters of type UpdateNotificationTypeRequestModifier and TypeMethodDescriptionGs2ChatRestClient.updateNotificationType(UpdateNotificationTypeRequest request) voidGs2ChatRestClient.updateNotificationTypeAsync(UpdateNotificationTypeRequest request, AsyncAction<AsyncResult<UpdateNotificationTypeResult>> callback) -
Uses of UpdateNotificationTypeRequest in io.gs2.chat.request
Methods in io.gs2.chat.request that return UpdateNotificationTypeRequestModifier and TypeMethodDescriptionUpdateNotificationTypeRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNotificationTypeRequest.withAccessToken(String accessToken) UpdateNotificationTypeRequest.withDuplicationAvoider(String duplicationAvoider) UpdateNotificationTypeRequest.withNamespaceName(String namespaceName) UpdateNotificationTypeRequest.withNotificationTypes(List<NotificationType> notificationTypes) UpdateNotificationTypeRequest.withRoomName(String roomName)