| Package | Description |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
Drive.Properties.Insert |
Drive.Properties.insert(java.lang.String fileId,
Property content)
Adds a property to a file.
|
Drive.Properties.Patch |
Drive.Properties.patch(java.lang.String fileId,
java.lang.String propertyKey,
Property content)
Updates a property.
|
Drive.Properties.Update |
Drive.Properties.update(java.lang.String fileId,
java.lang.String propertyKey,
Property content)
Updates a property.
|
| Constructor and Description |
|---|
Drive.Properties.Insert(java.lang.String fileId,
Property content)
Adds a property to a file.
|
Drive.Properties.Patch(java.lang.String fileId,
java.lang.String propertyKey,
Property content)
Updates a property.
|
Drive.Properties.Update(java.lang.String fileId,
java.lang.String propertyKey,
Property content)
Updates a property.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.clone() |
Property |
Property.set(java.lang.String fieldName,
java.lang.Object value) |
Property |
Property.setEtag(java.lang.String etag)
ETag of the property.
|
Property |
Property.setKey(java.lang.String key)
The key of this property.
|
Property |
Property.setKind(java.lang.String kind)
This is always drive#property.
|
Property |
Property.setSelfLink(java.lang.String selfLink)
The link back to this property.
|
Property |
Property.setValue(java.lang.String value)
The value of this property.
|
Property |
Property.setVisibility(java.lang.String visibility)
The visibility of this property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Property> |
PropertyList.getItems()
The list of properties.
|
java.util.List<Property> |
File.getProperties()
The list of properties.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyList |
PropertyList.setItems(java.util.List<Property> items)
The list of properties.
|
File |
File.setProperties(java.util.List<Property> properties)
The list of properties.
|