Uses of Class
net.troja.eve.esi.model.CorporationContainersLogsResponse.PasswordTypeEnum
-
Packages that use CorporationContainersLogsResponse.PasswordTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationContainersLogsResponse.PasswordTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationContainersLogsResponse.PasswordTypeEnum Modifier and Type Method Description static CorporationContainersLogsResponse.PasswordTypeEnumCorporationContainersLogsResponse.PasswordTypeEnum. fromValue(String value)CorporationContainersLogsResponse.PasswordTypeEnumCorporationContainersLogsResponse. getPasswordType()Type of password set if action is of type SetPassword or EnterPasswordCorporationContainersLogsResponse.PasswordTypeEnumCorporationContainersLogsResponse.PasswordTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationContainersLogsResponse.PasswordTypeEnumCorporationContainersLogsResponse.PasswordTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationContainersLogsResponse.PasswordTypeEnum[]CorporationContainersLogsResponse.PasswordTypeEnum. 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 CorporationContainersLogsResponse.PasswordTypeEnum Modifier and Type Method Description CorporationContainersLogsResponseCorporationContainersLogsResponse. passwordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)voidCorporationContainersLogsResponse. setPasswordType(CorporationContainersLogsResponse.PasswordTypeEnum passwordTypeEnum)voidCorporationContainersLogsResponse.PasswordTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationContainersLogsResponse.PasswordTypeEnum enumeration)
-