Classic clients are deprecated so this will be removed in a future release
@Deprecated public static enum ConnectorConfig.ClientApiType extends Enum<ConnectorConfig.ClientApiType>
Enum Constant and Description |
---|
ALL
Deprecated.
Any type of client can connect.
|
CLASSIC
Deprecated.
Only clients which use the Classic API can connect.
|
UCI
Deprecated.
Only clients which use the Unified API can connect.
|
Modifier and Type | Method and Description |
---|---|
static ConnectorConfig.ClientApiType |
fromName(String name)
Deprecated.
|
String |
toString()
Deprecated.
|
static ConnectorConfig.ClientApiType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ConnectorConfig.ClientApiType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorConfig.ClientApiType ALL
public static final ConnectorConfig.ClientApiType CLASSIC
public static final ConnectorConfig.ClientApiType UCI
public static ConnectorConfig.ClientApiType[] values()
for (ConnectorConfig.ClientApiType c : ConnectorConfig.ClientApiType.values()) System.out.println(c);
public static ConnectorConfig.ClientApiType 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 toString()
toString
in class Enum<ConnectorConfig.ClientApiType>
public static ConnectorConfig.ClientApiType fromName(String name)
Copyright © 2016 Push Technology Ltd. All Rights Reserved.