public static enum NegotiationReject.Code extends Enum<NegotiationReject.Code>
| Enum Constant and Description |
|---|
CREDENTIALS |
DUPLICATE_ID |
FLOW_TYPE_NOT_SUPPORTED |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static NegotiationReject.Code |
fromValue(String value) |
String |
toString() |
String |
value() |
static NegotiationReject.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NegotiationReject.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NegotiationReject.Code CREDENTIALS
public static final NegotiationReject.Code UNSPECIFIED
public static final NegotiationReject.Code FLOW_TYPE_NOT_SUPPORTED
public static final NegotiationReject.Code DUPLICATE_ID
public static NegotiationReject.Code[] values()
for (NegotiationReject.Code c : NegotiationReject.Code.values()) System.out.println(c);
public static NegotiationReject.Code 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<NegotiationReject.Code>public String value()
public static NegotiationReject.Code fromValue(String value)
Copyright © 2019–2021 IG Group. All rights reserved.