Interface Team

All Superinterfaces:
Entity, HasIcon, HasName, Snowflake, Timestamped
All Known Implementing Classes:
TeamImpl

public interface Team extends Snowflake, HasName, HasIcon
Information about a team.
Since:
06/24/19.
Author:
Bowser65
  • Method Details

    • ownerId

      @CheckReturnValue default String ownerId()
      The ID of the team owner
      Returns:
      String representing their ID.
    • ownerIdAsLong

      @CheckReturnValue long ownerIdAsLong()
      The ID of the team owner, as a long.
      Returns:
      Long representing their ID.
    • members

      @Nonnull List<TeamMember> members()
      Returns:
      The members of the team