Class PinnedMessagesPagination.AfterDate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Date getDate()
      final Boolean getInclusive()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PinnedMessagesPagination.AfterDate

        PinnedMessagesPagination.AfterDate(Date date, Boolean inclusive)
        Parameters:
        date - The date used for generating result.
        inclusive - Whether the results should include the message with the given id.