Class AddPropertiesArg
java.lang.Object
com.dropbox.core.v2.fileproperties.AddPropertiesArg
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
propertyGroups
-
-
Constructor Details
-
AddPropertiesArg
- Parameters:
path- A unique identifier for the file or folder. Must match pattern "/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)" and not benull.propertyGroups- The property groups which are to be added to a Dropbox file. No two groups in the input should refer to the same template. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPath
A unique identifier for the file or folder.- Returns:
- value for this field, never
null.
-
getPropertyGroups
The property groups which are to be added to a Dropbox file. No two groups in the input should refer to the same template.- 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
-