Page Summary
-
Tripis a deprecated abstract base class for ridesharing trips and will be removed in the next major release. -
Developers should use
TripInfoand its properties likeTripInfo.TripStatusandTripInfo.TripTypeinstead of the corresponding ones inTrip. -
TripModelis a known direct subclass that represents a specific trip. -
This class has a public constructor and inherits methods from
java.lang.Object.
| Known Direct Subclasses |
This class is deprecated.
This class will removed in the next major release.
Base abstract class for ridesharing trips.
Nested Class Summary
| @interface | Trip.TripStatus | This @interface is deprecated. This class
will be removed in the next major release. Please use
TripInfo.TripStatus instead. |
|
| @interface | Trip.TripType | This @interface is deprecated. Use
TripInfo.TripType instead. This class will be removed in the next major
release. |
|
Public Constructor Summary
|
Trip()
|