public enum IServiceResultCallbackWarning extends java.lang.Enum<IServiceResultCallbackWarning>
| Enum Constant and Description |
|---|
CertificateUntrusted |
Forbidden |
MethodNotAllowed |
NotAllowed |
NotAuthenticated |
NotFound |
NotSecure |
PaymentRequired |
Redirected |
ServerError |
Unknown |
WrongParams |
| Modifier and Type | Method and Description |
|---|---|
static IServiceResultCallbackWarning |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IServiceResultCallbackWarning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IServiceResultCallbackWarning CertificateUntrusted
public static final IServiceResultCallbackWarning NotSecure
public static final IServiceResultCallbackWarning Redirected
public static final IServiceResultCallbackWarning WrongParams
public static final IServiceResultCallbackWarning Forbidden
public static final IServiceResultCallbackWarning NotFound
public static final IServiceResultCallbackWarning MethodNotAllowed
public static final IServiceResultCallbackWarning NotAllowed
public static final IServiceResultCallbackWarning NotAuthenticated
public static final IServiceResultCallbackWarning PaymentRequired
public static final IServiceResultCallbackWarning ServerError
public static final IServiceResultCallbackWarning Unknown
public static IServiceResultCallbackWarning[] values()
for (IServiceResultCallbackWarning c : IServiceResultCallbackWarning.values()) System.out.println(c);
public static IServiceResultCallbackWarning 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