Package de.elo.ix.client.feed
Class FindNotificationInfo
java.lang.Object
de.elo.ix.client.feed.FindNotificationInfo
- All Implemented Interfaces:
Serializable
FindInfo for FindFirstNotifications.
- Since:
- 9.00.030.004
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActionZAction element selector.protected StringSearch by create date.protected booleanIf true a Map<String, Feed> will be set in the FindResult.protected booleanIf true a List<HashTagRelation> and a Map<String, HashTag> will be set in the FindResultprotected booleanIf true a Map<String, Subscription> will be set in the FindResultprotected booleanIf true and createDateIso is set, it will also return all Notifications marked as Important even if they are not in the specified createDate range.protected SordZSord element selector.protected StringGUID or ID or Name of the User.protected intReserved. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSordZ()intgetWhat()booleanbooleanbooleanbooleanvoidsetActionZ(ActionZ actionZ) voidsetCreateDateIso(String createDateIso) voidsetFindFeeds(boolean findFeeds) voidsetFindHashTags(boolean findHashTags) voidsetFindSubscriptions(boolean findSubscriptions) voidsetInclImportant(boolean inclImportant) voidvoidsetUserGuidOrID(String userGuidOrID) voidsetWhat(int what) toString()
-
Field Details
-
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 whatReserved. -
createDateIso
Search by create date. A date range can be specified by using the default range delimiter "..." or the one defined inFindOptions.getRangeDelimiter(). -
inclImportant
protected boolean inclImportantIf 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
Sord element selector. -
actionZ
Action element selector.- Since:
- 9.00.030.007
-
findFeeds
protected boolean findFeedsIf true a Map<String, Feed> will be set in the FindResult. by default true- Since:
- 9.00.030.007
-
findHashTags
protected boolean findHashTagsIf true a List<HashTagRelation> and a Map<String, HashTag> will be set in the FindResult- Since:
- 9.00.030.007
-
findSubscriptions
protected boolean findSubscriptionsIf true a Map<String, Subscription> will be set in the FindResult- Since:
- 9.00.030.016
-
-
Constructor Details
-
FindNotificationInfo
public FindNotificationInfo()
-
-
Method Details
-
toString
-
setUserGuidOrID
-
setWhat
public void setWhat(int what) -
setCreateDateIso
-
setInclImportant
public void setInclImportant(boolean inclImportant) -
setSordZ
-
setActionZ
-
setFindFeeds
public void setFindFeeds(boolean findFeeds) -
setFindHashTags
public void setFindHashTags(boolean findHashTags) -
setFindSubscriptions
public void setFindSubscriptions(boolean findSubscriptions) -
getUserGuidOrID
-
getCreateDateIso
-
getWhat
public int getWhat() -
getSordZ
-
isInclImportant
public boolean isInclImportant() -
getActionZ
-
isFindFeeds
public boolean isFindFeeds() -
isFindHashTags
public boolean isFindHashTags() -
isFindSubscriptions
public boolean isFindSubscriptions()
-