net.leanix.mtm.api.models.NotificationOrigin Maven / Gradle / Ivy
package net.leanix.mtm.api.models;
/**
* The origin of the notification.
*/
public enum NotificationOrigin {
MTM,
EXTERNAL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy