SpecialDay

public abstract class SpecialDay extends Object
implements Parcelable

Represents information on a particular day over the next seven days which may have opening hours that differ from the normal operating hours.

Nested Class Summary

class SpecialDay.Builder Builder for SpecialDay

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

static SpecialDay.Builder
builder(LocalDate date)
Returns a SpecialDay.Builder initialized with the specified LocalDate.
abstract LocalDate
getDate()
Returns the LocalDate for which there may be exceptional hours.
abstract boolean
isExceptional()
Returns whether or not the day has exceptional hours.

Inherited Method Summary

Public Constructors

public SpecialDay ()

Public Methods

public static SpecialDay.Builder builder (LocalDate date)

Returns a SpecialDay.Builder initialized with the specified LocalDate.

Parameters
date

public abstract LocalDate getDate ()

Returns the LocalDate for which there may be exceptional hours.

public abstract boolean isExceptional ()

Returns whether or not the day has exceptional hours.