Uses of Class
net.troja.eve.esi.model.CorporationStarbaseResponse.AnchorEnum
-
Packages that use CorporationStarbaseResponse.AnchorEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationStarbaseResponse.AnchorEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationStarbaseResponse.AnchorEnum Modifier and Type Method Description static CorporationStarbaseResponse.AnchorEnumCorporationStarbaseResponse.AnchorEnum. fromValue(String value)CorporationStarbaseResponse.AnchorEnumCorporationStarbaseResponse. getAnchor()Who can anchor starbase (POS) and its structuresCorporationStarbaseResponse.AnchorEnumCorporationStarbaseResponse.AnchorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationStarbaseResponse.AnchorEnumCorporationStarbaseResponse.AnchorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationStarbaseResponse.AnchorEnum[]CorporationStarbaseResponse.AnchorEnum. 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 CorporationStarbaseResponse.AnchorEnum Modifier and Type Method Description CorporationStarbaseResponseCorporationStarbaseResponse. anchor(CorporationStarbaseResponse.AnchorEnum anchorEnum)voidCorporationStarbaseResponse. setAnchor(CorporationStarbaseResponse.AnchorEnum anchorEnum)voidCorporationStarbaseResponse.AnchorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationStarbaseResponse.AnchorEnum enumeration)
-