Class UpdatePropertiesArg
java.lang.Object
com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final List<PropertyGroupUpdate> -
Constructor Summary
ConstructorsConstructorDescriptionUpdatePropertiesArg(String path, List<PropertyGroupUpdate> updatePropertyGroups) -
Method Summary
-
Field Details
-
path
-
updatePropertyGroups
-
-
Constructor Details
-
UpdatePropertiesArg
public UpdatePropertiesArg(@Nonnull String path, @Nonnull List<PropertyGroupUpdate> updatePropertyGroups) - Parameters:
path- A unique identifier for the file or folder. Must match pattern "/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)" and not benull.updatePropertyGroups- The property groups "delta" updates to apply. 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.
-
getUpdatePropertyGroups
The property groups "delta" updates to apply.- 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
-