| Modifier and Type | Method and Description |
|---|---|
static EstablishmentReject.Code |
EstablishmentReject.Code.fromValue(String value) |
EstablishmentReject.Code |
EstablishmentReject.getCode() |
static EstablishmentReject.Code |
EstablishmentReject.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstablishmentReject.Code[] |
EstablishmentReject.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 |
EstablishmentReject.setCode(EstablishmentReject.Code code) |
| Constructor and Description |
|---|
EstablishmentReject(UUID sessionId,
Long requestTimestamp,
EstablishmentReject.Code code,
String reason,
String messageType) |
Copyright © 2019–2021 IG Group. All rights reserved.