Uses of Class
net.troja.eve.esi.model.CharacterClonesResponse
-
Packages that use CharacterClonesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterClonesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterClonesResponse Modifier and Type Method Description CharacterClonesResponseClonesApi. getCharactersCharacterIdClones(Integer characterId, String datasource, String ifNoneMatch, String token)Get clones A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterClonesResponse Modifier and Type Method Description ApiResponse<CharacterClonesResponse>ClonesApi. getCharactersCharacterIdClonesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get clones A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterClonesResponse Modifier and Type Method Description okhttp3.CallClonesApi. getCharactersCharacterIdClonesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterClonesResponse> _callback)Get clones (asynchronously) A list of the character's clones --- This route is cached for up to 120 seconds SSO Scope: esi-clones.read_clones.v1 -
Uses of CharacterClonesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterClonesResponse Modifier and Type Method Description CharacterClonesResponseCharacterClonesResponse. addJumpClonesItem(Clone jumpClonesItem)CharacterClonesResponseCharacterClonesResponse. homeLocation(CloneHomeLocation homeLocation)CharacterClonesResponseCharacterClonesResponse. jumpClones(List<Clone> jumpClones)CharacterClonesResponseCharacterClonesResponse. lastCloneJumpDate(java.time.OffsetDateTime lastCloneJumpDate)CharacterClonesResponseCharacterClonesResponse. lastStationChangeDate(java.time.OffsetDateTime lastStationChangeDate)
-