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