public static enum MaileonMailingsService.MailingType extends java.lang.Enum<MaileonMailingsService.MailingType>
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getApiString() |
static MaileonMailingsService.MailingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaileonMailingsService.MailingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaileonMailingsService.MailingType REGULAR
public static final MaileonMailingsService.MailingType TRIGGER
public static final MaileonMailingsService.MailingType DOI
public static MaileonMailingsService.MailingType[] values()
for (MaileonMailingsService.MailingType c : MaileonMailingsService.MailingType.values()) System.out.println(c);
public static MaileonMailingsService.MailingType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract java.lang.String getApiString()
Copyright © 2018. All Rights Reserved.