Modifier and Type | Field and Description |
---|---|
TransportationNetworkCompany |
TransportationNetworkCompanySummary.company |
Modifier and Type | Field and Description |
---|---|
TransportationNetworkCompany |
RideEstimate.company |
TransportationNetworkCompany |
ArrivalTime.company |
Modifier and Type | Method and Description |
---|---|
static TransportationNetworkCompany |
TransportationNetworkCompany.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportationNetworkCompany[] |
TransportationNetworkCompany.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArrivalTime(TransportationNetworkCompany company,
String productId,
String displayName,
int estimatedSeconds,
boolean wheelchairAccessible) |
RideEstimate(TransportationNetworkCompany company,
String currency,
int duration,
double maxCost,
double minCost,
String rideType,
boolean wheelchairAccessible) |
Modifier and Type | Method and Description |
---|---|
TransportationNetworkCompany |
NoApiTransportationNetworkCompanyDataSource.getTransportationNetworkCompanyType() |
abstract TransportationNetworkCompany |
TransportationNetworkCompanyDataSource.getTransportationNetworkCompanyType() |
Modifier and Type | Method and Description |
---|---|
TransportationNetworkCompany |
LyftTransportationNetworkCompanyDataSource.getTransportationNetworkCompanyType() |
Modifier and Type | Method and Description |
---|---|
TransportationNetworkCompany |
UberTransportationNetworkCompanyDataSource.getTransportationNetworkCompanyType() |
Copyright © 2020. All rights reserved.