public enum DashboardConnectOption extends Enum<DashboardConnectOption>
| Enum Constant and Description |
|---|
CONNECT_WITH_INTERACTION |
CONNECT_WITHOUT_INTERACTION_WITH_EMAIL |
CONNECT_WITHOUT_INTERACTION_WITHOUT_EMAIL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
connectsWithoutInteraction() |
static DashboardConnectOption |
fromOption(String option) |
String |
getOption() |
boolean |
sendsEmail() |
static DashboardConnectOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardConnectOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardConnectOption CONNECT_WITH_INTERACTION
public static final DashboardConnectOption CONNECT_WITHOUT_INTERACTION_WITH_EMAIL
public static final DashboardConnectOption CONNECT_WITHOUT_INTERACTION_WITHOUT_EMAIL
public static DashboardConnectOption[] values()
for (DashboardConnectOption c : DashboardConnectOption.values()) System.out.println(c);
public static DashboardConnectOption 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 getOption()
public boolean connectsWithoutInteraction()
public boolean sendsEmail()
public static DashboardConnectOption fromOption(String option)
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.