Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
LabelFieldModification |
LabelFieldModification.clone() |
LabelFieldModification |
LabelFieldModification.set(String fieldName,
Object value) |
LabelFieldModification |
LabelFieldModification.setFieldId(String fieldId)
The ID of the field to be modified.
|
LabelFieldModification |
LabelFieldModification.setKind(String kind)
This is always drive#labelFieldModification.
|
LabelFieldModification |
LabelFieldModification.setSetDateValues(List<com.google.api.client.util.DateTime> setDateValues)
Replaces the value of a dateString Field with these new values.
|
LabelFieldModification |
LabelFieldModification.setSetIntegerValues(List<Long> setIntegerValues)
Replaces the value of an `integer` field with these new values.
|
LabelFieldModification |
LabelFieldModification.setSetSelectionValues(List<String> setSelectionValues)
Replaces a `selection` field with these new values.
|
LabelFieldModification |
LabelFieldModification.setSetTextValues(List<String> setTextValues)
Sets the value of a `text` field.
|
LabelFieldModification |
LabelFieldModification.setSetUserValues(List<String> setUserValues)
Replaces a `user` field with these new values.
|
LabelFieldModification |
LabelFieldModification.setUnsetValues(Boolean unsetValues)
Unsets the values for this field.
|
Modifier and Type | Method and Description |
---|---|
List<LabelFieldModification> |
LabelModification.getFieldModifications()
The list of modifications to this label's fields.
|
Modifier and Type | Method and Description |
---|---|
LabelModification |
LabelModification.setFieldModifications(List<LabelFieldModification> fieldModifications)
The list of modifications to this label's fields.
|
Copyright © 2011–2024 Google. All rights reserved.