Module Mal4J

Class Picture

java.lang.Object
dev.katsute.mal4j.property.Picture

public abstract class Picture extends Object
Represents a picture.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • Picture

      public Picture()
  • Method Details

    • getMediumURL

      public abstract String getMediumURL()
      Medium picture URL.
      Returns:
      medium URL
      Since:
      1.0.0
      See Also:
    • getLargeURL

      public abstract String getLargeURL()
      Large picture URL
      Returns:
      large URL
      Since:
      1.0.0
      See Also: