コード例 #1
0
 public NotificationBuilder isSeen(boolean isSeen) {
   notification.setSeen(isSeen);
   return this;
 }