Uses of Class
net.troja.eve.esi.model.CorporationCustomsOfficesResponse.StandingLevelEnum
-
Packages that use CorporationCustomsOfficesResponse.StandingLevelEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationCustomsOfficesResponse.StandingLevelEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationCustomsOfficesResponse.StandingLevelEnum Modifier and Type Method Description static CorporationCustomsOfficesResponse.StandingLevelEnumCorporationCustomsOfficesResponse.StandingLevelEnum. fromValue(String value)CorporationCustomsOfficesResponse.StandingLevelEnumCorporationCustomsOfficesResponse. getStandingLevel()Access is allowed only for entities with this level of standing or betterCorporationCustomsOfficesResponse.StandingLevelEnumCorporationCustomsOfficesResponse.StandingLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationCustomsOfficesResponse.StandingLevelEnumCorporationCustomsOfficesResponse.StandingLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationCustomsOfficesResponse.StandingLevelEnum[]CorporationCustomsOfficesResponse.StandingLevelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model with parameters of type CorporationCustomsOfficesResponse.StandingLevelEnum Modifier and Type Method Description voidCorporationCustomsOfficesResponse. setStandingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevelEnum)CorporationCustomsOfficesResponseCorporationCustomsOfficesResponse. standingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevelEnum)voidCorporationCustomsOfficesResponse.StandingLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationCustomsOfficesResponse.StandingLevelEnum enumeration)
-