Package twitter4j.v1

Interface Friendship

All Superinterfaces:
Serializable

public interface Friendship extends Serializable
Since:
Twitter4J 2.1.9
  • Method Details

    • getId

      long getId()
      Returns:
      id
    • getName

      String getName()
      Returns:
      name
    • getScreenName

      String getScreenName()
      Returns:
      screen name
    • isFollowing

      boolean isFollowing()
      Returns:
      following
    • isFollowedBy

      boolean isFollowedBy()
      Returns:
      followed by