Package | Description |
---|---|
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
FieldReference |
FieldReference.clone() |
FieldReference |
FieldReference.set(String fieldName,
Object value) |
FieldReference |
FieldReference.setDateFormat(String dateFormat)
Only valid if the `fieldPath` references a date field.
|
FieldReference |
FieldReference.setFieldPath(String fieldPath)
Path to the field being referenced, prefixed with "object" or "class" and separated with dots.
|
Modifier and Type | Method and Description |
---|---|
List<FieldReference> |
FieldSelector.getFields()
If more than one reference is supplied, then the first one that references a non-empty field
will be displayed.
|
Modifier and Type | Method and Description |
---|---|
FieldSelector |
FieldSelector.setFields(List<FieldReference> fields)
If more than one reference is supplied, then the first one that references a non-empty field
will be displayed.
|
Copyright © 2011–2024 Google. All rights reserved.