| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static Recipient.RecipientTypeEnum |
Recipient.RecipientTypeEnum.fromValue(String value) |
Recipient.RecipientTypeEnum |
Recipient.getRecipientType()
recipient_type string
|
Recipient.RecipientTypeEnum |
Recipient.RecipientTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Recipient.RecipientTypeEnum |
Recipient.RecipientTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recipient.RecipientTypeEnum[] |
Recipient.RecipientTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recipient |
Recipient.recipientType(Recipient.RecipientTypeEnum recipientType) |
void |
Recipient.setRecipientType(Recipient.RecipientTypeEnum recipientType) |
void |
Recipient.RecipientTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Recipient.RecipientTypeEnum enumeration) |
Copyright © 2020. All Rights Reserved.