Uses of Class
net.troja.eve.esi.model.CorporationTitlesResponse.RolesAtOtherEnum
-
Packages that use CorporationTitlesResponse.RolesAtOtherEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationTitlesResponse.RolesAtOtherEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationTitlesResponse.RolesAtOtherEnum Modifier and Type Method Description static CorporationTitlesResponse.RolesAtOtherEnumCorporationTitlesResponse.RolesAtOtherEnum. fromValue(String value)CorporationTitlesResponse.RolesAtOtherEnumCorporationTitlesResponse.RolesAtOtherEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationTitlesResponse.RolesAtOtherEnumCorporationTitlesResponse.RolesAtOtherEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationTitlesResponse.RolesAtOtherEnum[]CorporationTitlesResponse.RolesAtOtherEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model that return types with arguments of type CorporationTitlesResponse.RolesAtOtherEnum Modifier and Type Method Description List<CorporationTitlesResponse.RolesAtOtherEnum>CorporationTitlesResponse. getRolesAtOther()roles_at_other arrayMethods in net.troja.eve.esi.model with parameters of type CorporationTitlesResponse.RolesAtOtherEnum Modifier and Type Method Description voidCorporationTitlesResponse.RolesAtOtherEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationTitlesResponse.RolesAtOtherEnum enumeration)Method parameters in net.troja.eve.esi.model with type arguments of type CorporationTitlesResponse.RolesAtOtherEnum Modifier and Type Method Description CorporationTitlesResponseCorporationTitlesResponse. rolesAtOther(List<CorporationTitlesResponse.RolesAtOtherEnum> rolesAtOtherEnum)voidCorporationTitlesResponse. setRolesAtOther(List<CorporationTitlesResponse.RolesAtOtherEnum> rolesAtOtherEnum)
-