Interface CommunicationLimit.Builder

    • Method Detail

      • maxCountPerRecipient

        CommunicationLimit.Builder maxCountPerRecipient​(Integer maxCountPerRecipient)

        Maximum number of contacts allowed for a given target within the given frequency.

        Parameters:
        maxCountPerRecipient - Maximum number of contacts allowed for a given target within the given frequency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frequency

        CommunicationLimit.Builder frequency​(Integer frequency)

        The number of days to consider with regards to this limit.

        Parameters:
        frequency - The number of days to consider with regards to this limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.