Class DeclinedList

java.lang.Object
com.example.breeze_seas.StatusList
com.example.breeze_seas.DeclinedList

public class DeclinedList extends StatusList
Represents the "declined" status for an event. Handles users who have declined invitation for the event.
  • Constructor Details

    • DeclinedList

      public DeclinedList(Event event, int capacity)
      Constructs a new DeclinedList for a specific event.
      Parameters:
      event - Event object this declined list belongs to.
      capacity - Capacity is set to -1 for a declined list object
  • Method Details

    • getStatusName

      protected String getStatusName()
      Defines the unique status identifier for this list type in Firestore.
      Specified by:
      getStatusName in class StatusList
      Returns:
      A string literal "declined" used to filter participant documents.