public enum TrunkGroupPilotUserCallingLineIdentityUsagePolicy extends Enum<TrunkGroupPilotUserCallingLineIdentityUsagePolicy>
Enum Constant and Description |
---|
ALLORIGINATINGCALLS |
NOCALLS |
UNSCREENEDORIGINATINGCALLS |
Modifier and Type | Method and Description |
---|---|
static TrunkGroupPilotUserCallingLineIdentityUsagePolicy |
get(String value) |
String |
toString() |
String |
value() |
static TrunkGroupPilotUserCallingLineIdentityUsagePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrunkGroupPilotUserCallingLineIdentityUsagePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrunkGroupPilotUserCallingLineIdentityUsagePolicy ALLORIGINATINGCALLS
public static final TrunkGroupPilotUserCallingLineIdentityUsagePolicy UNSCREENEDORIGINATINGCALLS
public static final TrunkGroupPilotUserCallingLineIdentityUsagePolicy NOCALLS
public static TrunkGroupPilotUserCallingLineIdentityUsagePolicy[] values()
for (TrunkGroupPilotUserCallingLineIdentityUsagePolicy c : TrunkGroupPilotUserCallingLineIdentityUsagePolicy.values()) System.out.println(c);
public static TrunkGroupPilotUserCallingLineIdentityUsagePolicy 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 value()
public String toString()
toString
in class Enum<TrunkGroupPilotUserCallingLineIdentityUsagePolicy>
public static TrunkGroupPilotUserCallingLineIdentityUsagePolicy get(String value)
Copyright © 2016 ECG, Inc. All rights reserved.