Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
PropertyList |
PropertyList.clone() |
PropertyList |
PropertyList.set(String fieldName,
Object value) |
PropertyList |
PropertyList.setEtag(String etag)
The ETag of the list.
|
PropertyList |
PropertyList.setItems(List<Property> items)
The list of properties.
|
PropertyList |
PropertyList.setKind(String kind)
This is always drive#propertyList.
|
PropertyList |
PropertyList.setSelfLink(String selfLink)
The link back to this list.
|
Copyright © 2011–2021 Google. All rights reserved.