Interface Template

All Superinterfaces:
HasCreatedAt, HasName, HasNullableDescription, HasUpdatedAt, Timestamped
All Known Implementing Classes:
TemplateImpl

public interface Template extends HasName, HasNullableDescription, HasCreatedAt, HasUpdatedAt
Since:
12/31/20.
Author:
amy
  • Method Details

    • code

      String code()
    • usageCount

      int usageCount()
    • creatorIdAsLong

      long creatorIdAsLong()
    • creatorId

      default String creatorId()
    • creator

      User creator()
    • sourceGuildIdAsLong

      long sourceGuildIdAsLong()
    • sourceGuildId

      default String sourceGuildId()
    • serializedSourceGuild

      Guild serializedSourceGuild()
    • dirty

      boolean dirty()