| Modifier and Type | Method and Description |
|---|---|
static NegotiationReject.Code |
NegotiationReject.Code.fromValue(String value) |
NegotiationReject.Code |
NegotiationReject.getCode() |
static NegotiationReject.Code |
NegotiationReject.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NegotiationReject.Code[] |
NegotiationReject.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationReject.setCode(NegotiationReject.Code code) |
| Constructor and Description |
|---|
NegotiationReject(UUID sessionId,
Long timestamp,
NegotiationReject.Code code,
String reason,
String messageType) |
Copyright © 2019–2021 IG Group. All rights reserved.