Interface AuditLogEntry

All Superinterfaces:
Entity, Snowflake, Timestamped
All Known Implementing Classes:
AuditLogEntryImpl

public interface AuditLogEntry extends Snowflake
Since:
10/07/18
Author:
SamOphis
  • Method Details

    • targetId

      @Nullable @CheckReturnValue default String targetId()
    • targetIdAsLong

      @CheckReturnValue long targetIdAsLong()
    • user

      @Nonnull @CheckReturnValue User user()
    • reason

      @Nullable @CheckReturnValue String reason()
    • options

      @Nullable @CheckReturnValue OptionalEntryInfo options()
    • type

      @Nonnull @CheckReturnValue ActionType type()
    • changes

      @Nonnull @CheckReturnValue List<AuditLogChange> changes()