Uses of Class
com.mypurecloud.sdk.v2.model.WfmUserNotification
Packages that use WfmUserNotification
-
Uses of WfmUserNotification in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WfmUserNotificationModifier and TypeMethodDescriptionThe immutable globally unique identifier for the object.WfmUserNotification.markedAsRead(Boolean markedAsRead) Whether this notification has been marked \"read\"WfmUserNotification.mutableGroupId(String mutableGroupId) The group ID of the notification (mutable, may change on update)Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WfmUserNotificationModifier and TypeMethodDescriptionNotificationsResponse.getEntities()UpdateNotificationsRequest.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WfmUserNotificationModifier and TypeMethodDescriptionNotificationsResponse.entities(List<WfmUserNotification> entities) UpdateNotificationsRequest.entities(List<WfmUserNotification> entities) The notifications to updatevoidNotificationsResponse.setEntities(List<WfmUserNotification> entities) voidUpdateNotificationsRequest.setEntities(List<WfmUserNotification> entities)