Uses of Class
net.troja.eve.esi.model.CorporationTitlesResponse.GrantableRolesAtOtherEnum
-
Packages that use CorporationTitlesResponse.GrantableRolesAtOtherEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationTitlesResponse.GrantableRolesAtOtherEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationTitlesResponse.GrantableRolesAtOtherEnum Modifier and Type Method Description static CorporationTitlesResponse.GrantableRolesAtOtherEnumCorporationTitlesResponse.GrantableRolesAtOtherEnum. fromValue(String value)CorporationTitlesResponse.GrantableRolesAtOtherEnumCorporationTitlesResponse.GrantableRolesAtOtherEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationTitlesResponse.GrantableRolesAtOtherEnumCorporationTitlesResponse.GrantableRolesAtOtherEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationTitlesResponse.GrantableRolesAtOtherEnum[]CorporationTitlesResponse.GrantableRolesAtOtherEnum. 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 CorporationTitlesResponse.GrantableRolesAtOtherEnum Modifier and Type Method Description List<CorporationTitlesResponse.GrantableRolesAtOtherEnum>CorporationTitlesResponse. getGrantableRolesAtOther()grantable_roles_at_other arrayMethods in net.troja.eve.esi.model with parameters of type CorporationTitlesResponse.GrantableRolesAtOtherEnum Modifier and Type Method Description voidCorporationTitlesResponse.GrantableRolesAtOtherEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationTitlesResponse.GrantableRolesAtOtherEnum enumeration)Method parameters in net.troja.eve.esi.model with type arguments of type CorporationTitlesResponse.GrantableRolesAtOtherEnum Modifier and Type Method Description CorporationTitlesResponseCorporationTitlesResponse. grantableRolesAtOther(List<CorporationTitlesResponse.GrantableRolesAtOtherEnum> grantableRolesAtOtherEnum)voidCorporationTitlesResponse. setGrantableRolesAtOther(List<CorporationTitlesResponse.GrantableRolesAtOtherEnum> grantableRolesAtOtherEnum)
-