xap-sdk
Toggle table of contents
1.2.9
Select version
1.2.9
1.1.0
1.0.0
JVM
Platform filter
JVM
Switch theme
Search in API
xap-sdk
xap-sdk
/
com.expediagroup.sdk.xap.models
/
HotelReference
Hotel
Reference
public
final
class
HotelReference
Container for Hotel Reference information
Parameters
hotel
Id
Unique id to represent a hotel
room
Key
Unique id to represent Room
Members
Constructors
Hotel
Reference
Link copied to clipboard
public
HotelReference
HotelReference
(
String
hotelId
,
String
roomKey
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
hotel
Id
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
hotelId
room
Key
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
roomKey
Functions
builder
Link copied to clipboard
public
final
static
HotelReference.Builder
builder
(
)
get
Hotel
Id
Link copied to clipboard
public
final
String
getHotelId
(
)
get
Room
Key
Link copied to clipboard
public
final
String
getRoomKey
(
)
to
Builder
Link copied to clipboard
public
final
HotelReference.Builder
toBuilder
(
)