Class FindNotificationInfo

java.lang.Object
de.elo.ix.client.feed.FindNotificationInfo
All Implemented Interfaces:
Serializable

public class FindNotificationInfo extends Object implements Serializable
FindInfo for FindFirstNotifications.
Since:
9.00.030.004
See Also:
  • Field Details

    • userGuidOrID

      protected String userGuidOrID
      GUID or ID or Name of the User. If null, current user will be set. If GUID/ID is not the current user, admin rights are needed to preform the search
    • what

      protected int what
      Reserved.
    • createDateIso

      protected String createDateIso
      Search by create date. A date range can be specified by using the default range delimiter "..." or the one defined in FindOptions.getRangeDelimiter().
    • inclImportant

      protected boolean inclImportant
      If true and createDateIso is set, it will also return all Notifications marked as Important even if they are not in the specified createDate range. If true and createDateIso is not set, it will return only Notifications marked as Important
    • sordZ

      protected SordZ sordZ
      Sord element selector.
    • actionZ

      protected ActionZ actionZ
      Action element selector.
      Since:
      9.00.030.007
    • findFeeds

      protected boolean findFeeds
      If true a Map<String, Feed> will be set in the FindResult. by default true
      Since:
      9.00.030.007
    • findHashTags

      protected boolean findHashTags
      If true a List<HashTagRelation> and a Map<String, HashTag> will be set in the FindResult
      Since:
      9.00.030.007
    • findSubscriptions

      protected boolean findSubscriptions
      If true a Map<String, Subscription> will be set in the FindResult
      Since:
      9.00.030.016
  • Constructor Details

    • FindNotificationInfo

      public FindNotificationInfo()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setUserGuidOrID

      public void setUserGuidOrID(String userGuidOrID)
    • setWhat

      public void setWhat(int what)
    • setCreateDateIso

      public void setCreateDateIso(String createDateIso)
    • setInclImportant

      public void setInclImportant(boolean inclImportant)
    • setSordZ

      public void setSordZ(SordZ sordZ)
    • setActionZ

      public void setActionZ(ActionZ actionZ)
    • setFindFeeds

      public void setFindFeeds(boolean findFeeds)
    • setFindHashTags

      public void setFindHashTags(boolean findHashTags)
    • setFindSubscriptions

      public void setFindSubscriptions(boolean findSubscriptions)
    • getUserGuidOrID

      public String getUserGuidOrID()
    • getCreateDateIso

      public String getCreateDateIso()
    • getWhat

      public int getWhat()
    • getSordZ

      public SordZ getSordZ()
    • isInclImportant

      public boolean isInclImportant()
    • getActionZ

      public ActionZ getActionZ()
    • isFindFeeds

      public boolean isFindFeeds()
    • isFindHashTags

      public boolean isFindHashTags()
    • isFindSubscriptions

      public boolean isFindSubscriptions()