public enum LinkDeliveryDeliveryMethod extends Enum<LinkDeliveryDeliveryMethod>
Modifier and Type | Class and Description |
---|---|
static class |
LinkDeliveryDeliveryMethod.Adapter |
Enum Constant and Description |
---|
EMAIL |
ENUM_UNKNOWN |
SMS |
Modifier and Type | Method and Description |
---|---|
static LinkDeliveryDeliveryMethod |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static LinkDeliveryDeliveryMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkDeliveryDeliveryMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkDeliveryDeliveryMethod SMS
public static final LinkDeliveryDeliveryMethod EMAIL
public static final LinkDeliveryDeliveryMethod ENUM_UNKNOWN
public static LinkDeliveryDeliveryMethod[] values()
for (LinkDeliveryDeliveryMethod c : LinkDeliveryDeliveryMethod.values()) System.out.println(c);
public static LinkDeliveryDeliveryMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<LinkDeliveryDeliveryMethod>
public static LinkDeliveryDeliveryMethod fromValue(String value)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.