Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.clone() |
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.set(String fieldName,
Object value) |
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.setFieldChanges(List<FieldValueChange> fieldChanges)
Field Changes.
|
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.setLabel(String label)
The Label name representing the Label that changed.
|
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.setTitle(String title)
The human-readable title of the label that changed.
|
AppliedLabelChangeDetail |
AppliedLabelChangeDetail.setTypes(List<String> types)
The types of changes made to the Label on the Target.
|
Modifier and Type | Method and Description |
---|---|
List<AppliedLabelChangeDetail> |
AppliedLabelChange.getChanges()
Changes that were made to the Label on the Target.
|
Modifier and Type | Method and Description |
---|---|
AppliedLabelChange |
AppliedLabelChange.setChanges(List<AppliedLabelChangeDetail> changes)
Changes that were made to the Label on the Target.
|
Copyright © 2011–2023 Google. All rights reserved.