| Package | Description |
|---|---|
| com.google.api.services.driveactivity.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Selection.clone() |
Selection |
FieldValue.getSelection()
Selection Field value.
|
Selection |
Selection.set(String fieldName,
Object value) |
Selection |
Selection.setDisplayName(String displayName)
Selection value as human-readable display string.
|
Selection |
Selection.setValue(String value)
Selection value as Field Choice ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Selection> |
SelectionList.getValues()
Selection values.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.setSelection(Selection selection)
Selection Field value.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionList |
SelectionList.setValues(List<Selection> values)
Selection values.
|
Copyright © 2011–2025 Google. All rights reserved.