Uses of Class
net.troja.eve.esi.model.Recipient.RecipientTypeEnum
-
Packages that use Recipient.RecipientTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of Recipient.RecipientTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Recipient.RecipientTypeEnum Modifier and Type Method Description static Recipient.RecipientTypeEnumRecipient.RecipientTypeEnum. fromValue(String value)Recipient.RecipientTypeEnumRecipient. getRecipientType()recipient_type stringRecipient.RecipientTypeEnumRecipient.RecipientTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Recipient.RecipientTypeEnumRecipient.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.Methods in net.troja.eve.esi.model with parameters of type Recipient.RecipientTypeEnum Modifier and Type Method Description RecipientRecipient. recipientType(Recipient.RecipientTypeEnum recipientTypeEnum)voidRecipient. setRecipientType(Recipient.RecipientTypeEnum recipientTypeEnum)voidRecipient.RecipientTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Recipient.RecipientTypeEnum enumeration)
-