Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
LabelModification |
LabelModification.clone() |
LabelModification |
LabelModification.set(String fieldName,
Object value) |
LabelModification |
LabelModification.setFieldModifications(List<LabelFieldModification> fieldModifications)
The list of modifications to this label's fields.
|
LabelModification |
LabelModification.setKind(String kind)
This is always drive#labelModification.
|
LabelModification |
LabelModification.setLabelId(String labelId)
The ID of the label to modify.
|
LabelModification |
LabelModification.setRemoveLabel(Boolean removeLabel)
If true, the label will be removed from the file.
|
Modifier and Type | Method and Description |
---|---|
List<LabelModification> |
ModifyLabelsRequest.getLabelModifications()
The list of modifications to apply to the labels on the file.
|
Modifier and Type | Method and Description |
---|---|
ModifyLabelsRequest |
ModifyLabelsRequest.setLabelModifications(List<LabelModification> labelModifications)
The list of modifications to apply to the labels on the file.
|
Copyright © 2011–2024 Google. All rights reserved.