Interface JourneyTimeframeCap.Builder

    • Method Detail

      • cap

        JourneyTimeframeCap.Builder cap​(Integer cap)

        The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.

        Parameters:
        cap - The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • days

        JourneyTimeframeCap.Builder days​(Integer days)

        The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.

        Parameters:
        days - The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.