Interface CreatedInvite

All Superinterfaces:
Entity, HasCreatedAt, Invite, Timestamped
All Known Implementing Classes:
CreatedInviteImpl

public interface CreatedInvite extends Invite, HasCreatedAt
Since:
9/14/18
Author:
natanbc
  • Method Details

    • uses

      @Nonnegative int uses()
    • maxUses

      @Nonnegative int maxUses()
    • maxAge

      int maxAge()
    • temporary

      boolean temporary()
    • revoked

      boolean revoked()