Uses of Class
net.troja.eve.esi.model.CharacterRolesResponse.RolesAtOtherEnum
-
Packages that use CharacterRolesResponse.RolesAtOtherEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterRolesResponse.RolesAtOtherEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterRolesResponse.RolesAtOtherEnum Modifier and Type Method Description static CharacterRolesResponse.RolesAtOtherEnumCharacterRolesResponse.RolesAtOtherEnum. fromValue(String value)CharacterRolesResponse.RolesAtOtherEnumCharacterRolesResponse.RolesAtOtherEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterRolesResponse.RolesAtOtherEnumCharacterRolesResponse.RolesAtOtherEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterRolesResponse.RolesAtOtherEnum[]CharacterRolesResponse.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 CharacterRolesResponse.RolesAtOtherEnum Modifier and Type Method Description List<CharacterRolesResponse.RolesAtOtherEnum>CharacterRolesResponse. getRolesAtOther()roles_at_other arrayMethods in net.troja.eve.esi.model with parameters of type CharacterRolesResponse.RolesAtOtherEnum Modifier and Type Method Description voidCharacterRolesResponse.RolesAtOtherEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterRolesResponse.RolesAtOtherEnum enumeration)Method parameters in net.troja.eve.esi.model with type arguments of type CharacterRolesResponse.RolesAtOtherEnum Modifier and Type Method Description CharacterRolesResponseCharacterRolesResponse. rolesAtOther(List<CharacterRolesResponse.RolesAtOtherEnum> rolesAtOtherEnum)voidCharacterRolesResponse. setRolesAtOther(List<CharacterRolesResponse.RolesAtOtherEnum> rolesAtOtherEnum)
-