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 ActionZ
Action element selector.protected String
Search by create date.protected boolean
If true a Map<String, Feed> will be set in the FindResult.protected boolean
If true a List<HashTagRelation> and a Map<String, HashTag> will be set in the FindResultprotected boolean
If true a Map<String, Subscription> will be set in the FindResultprotected boolean
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.protected SordZ
Sord element selector.protected String
GUID or ID or Name of the User.protected int
Reserved. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSordZ()
int
getWhat()
boolean
boolean
boolean
boolean
void
setActionZ
(ActionZ actionZ) void
setCreateDateIso
(String createDateIso) void
setFindFeeds
(boolean findFeeds) void
setFindHashTags
(boolean findHashTags) void
setFindSubscriptions
(boolean findSubscriptions) void
setInclImportant
(boolean inclImportant) void
void
setUserGuidOrID
(String userGuidOrID) void
setWhat
(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()
-