Interface SignupTimeslotChanges


  • public interface SignupTimeslotChanges
    Email notification classes implement this to show that they hold information about timeslot changes for a user
    Author:
    Steve Swinsburg (steve.swinsburg@gmail.com)
    • Method Detail

      • getRemoved

        List<SignupTimeslot> getRemoved()
        List of timeslots that the user has been removed from
      • getAdded

        List<SignupTimeslot> getAdded()
        List of timeslots that the user has been added to