![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.live.plugins.messenger.search.SearchableFields Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-messenger Show documentation
Show all versions of plugin-messenger Show documentation
Intelie Live Messenger Plugin
The newest version!
package net.intelie.live.plugins.messenger.search;
public class SearchableFields {
public static final String UID = "uid";
public static final String CREATED_AT = "createdAt";
public static final String EVENT_TYPE = "eventType";
public static final String EVENT_UID = "eventUid";
public static final String EVENT_SRC = "eventSource";
public static final String CREATED_BY = "createdBy";
public static final String DEFAULT_FIELD = "textContent";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy