|
1 | 1 | <!DOCTYPE HTML> |
2 | 2 | <html lang> |
3 | 3 | <head> |
4 | | -<!-- Generated by javadoc (17) on Thu May 22 02:02:25 IDT 2025 --> |
5 | | -<title>Index (moeralib 0.16.8 API)</title> |
| 4 | +<!-- Generated by javadoc (17) on Tue May 27 04:11:04 IDT 2025 --> |
| 5 | +<title>Index (moeralib 0.16.9 API)</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | | -<meta name="dc.created" content="2025-05-22"> |
| 8 | +<meta name="dc.created" content="2025-05-27"> |
9 | 9 | <meta name="description" content="index"> |
10 | 10 | <meta name="generator" content="javadoc/IndexWriter"> |
11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
@@ -5052,6 +5052,14 @@ <h2 class="title" id="I:G">G</h2> |
5052 | 5052 | <dd> |
5053 | 5053 | <div class="block">Retrieves maximal size of a media attachment in a post.</div> |
5054 | 5054 | </dd> |
| 5055 | +<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#getMediaPreview()" class="member-name-link">getMediaPreview()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt> |
| 5056 | +<dd> |
| 5057 | +<div class="block">Retrieves preview of the media attached to the entry, if any.</div> |
| 5058 | +</dd> |
| 5059 | +<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#getMediaPreviewId()" class="member-name-link">getMediaPreviewId()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt> |
| 5060 | +<dd> |
| 5061 | +<div class="block">Retrieves ID of the media attached to the entry that was chosen for the preview.</div> |
| 5062 | +</dd> |
5055 | 5063 | <dt><a href="org/moera/lib/node/types/FriendGroupsFeatures.html#getMemberOf()" class="member-name-link">getMemberOf()</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/FriendGroupsFeatures.html" title="class in org.moera.lib.node.types">FriendGroupsFeatures</a></dt> |
5056 | 5064 | <dd> |
5057 | 5065 | <div class="block">Retrieves list of groups of friends the client is member of.</div> |
@@ -14019,6 +14027,14 @@ <h2 class="title" id="I:S">S</h2> |
14019 | 14027 | <dd> |
14020 | 14028 | <div class="block">Sets maximal size of a media attachment in a post.</div> |
14021 | 14029 | </dd> |
| 14030 | +<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#setMediaPreview(org.moera.lib.node.types.PublicMediaFileInfo)" class="member-name-link">setMediaPreview(PublicMediaFileInfo)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt> |
| 14031 | +<dd> |
| 14032 | +<div class="block">Sets preview of the media attached to the entry, if any.</div> |
| 14033 | +</dd> |
| 14034 | +<dt><a href="org/moera/lib/node/types/SearchEntryInfo.html#setMediaPreviewId(java.lang.String)" class="member-name-link">setMediaPreviewId(String)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/SearchEntryInfo.html" title="class in org.moera.lib.node.types">SearchEntryInfo</a></dt> |
| 14035 | +<dd> |
| 14036 | +<div class="block">Sets ID of the media attached to the entry that was chosen for the preview.</div> |
| 14037 | +</dd> |
14022 | 14038 | <dt><a href="org/moera/lib/node/types/FriendGroupsFeatures.html#setMemberOf(java.util.List)" class="member-name-link">setMemberOf(List<FriendGroupDetails>)</a> - Method in class org.moera.lib.node.types.<a href="org/moera/lib/node/types/FriendGroupsFeatures.html" title="class in org.moera.lib.node.types">FriendGroupsFeatures</a></dt> |
14023 | 14039 | <dd> |
14024 | 14040 | <div class="block">Sets list of groups of friends the client is member of.</div> |
|
0 commit comments