Class ReservationEventRequest.Range
java.lang.Object
ch.tocco.nice2.optional.reservation.api.ReservationEventRequest.Range
- Enclosing class:
ReservationEventRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFrom()
@Nullable DateTimeValue
getTo()
@Nullable DateTimeValue
getToUTC()
int
hashCode()
boolean
isValid()
toString()
-
Field Details
-
from
public final org.joda.time.DateTime from -
to
@Nullable public final @Nullable org.joda.time.DateTime to
-
-
Constructor Details
-
Range
public Range(org.joda.time.DateTime from, @Nullable @Nullable org.joda.time.DateTime to)
-
-
Method Details