API Reference
| Classic JavaDoc |
Interface Restriction.StringField
com.moyosoft.exchange.search.Restriction.StringField
Implemented Interfaces:
public static interface Restriction.StringField implements Restriction.Field
Methods
contains (String value) | ||
containsExactly (String value) | ||
containsWordPrefixedWith (String value) | ||
containsWordPrefixedWithExactly (String value) | ||
exists () | ||
is (String value) | ||
isExactly (String value) | ||
isNotSameAs (Restriction.StringField field) | ||
isSameAs (Restriction.StringField field) | ||
startsWith (String value) | ||
startsWithExactly (String value) | ||
Community comments
Powered by JavaDocPlus