public class RemovePropertiesArg
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RemovePropertiesArg.Serializer
For internal use only.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
path |
protected java.util.List<java.lang.String> |
propertyTemplateIds |
Constructor and Description |
---|
RemovePropertiesArg(java.lang.String path,
java.util.List<java.lang.String> propertyTemplateIds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPath()
A unique identifier for the file or folder.
|
java.util.List<java.lang.String> |
getPropertyTemplateIds()
A list of identifiers for a template created by
DbxUserFilePropertiesRequests.templatesAddForUser(String,String,List) or
templatesAddForTeam . |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.lang.String path
protected final java.util.List<java.lang.String> propertyTemplateIds
public RemovePropertiesArg(java.lang.String path, java.util.List<java.lang.String> propertyTemplateIds)
path
- A unique identifier for the file or folder. Must match
pattern "/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)
" and not be
null
.propertyTemplateIds
- A list of identifiers for a template created
by DbxUserFilePropertiesRequests.templatesAddForUser(String,String,List)
or templatesAddForTeam
. Must not contain a null
item
and not be null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public java.lang.String getPath()
null
.public java.util.List<java.lang.String> getPropertyTemplateIds()
DbxUserFilePropertiesRequests.templatesAddForUser(String,String,List)
or
templatesAddForTeam
.null
.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.