Package com.dropbox.core.v2.files
Class SearchMatchFieldOptions
java.lang.Object
com.dropbox.core.v2.files.SearchMatchFieldOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
includeHighlights
protected final boolean includeHighlights
-
-
Constructor Details
-
SearchMatchFieldOptions
public SearchMatchFieldOptions(boolean includeHighlights) - Parameters:
includeHighlights- Whether to include highlight span from file title.
-
SearchMatchFieldOptions
public SearchMatchFieldOptions()NoneThe default values for unset fields will be used.
-
-
Method Details
-
getIncludeHighlights
public boolean getIncludeHighlights()Whether to include highlight span from file title.- Returns:
- value for this field, or
nullif not present. Defaults to false.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-