Class MessageFooterVisibility.WithTimeDifference
-
- All Implemented Interfaces:
public final class MessageFooterVisibility.WithTimeDifference extends MessageFooterVisibility
The message footer will be visible to items that are sent inside a specified time duration.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongtimeDifferenceMillis
-
Constructor Summary
Constructors Constructor Description MessageFooterVisibility.WithTimeDifference(Long timeDifferenceMillis)
-
Method Summary
Modifier and Type Method Description final LonggetTimeDifferenceMillis()-
-
Constructor Detail
-
MessageFooterVisibility.WithTimeDifference
MessageFooterVisibility.WithTimeDifference(Long timeDifferenceMillis)
- Parameters:
timeDifferenceMillis- Time duration after which we show the message footer.
-
-
Method Detail
-
getTimeDifferenceMillis
final Long getTimeDifferenceMillis()
-
-
-
-