Interface AuditLogChange

All Superinterfaces:
Entity
All Known Implementing Classes:
AuditLogChangeImpl

public interface AuditLogChange extends Entity
Since:
10/07/18
Author:
SamOphis
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
    <T> T
     
    <T> T
     

    Methods inherited from interface com.mewna.catnip.entity.Entity

    catnip, serialize
  • Method Details

    • newValue

      @Nullable @CheckReturnValue <T> T newValue()
    • oldValue

      @Nullable @CheckReturnValue <T> T oldValue()
    • key

      @Nonnull @CheckReturnValue String key()