Uses of Class
net.troja.eve.esi.model.CharacterCalendarEventResponse.OwnerTypeEnum
-
Packages that use CharacterCalendarEventResponse.OwnerTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterCalendarEventResponse.OwnerTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterCalendarEventResponse.OwnerTypeEnum Modifier and Type Method Description static CharacterCalendarEventResponse.OwnerTypeEnumCharacterCalendarEventResponse.OwnerTypeEnum. fromValue(String value)CharacterCalendarEventResponse.OwnerTypeEnumCharacterCalendarEventResponse. getOwnerType()owner_type stringCharacterCalendarEventResponse.OwnerTypeEnumCharacterCalendarEventResponse.OwnerTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterCalendarEventResponse.OwnerTypeEnumCharacterCalendarEventResponse.OwnerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterCalendarEventResponse.OwnerTypeEnum[]CharacterCalendarEventResponse.OwnerTypeEnum. 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 CharacterCalendarEventResponse.OwnerTypeEnum Modifier and Type Method Description CharacterCalendarEventResponseCharacterCalendarEventResponse. ownerType(CharacterCalendarEventResponse.OwnerTypeEnum ownerTypeEnum)voidCharacterCalendarEventResponse. setOwnerType(CharacterCalendarEventResponse.OwnerTypeEnum ownerTypeEnum)voidCharacterCalendarEventResponse.OwnerTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterCalendarEventResponse.OwnerTypeEnum enumeration)
-