Package io.getstream.chat.android.models
Class SearchWarning
-
- All Implemented Interfaces:
public final class SearchWarningRepresents a warning related to message search results. For example, if there are more than 500 channels that match the channel filter.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>channelSearchCidsprivate final IntegerchannelSearchCountprivate final IntegerwarningCodeprivate final StringwarningDescription
-
Method Summary
Modifier and Type Method Description final List<String>getChannelSearchCids()Channel CIDs for the searched channels final IntegergetChannelSearchCount()Number of channels searched final IntegergetWarningCode()Code corresponding to the warning final StringgetWarningDescription()Description of the warning -
-
Method Detail
-
getChannelSearchCids
final List<String> getChannelSearchCids()
Channel CIDs for the searched channels
-
getChannelSearchCount
final Integer getChannelSearchCount()
Number of channels searched
-
getWarningCode
final Integer getWarningCode()
Code corresponding to the warning
-
getWarningDescription
final String getWarningDescription()
Description of the warning
-
-
-
-