| Package | Description |
|---|---|
| com.google.api.services.reports.model |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.clone() |
FieldValue |
FieldValue.set(String fieldName,
Object value) |
FieldValue |
FieldValue.setDateValue(Date dateValue)
Setting a date value.
|
FieldValue |
FieldValue.setDisplayName(String displayName)
Display name of the field
|
FieldValue |
FieldValue.setId(String id)
Identifier of the field
|
FieldValue |
FieldValue.setIntegerValue(Long integerValue)
Setting an integer value.
|
FieldValue |
FieldValue.setLongTextValue(String longTextValue)
Setting a long text value.
|
FieldValue |
FieldValue.setReason(Reason reason)
The reason why the field was applied to the label.
|
FieldValue |
FieldValue.setSelectionListValue(FieldValueSelectionListValue selectionListValue)
Setting a selection list value by selecting multiple values from a dropdown.
|
FieldValue |
FieldValue.setSelectionValue(FieldValueSelectionValue selectionValue)
Setting a selection value by selecting a single value from a dropdown.
|
FieldValue |
FieldValue.setTextListValue(FieldValueTextListValue textListValue)
Setting a text list value.
|
FieldValue |
FieldValue.setTextValue(String textValue)
Setting a text value.
|
FieldValue |
FieldValue.setType(String type)
Type of the field
|
FieldValue |
FieldValue.setUnsetValue(Boolean unsetValue)
If the field is unset, this will be true.
|
FieldValue |
FieldValue.setUserListValue(FieldValueUserListValue userListValue)
Setting a user list value by selecting multiple users.
|
FieldValue |
FieldValue.setUserValue(FieldValueUserValue userValue)
Setting a user value by selecting a single user.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldValue> |
AppliedLabel.getFieldValues()
List of fields which are part of the label and have been set by the user.
|
| Modifier and Type | Method and Description |
|---|---|
AppliedLabel |
AppliedLabel.setFieldValues(List<FieldValue> fieldValues)
List of fields which are part of the label and have been set by the user.
|
Copyright © 2011–2025 Google. All rights reserved.