public final class NotifyTemplateType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of the Scheduler Notify Template
.
Copyright: Copyright (c) 2020
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static NotifyTemplateType |
BODY |
static NotifyTemplateType |
SUBJECT |
static NotifyTemplateType |
TO |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullName(java.lang.String name) |
static NotifyTemplateType |
valueOf(java.lang.String name) |
static NotifyTemplateType[] |
values() |
public static final NotifyTemplateType TO
public static final NotifyTemplateType SUBJECT
public static final NotifyTemplateType BODY
public static NotifyTemplateType[] values()
public static NotifyTemplateType valueOf(java.lang.String name)
public java.lang.String getFullName(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.