Uses of Class
net.troja.eve.esi.model.Clone
-
Packages that use Clone Package Description net.troja.eve.esi.model -
-
Uses of Clone in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Clone Modifier and Type Method Description CloneClone. addImplantsItem(Integer implantsItem)CloneClone. implants(List<Integer> implants)CloneClone. jumpCloneId(Integer jumpCloneId)CloneClone. locationId(Long locationId)CloneClone. locationType(Clone.LocationTypeEnum locationTypeEnum)CloneClone. locationTypeString(String locationType)CloneClone. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type Clone Modifier and Type Method Description List<Clone>CharacterClonesResponse. getJumpClones()jump_clones arrayMethods in net.troja.eve.esi.model with parameters of type Clone Modifier and Type Method Description CharacterClonesResponseCharacterClonesResponse. addJumpClonesItem(Clone jumpClonesItem)Method parameters in net.troja.eve.esi.model with type arguments of type Clone Modifier and Type Method Description CharacterClonesResponseCharacterClonesResponse. jumpClones(List<Clone> jumpClones)voidCharacterClonesResponse. setJumpClones(List<Clone> jumpClones)
-