| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
DateTimeRange |
GoogleBaseAttributesExtension.getDateRangeAttribute(String name)
Gets the first value of a specific attribute, as a date/dateTime
range.
|
DateTimeRange |
GoogleBaseAttributesExtension.getDateTimeRangeAttribute(String name)
Gets the first value of a specific attribute, as a
DateTimeRange. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends DateTimeRange> |
GoogleBaseAttributesExtension.getDateTimeRangeAttributes(String name)
Gets all the values of a specific attribute, as a list of
DateTimeRange. |
| Modifier and Type | Method and Description |
|---|---|
GoogleBaseAttribute |
GoogleBaseAttributesExtension.addDateTimeRangeAttribute(String name,
DateTimeRange dateTimeRange)
Adds an attribute of type
GoogleBaseAttributeType.DATE_TIME_RANGE. |
Copyright © 2012. All Rights Reserved.