Uses of Class
net.troja.eve.esi.model.CorporationShareholdersResponse.ShareholderTypeEnum
-
Packages that use CorporationShareholdersResponse.ShareholderTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationShareholdersResponse.ShareholderTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationShareholdersResponse.ShareholderTypeEnum Modifier and Type Method Description static CorporationShareholdersResponse.ShareholderTypeEnumCorporationShareholdersResponse.ShareholderTypeEnum. fromValue(String value)CorporationShareholdersResponse.ShareholderTypeEnumCorporationShareholdersResponse. getShareholderType()shareholder_type stringCorporationShareholdersResponse.ShareholderTypeEnumCorporationShareholdersResponse.ShareholderTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationShareholdersResponse.ShareholderTypeEnumCorporationShareholdersResponse.ShareholderTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationShareholdersResponse.ShareholderTypeEnum[]CorporationShareholdersResponse.ShareholderTypeEnum. 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 CorporationShareholdersResponse.ShareholderTypeEnum Modifier and Type Method Description voidCorporationShareholdersResponse. setShareholderType(CorporationShareholdersResponse.ShareholderTypeEnum shareholderTypeEnum)CorporationShareholdersResponseCorporationShareholdersResponse. shareholderType(CorporationShareholdersResponse.ShareholderTypeEnum shareholderTypeEnum)voidCorporationShareholdersResponse.ShareholderTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationShareholdersResponse.ShareholderTypeEnum enumeration)
-