public static enum ContactConnectorManager.ConnectorFeature extends java.lang.Enum<ContactConnectorManager.ConnectorFeature>
Enum Constant and Description |
---|
Avatar |
NotificationCount |
Presence |
Profile |
Modifier and Type | Method and Description |
---|---|
static ContactConnectorManager.ConnectorFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactConnectorManager.ConnectorFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactConnectorManager.ConnectorFeature Profile
public static final ContactConnectorManager.ConnectorFeature Avatar
public static final ContactConnectorManager.ConnectorFeature NotificationCount
public static final ContactConnectorManager.ConnectorFeature Presence
public static ContactConnectorManager.ConnectorFeature[] values()
for (ContactConnectorManager.ConnectorFeature c : ContactConnectorManager.ConnectorFeature.values()) System.out.println(c);
public static ContactConnectorManager.ConnectorFeature 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 null