Class RemovePropertiesArg
java.lang.Object
com.dropbox.core.v2.fileproperties.RemovePropertiesArg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()A unique identifier for the file or folder.A list of identifiers for a template created byDbxUserFilePropertiesRequests.templatesAddForUser(String,String,List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,List).inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
path
-
propertyTemplateIds
-
-
Constructor Details
-
RemovePropertiesArg
- Parameters:
path- A unique identifier for the file or folder. Must match pattern "/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)" and not benull.propertyTemplateIds- A list of identifiers for a template created byDbxUserFilePropertiesRequests.templatesAddForUser(String,String,List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,List). 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.
-
getPropertyTemplateIds
A list of identifiers for a template created byDbxUserFilePropertiesRequests.templatesAddForUser(String,String,List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,List).- 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
-