public class UpdatePropertiesArg
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdatePropertiesArg.Serializer
For internal use only.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
path |
protected java.util.List<PropertyGroupUpdate> |
updatePropertyGroups |
Constructor and Description |
---|
UpdatePropertiesArg(java.lang.String path,
java.util.List<PropertyGroupUpdate> updatePropertyGroups) |
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<PropertyGroupUpdate> |
getUpdatePropertyGroups()
The property groups "delta" updates to apply.
|
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<PropertyGroupUpdate> updatePropertyGroups
public UpdatePropertiesArg(java.lang.String path, java.util.List<PropertyGroupUpdate> updatePropertyGroups)
path
- A unique identifier for the file or folder. Must match
pattern "/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)
" and not be
null
.updatePropertyGroups
- The property groups "delta" updates to
apply. 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<PropertyGroupUpdate> getUpdatePropertyGroups()
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.