Interface HasApplication

All Known Subinterfaces:
ApplicationCommand, GroupDMChannel, Guild
All Known Implementing Classes:
ApplicationCommandImpl, GroupDMChannelImpl, GuildImpl

public interface HasApplication
Since:
12/10/20.
Author:
amy
  • Method Details

    • applicationId

      @Nullable @CheckReturnValue default String applicationId()
      Returns:
      The id of the application that this entity belongs to.
    • applicationIdAsLong

      @CheckReturnValue long applicationIdAsLong()
      Returns:
      The id of the application that this entity belongs to.