Interface PartialMember

All Superinterfaces:
Entity, GuildEntity, HasGuild, Snowflake, Timestamped
All Known Implementing Classes:
PartialMemberImpl

public interface PartialMember extends GuildEntity, Snowflake
Since:
10/4/18.
Author:
amy
  • Method Details

    • idAsLong

      @CheckReturnValue default long idAsLong()
      Description copied from interface: Snowflake
      The ID of this snowflake, as a long.
      Specified by:
      idAsLong in interface Snowflake
      Returns:
      Long representing the ID.
    • user

      @Nonnull @CheckReturnValue User user()
    • roleIds

      @Nonnull @CheckReturnValue Set<String> roleIds()
    • nick

      @Nullable @CheckReturnValue String nick()