| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
TicketRestrictions |
TicketRestrictions.clone() |
TicketRestrictions |
TransitObject.getTicketRestrictions()
Information about what kind of restrictions there are on using this ticket.
|
TicketRestrictions |
TicketRestrictions.set(String fieldName,
Object value) |
TicketRestrictions |
TicketRestrictions.setOtherRestrictions(LocalizedString otherRestrictions)
Extra restrictions that don't fall under the "route" or "time" categories.
|
TicketRestrictions |
TicketRestrictions.setRouteRestrictions(LocalizedString routeRestrictions)
Restrictions about routes that may be taken.
|
TicketRestrictions |
TicketRestrictions.setRouteRestrictionsDetails(LocalizedString routeRestrictionsDetails)
More details about the above `routeRestrictions`.
|
TicketRestrictions |
TicketRestrictions.setTimeRestrictions(LocalizedString timeRestrictions)
Restrictions about times this ticket may be used.
|
| Modifier and Type | Method and Description |
|---|---|
TransitObject |
TransitObject.setTicketRestrictions(TicketRestrictions ticketRestrictions)
Information about what kind of restrictions there are on using this ticket.
|
Copyright © 2011–2025 Google. All rights reserved.