Package | Description |
---|---|
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.clone() |
TimeInterval |
Message.getDisplayInterval()
The period of time that the message will be displayed to users.
|
TimeInterval |
GenericObject.getValidTimeInterval()
The time period this object will be considered valid or usable.
|
TimeInterval |
TransitObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
EventTicketObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
FlightObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
LoyaltyObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
OfferObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
GiftCardObject.getValidTimeInterval()
The time period this object will be `active` and object can be used.
|
TimeInterval |
TimeInterval.set(String fieldName,
Object value) |
TimeInterval |
TimeInterval.setEnd(DateTime end)
End time of the interval.
|
TimeInterval |
TimeInterval.setKind(String kind)
Identifies what kind of resource this is.
|
TimeInterval |
TimeInterval.setStart(DateTime start)
Start time of the interval.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setDisplayInterval(TimeInterval displayInterval)
The period of time that the message will be displayed to users.
|
GenericObject |
GenericObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be considered valid or usable.
|
TransitObject |
TransitObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
EventTicketObject |
EventTicketObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
FlightObject |
FlightObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
LoyaltyObject |
LoyaltyObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
OfferObject |
OfferObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
GiftCardObject |
GiftCardObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be `active` and object can be used.
|
Copyright © 2011–2024 Google. All rights reserved.