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