public final class NotifyLevel
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a level of the Scheduler Advisory Email Notify feature.
Copyright: Copyright (c) 2020
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static NotifyLevel |
JOB
Emails will be sent for Job-related
Scheduler Advisories . |
static NotifyLevel |
TASK
Emails will be sent for Job-related, TaskList-related and Task-related
Scheduler Advisories . |
static NotifyLevel |
TASKLIST
Emails will be sent for Job-related and TaskList-related
Scheduler Advisories . |
Modifier and Type | Method and Description |
---|---|
static NotifyLevel |
valueOf(java.lang.String name) |
static NotifyLevel[] |
values() |
public static final NotifyLevel JOB
Scheduler Advisories
.public static final NotifyLevel TASKLIST
Scheduler Advisories
.public static final NotifyLevel TASK
Scheduler Advisories
.public static NotifyLevel[] values()
public static NotifyLevel valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.