StayConstraints

public final class StayConstraints

Parameters

minStay

The minimum number of days for a stay.

maxStay

The maximum number of days for a stay.

Constructors

Link copied to clipboard
public StayConstraints StayConstraints(Integer minStay, Integer maxStay)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer maxStay
Link copied to clipboard
private final Integer minStay

Functions

Link copied to clipboard
public final static StayConstraints.Builder builder()
Link copied to clipboard
public final Integer getMaxStay()
Link copied to clipboard
public final Integer getMinStay()