Uses of Class
net.troja.eve.esi.model.CorporationRolesHistoryResponse.NewRolesEnum
-
Packages that use CorporationRolesHistoryResponse.NewRolesEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationRolesHistoryResponse.NewRolesEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationRolesHistoryResponse.NewRolesEnum Modifier and Type Method Description static CorporationRolesHistoryResponse.NewRolesEnumCorporationRolesHistoryResponse.NewRolesEnum. fromValue(String value)CorporationRolesHistoryResponse.NewRolesEnumCorporationRolesHistoryResponse.NewRolesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationRolesHistoryResponse.NewRolesEnumCorporationRolesHistoryResponse.NewRolesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationRolesHistoryResponse.NewRolesEnum[]CorporationRolesHistoryResponse.NewRolesEnum. 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 CorporationRolesHistoryResponse.NewRolesEnum Modifier and Type Method Description List<CorporationRolesHistoryResponse.NewRolesEnum>CorporationRolesHistoryResponse. getNewRoles()new_roles arrayMethods in net.troja.eve.esi.model with parameters of type CorporationRolesHistoryResponse.NewRolesEnum Modifier and Type Method Description voidCorporationRolesHistoryResponse.NewRolesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationRolesHistoryResponse.NewRolesEnum enumeration)Method parameters in net.troja.eve.esi.model with type arguments of type CorporationRolesHistoryResponse.NewRolesEnum Modifier and Type Method Description CorporationRolesHistoryResponseCorporationRolesHistoryResponse. newRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRolesEnum)voidCorporationRolesHistoryResponse. setNewRoles(List<CorporationRolesHistoryResponse.NewRolesEnum> newRolesEnum)
-