Class GamesAndVNsApiImpl
java.lang.Object
com.espacogeek.geek.data.api.impl.GamesAndVNsApiImpl
- All Implemented Interfaces:
MediaApi
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.espacogeek.geek.data.api.MediaApi
MediaApi.ApiKey, MediaApi.ExternalCDN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoSearch(String search, MediaCategoryModel mediaCategoryModel) getArtwork(Integer id) getDetails(Integer id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.espacogeek.geek.data.api.MediaApi
doSearch, getAlternativeTitles, getExternalReference, getGenre, getKeyword, getSeason, getUpdateBasicAttributes, updateTitles, updateTitlesStream
-
Constructor Details
-
GamesAndVNsApiImpl
public GamesAndVNsApiImpl()
-
-
Method Details
-
getDetails
@Retryable(maxAttempts=2, backoff=@Backoff(delay=2000L), retryFor=RequestException.class) public MediaModel getDetails(Integer id) - Specified by:
getDetailsin interfaceMediaApi
-
doSearch
@Retryable(maxAttempts=2, backoff=@Backoff(delay=2000L), retryFor=RequestException.class) public List<MediaModel> doSearch(String search, MediaCategoryModel mediaCategoryModel) -
getArtwork
@Retryable(maxAttempts=2, backoff=@Backoff(delay=2000L), retryFor=RequestException.class) public MediaModel getArtwork(Integer id) - Specified by:
getArtworkin interfaceMediaApi
-