Uses of Class
net.troja.eve.esi.model.ContactsResponse.ContactTypeEnum
-
Packages that use ContactsResponse.ContactTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of ContactsResponse.ContactTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return ContactsResponse.ContactTypeEnum Modifier and Type Method Description static ContactsResponse.ContactTypeEnumContactsResponse.ContactTypeEnum. fromValue(String value)ContactsResponse.ContactTypeEnumContactsResponse. getContactType()contact_type stringContactsResponse.ContactTypeEnumContactsResponse.ContactTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ContactsResponse.ContactTypeEnumContactsResponse.ContactTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactsResponse.ContactTypeEnum[]ContactsResponse.ContactTypeEnum. 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 ContactsResponse.ContactTypeEnum Modifier and Type Method Description ContactsResponseContactsResponse. contactType(ContactsResponse.ContactTypeEnum contactTypeEnum)voidContactsResponse. setContactType(ContactsResponse.ContactTypeEnum contactTypeEnum)voidContactsResponse.ContactTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ContactsResponse.ContactTypeEnum enumeration)
-