com.moyosoft.exchange.search
Interface Restriction.StringField
- All Superinterfaces:
- Restriction.Field
- Enclosing interface:
- Restriction
public static interface Restriction.StringField
- extends Restriction.Field
exists
Restriction.RestrictedString exists()
isSameAs
Restriction.RestrictedString isSameAs(Restriction.StringField field)
isNotSameAs
Restriction.RestrictedString isNotSameAs(Restriction.StringField field)
is
Restriction.RestrictedString is(java.lang.String value)
isExactly
Restriction.RestrictedString isExactly(java.lang.String value)
contains
Restriction.RestrictedString contains(java.lang.String value)
containsExactly
Restriction.RestrictedString containsExactly(java.lang.String value)
startsWith
Restriction.RestrictedString startsWith(java.lang.String value)
startsWithExactly
Restriction.RestrictedString startsWithExactly(java.lang.String value)
containsWordPrefixedWith
Restriction.RestrictedString containsWordPrefixedWith(java.lang.String value)
containsWordPrefixedWithExactly
Restriction.RestrictedString containsWordPrefixedWithExactly(java.lang.String value)