Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Label |
Label.clone() |
Label |
Label.set(String fieldName,
Object value) |
Label |
Label.setFields(Map<String,LabelField> fields)
A map of the fields on the label, keyed by the field's ID.
|
Label |
Label.setId(String id)
The ID of the label.
|
Label |
Label.setKind(String kind)
This is always drive#label
|
Label |
Label.setRevisionId(String revisionId)
The revision ID of the label.
|
Modifier and Type | Method and Description |
---|---|
List<Label> |
LabelList.getLabels()
The list of labels.
|
List<Label> |
File.LabelInfo.getLabels()
Output only.
|
List<Label> |
ModifyLabelsResponse.getModifiedLabels()
The list of labels which were added or updated by the request.
|
Modifier and Type | Method and Description |
---|---|
LabelList |
LabelList.setLabels(List<Label> labels)
The list of labels.
|
File.LabelInfo |
File.LabelInfo.setLabels(List<Label> labels)
Output only.
|
ModifyLabelsResponse |
ModifyLabelsResponse.setModifiedLabels(List<Label> modifiedLabels)
The list of labels which were added or updated by the request.
|
Copyright © 2011–2024 Google. All rights reserved.