help.swgoh.api.image.ImageRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swgoh-api-connector Show documentation
Show all versions of swgoh-api-connector Show documentation
A collection of Java helper classes that allow for easy and immediate access to the api.swgoh.help endpoints.
package help.swgoh.api.image;
/**
* This interface serves only a single purpose: to provide a more generic interface to all of the -image methods in
* {@link help.swgoh.api.SwgohAPI}.
*
* Implementations such as {@link ToonImageRequest} and {@link ShipImageRequest} should be used for instantiation. They
* can easily be constructed using their respective builders, {@link ToonImageRequestBuilder} and
* {@link ShipImageRequestBuilder}.
*
* @since 3.2.0
*/
public interface ImageRequest
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy