public enum DistributionListMemberStatus extends java.lang.Enum<DistributionListMemberStatus>
| Enum Constant and Description |
|---|
DEMOTED
Referenced object is not available.
|
NONE
None.
|
NORMAL
Member information in a distribution list is in sync with the referenced object.
|
UNRECOGNIZED
Member information is invalid or unrecognized.
|
| Modifier and Type | Method and Description |
|---|---|
static DistributionListMemberStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistributionListMemberStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributionListMemberStatus UNRECOGNIZED
public static final DistributionListMemberStatus NORMAL
public static final DistributionListMemberStatus DEMOTED
public static final DistributionListMemberStatus NONE
public static DistributionListMemberStatus[] values()
for (DistributionListMemberStatus c : DistributionListMemberStatus.values()) System.out.println(c);
public static DistributionListMemberStatus 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