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