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