public class UberRidesApi
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UberRidesApi.Builder
Builder for
UberRidesApi |
| Modifier and Type | Method and Description |
|---|---|
RidesService |
createService()
Get the
RidesService to use with the Uber API. |
static UberRidesApi.Builder |
with(Session session)
Starts a
UberRidesApi.Builder with a Session to create Uber Services. |
@Nonnull public static UberRidesApi.Builder with(@Nonnull Session session)
UberRidesApi.Builder with a Session to create Uber Services.session - required Sessionpublic RidesService createService()
RidesService to use with the Uber API.
Consumers should cache and reuse this object.RidesService