public class Reservation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Reservation.EmptyReservation |
| Constructor and Description |
|---|
Reservation(String reservation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
static Reservation |
none() |
public Reservation(String reservation)
public static Reservation none()
public String getReason()
Copyright © 2017. All rights reserved.