public final class ScheduleFoodEstablishmentReservationRequest extends BaseRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleFoodEstablishmentReservationRequest.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static ScheduleFoodEstablishmentReservationRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getPartySize()
party size
|
Restaurant |
getRestaurant()
restaurant
|
String |
getStartTime()
start time of the reservation
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static ScheduleFoodEstablishmentReservationRequest.Builder builder()
public String getStartTime()
public String getPartySize()
public Restaurant getRestaurant()
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.