HotelPolicies

public final class HotelPolicies

Container for Hotel policy information.

Parameters

checkInStartTime

Beginning of the standard check-in window on the check in date, and in the local time of the hotel.

checkInEndTime

End of the standard check-in window on the check in date, and in the local time of the hotel.

specialCheckInInstructions

Some special instructions needed care by customer when check in.

checkOutTime

Customers must check out before this time on the check out date, expressed in the local time of the hotel.

petPolicies

The policy of the property toward having pets stay with guests.

childrenAndExtraBedsPolicies

The policy of the hotel for having children stay at the hotel, as well as for including extra beds in the room.

Constructors

Link copied to clipboard
public HotelPolicies HotelPolicies(String checkInStartTime, String checkInEndTime, List<String> specialCheckInInstructions, String checkOutTime, List<String> petPolicies, List<String> childrenAndExtraBedsPolicies)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String checkInEndTime
Link copied to clipboard
@Valid()
private final String checkInStartTime
Link copied to clipboard
@Valid()
private final String checkOutTime
Link copied to clipboard
@Valid()
private final List<String> childrenAndExtraBedsPolicies
Link copied to clipboard
@Valid()
private final List<String> petPolicies
Link copied to clipboard
@Valid()
private final List<String> specialCheckInInstructions

Functions

Link copied to clipboard
public final static HotelPolicies.Builder builder()
Link copied to clipboard
public final String getCheckInEndTime()
Link copied to clipboard
public final String getCheckInStartTime()
Link copied to clipboard
public final String getCheckOutTime()
Link copied to clipboard
public final List<String> getPetPolicies()
Link copied to clipboard
Link copied to clipboard