toggle menu
xap-sdk
1.0.0
JVM
switch theme
search in API
xap-sdk
/
com.expediagroup.sdk.xap.models
/
NonRefundableDateRange
Non
Refundable
Date
Range
public
final
class
NonRefundableDateRange
Parameters
start
Date
Start date of a non-refundable date range.
end
Date
End date of a non-refundable date range.
Members
Constructors
Non
Refundable
Date
Range
Link copied to clipboard
public
NonRefundableDateRange
NonRefundableDateRange
(
LocalDate
startDate
,
LocalDate
endDate
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
end
Date
Link copied to clipboard
private
final
LocalDate
endDate
start
Date
Link copied to clipboard
private
final
LocalDate
startDate
Functions
builder
Link copied to clipboard
public
final
static
NonRefundableDateRange.Builder
builder
(
)
get
End
Date
Link copied to clipboard
public
final
LocalDate
getEndDate
(
)
get
Start
Date
Link copied to clipboard
public
final
LocalDate
getStartDate
(
)
to
Builder
Link copied to clipboard
public
final
NonRefundableDateRange.Builder
toBuilder
(
)