Uses of Class
net.troja.eve.esi.model.CorporationRolesHistoryResponse.RoleTypeEnum
-
Packages that use CorporationRolesHistoryResponse.RoleTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationRolesHistoryResponse.RoleTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationRolesHistoryResponse.RoleTypeEnum Modifier and Type Method Description static CorporationRolesHistoryResponse.RoleTypeEnumCorporationRolesHistoryResponse.RoleTypeEnum. fromValue(String value)CorporationRolesHistoryResponse.RoleTypeEnumCorporationRolesHistoryResponse. getRoleType()role_type stringCorporationRolesHistoryResponse.RoleTypeEnumCorporationRolesHistoryResponse.RoleTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationRolesHistoryResponse.RoleTypeEnumCorporationRolesHistoryResponse.RoleTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationRolesHistoryResponse.RoleTypeEnum[]CorporationRolesHistoryResponse.RoleTypeEnum. 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 CorporationRolesHistoryResponse.RoleTypeEnum Modifier and Type Method Description CorporationRolesHistoryResponseCorporationRolesHistoryResponse. roleType(CorporationRolesHistoryResponse.RoleTypeEnum roleTypeEnum)voidCorporationRolesHistoryResponse. setRoleType(CorporationRolesHistoryResponse.RoleTypeEnum roleTypeEnum)voidCorporationRolesHistoryResponse.RoleTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationRolesHistoryResponse.RoleTypeEnum enumeration)
-