Package com.dropbox.core.v2.files
Class SearchMatch
java.lang.Object
com.dropbox.core.v2.files.SearchMatch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matchType
-
metadata
-
-
Constructor Details
-
SearchMatch
- Parameters:
matchType- The type of the match. Must not benull.metadata- The metadata for the matched file or folder. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getMatchType
The type of the match.- Returns:
- value for this field, never
null.
-
getMetadata
The metadata for the matched file or folder.- Returns:
- value for this field, never
null.
-
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
-