Module Mal4J

Interface IDN

All Superinterfaces:
ID
All Known Implementing Classes:
ForumTopicCreator, PostAuthor, Publisher, Studio, User

public interface IDN extends ID
Indicates that the object has an ID and name.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Object name.

    Methods inherited from interface dev.katsute.mal4j.property.ID

    getID
  • Method Details

    • getName

      String getName()
      Object name.
      Returns:
      name
      Since:
      1.0.0