Uses of Class
net.troja.eve.esi.model.CorporationContainersLogsResponse.LocationFlagEnum
-
Packages that use CorporationContainersLogsResponse.LocationFlagEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationContainersLogsResponse.LocationFlagEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationContainersLogsResponse.LocationFlagEnum Modifier and Type Method Description static CorporationContainersLogsResponse.LocationFlagEnumCorporationContainersLogsResponse.LocationFlagEnum. fromValue(String value)CorporationContainersLogsResponse.LocationFlagEnumCorporationContainersLogsResponse. getLocationFlag()location_flag stringCorporationContainersLogsResponse.LocationFlagEnumCorporationContainersLogsResponse.LocationFlagEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationContainersLogsResponse.LocationFlagEnumCorporationContainersLogsResponse.LocationFlagEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationContainersLogsResponse.LocationFlagEnum[]CorporationContainersLogsResponse.LocationFlagEnum. 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 CorporationContainersLogsResponse.LocationFlagEnum Modifier and Type Method Description CorporationContainersLogsResponseCorporationContainersLogsResponse. locationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)voidCorporationContainersLogsResponse. setLocationFlag(CorporationContainersLogsResponse.LocationFlagEnum locationFlagEnum)voidCorporationContainersLogsResponse.LocationFlagEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationContainersLogsResponse.LocationFlagEnum enumeration)
-