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