com.omertron.imdbapi.wrapper.IWrapperResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-imdb Show documentation
Show all versions of api-imdb Show documentation
API for the mobile JSON API of IMDB
package com.omertron.imdbapi.wrapper;
public interface IWrapperResult {
public void setResult(E result);
public E getResult();
public E getResult(Class resultClass);
}
© 2015 - 2026 Weber Informatics LLC | Privacy Policy