toggle menu
rapid-sdk
5.1.0
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
switch theme
search in API
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
StayConstraints
Stay
Constraints
public
final
class
StayConstraints
Parameters
min
Stay
The minimum number of days for a stay.
max
Stay
The maximum number of days for a stay.
Members
Constructors
Stay
Constraints
Link copied to clipboard
public
StayConstraints
StayConstraints
(
Integer
minStay
,
Integer
maxStay
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
max
Stay
Link copied to clipboard
private
final
Integer
maxStay
min
Stay
Link copied to clipboard
private
final
Integer
minStay
Functions
builder
Link copied to clipboard
public
final
static
StayConstraints.Builder
builder
(
)
get
Max
Stay
Link copied to clipboard
public
final
Integer
getMaxStay
(
)
get
Min
Stay
Link copied to clipboard
public
final
Integer
getMinStay
(
)
to
Builder
Link copied to clipboard
public
final
StayConstraints.Builder
toBuilder
(
)