| Package | Description |
|---|---|
| com.google.api.services.reports.model |
| Modifier and Type | Method and Description |
|---|---|
FieldValueUserValue |
FieldValueUserValue.clone() |
FieldValueUserValue |
FieldValue.getUserValue()
Setting a user value by selecting a single user.
|
FieldValueUserValue |
FieldValueUserValue.set(String fieldName,
Object value) |
FieldValueUserValue |
FieldValueUserValue.setEmail(String email)
Email of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldValueUserValue> |
FieldValueUserListValue.getValues()
List of users.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.setUserValue(FieldValueUserValue userValue)
Setting a user value by selecting a single user.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueUserListValue |
FieldValueUserListValue.setValues(List<FieldValueUserValue> values)
List of users.
|
Copyright © 2011–2025 Google. All rights reserved.