Interface EntryLimitsConfig.Builder

  • Method Details

    • maxEntryCount

      EntryLimitsConfig.Builder maxEntryCount(Integer maxEntryCount)

      Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.

      Parameters:
      maxEntryCount - Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minEntryInterval

      EntryLimitsConfig.Builder minEntryInterval(String minEntryInterval)

      Minimum time interval that must pass before a participant can enter the campaign again.

      Parameters:
      minEntryInterval - Minimum time interval that must pass before a participant can enter the campaign again.
      Returns:
      Returns a reference to this object so that method calls can be chained together.