Module Mal4J

Interface UserRetrievable

All Known Implementing Classes:
ForumTopicCreator, PostAuthor

public interface UserRetrievable
Indicates that a User can be retrieved from the object.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the user.
  • Method Details

    • getUser

      User getUser()
      Returns the user. Note that this calls the API each time, it's suggested that you save this to a variable to prevent constantly calling the API.
      Returns:
      user
      Since:
      1.0.0
      See Also: