Specifies value of form field signature if it should be searched.
FormFieldSearchOptions()
public FormFieldSearchOptions()
Initializes a new instance of the SearchFormFieldOptions class with default values.
getType()
public final Integer getType()
Specifies type of form field signature if it should be searched. Default value is null.
Returns:
java.lang.Integer
setType(Integer value)
public final void setType(Integer value)
Specifies type of form field signature if it should be searched. Default value is null.
Parameters:
Parameter
Type
Description
value
java.lang.Integer
getName()
public final String getName()
Specifies regular expression pattern of form field signature name if it should be searched.
You can use it simple as “text” or regular expression like “abc\d+”. Default value is empty string.
Returns:
java.lang.String
setName(String value)
public final void setName(String value)
Specifies regular expression pattern of form field signature name if it should be searched.
You can use it simple as “text” or regular expression like “abc\d+”. Default value is empty string.
Parameters:
Parameter
Type
Description
value
java.lang.String
getValue()
public final Object getValue()
Specifies value of form field signature if it should be searched. Default value is null.
Returns:
java.lang.Object
setValue(Object value)
public final void setValue(Object value)
Specifies value of form field signature if it should be searched. Default value is null.
Parameters:
Parameter
Type
Description
value
java.lang.Object
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.