net.joningi.icndb.MultiContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icndb-java-api Show documentation
Show all versions of icndb-java-api Show documentation
Java API client for The Internet Chuck Norris Database (http://www.icndb.com/)
The newest version!
package net.joningi.icndb;
import java.util.List;
import com.google.gson.annotations.SerializedName;
public class MultiContainer extends AbstractContainer> {
public List getJokes() {
return this.value;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy