TextMatchType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class TextMatchType
Specifies Text Match type in string - Exact, StartsWith, EndsWith, Contains.
| Field | Description |
|---|---|
| Exact | Text is fully match. |
| StartsWith | Text starts with value. |
| EndsWith | Text ends with value. |
| Contains | Text contains the value. |
public static final int Exact
Text is fully match.
public static final int StartsWith
Text starts with value.
public static final int EndsWith
Text ends with value.
public static final int Contains
Text contains the value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.