public final class ScheduleTaxiReservationRequest extends BaseRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleTaxiReservationRequest.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static ScheduleTaxiReservationRequest.Builder |
builder() |
boolean |
equals(Object o) |
PostalAddress |
getDropOffLocation()
drop off location
|
String |
getPartySize()
party size
|
PostalAddress |
getPickupLocation()
pick up location
|
String |
getPickupTime()
pickup time
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static ScheduleTaxiReservationRequest.Builder builder()
public String getPickupTime()
public String getPartySize()
public PostalAddress getPickupLocation()
public PostalAddress getDropOffLocation()
public boolean equals(Object o)
equals in class BaseRequestpublic int hashCode()
hashCode in class BaseRequestpublic String toString()
toString in class BaseRequestCopyright © 2023. All rights reserved.