Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
File.Labels |
File.Labels.clone() |
File.Labels |
File.getLabels()
A group of labels for the file.
|
File.Labels |
File.Labels.set(String fieldName,
Object value) |
File.Labels |
File.Labels.setHidden(Boolean hidden)
Deprecated.
|
File.Labels |
File.Labels.setModified(Boolean modified)
Whether the file has been modified by this user.
|
File.Labels |
File.Labels.setRestricted(Boolean restricted)
Deprecated - use copyRequiresWriterPermission instead.
|
File.Labels |
File.Labels.setStarred(Boolean starred)
Whether this file is starred by the user.
|
File.Labels |
File.Labels.setTrashed(Boolean trashed)
Whether the file has been trashed, either explicitly or from a trashed parent folder.
|
File.Labels |
File.Labels.setViewed(Boolean viewed)
Whether this file has been viewed by this user.
|
Modifier and Type | Method and Description |
---|---|
File |
File.setLabels(File.Labels labels)
A group of labels for the file.
|
Copyright © 2011–2021 Google. All rights reserved.