rapid-sdk
Toggle table of contents
5.3.1
Select version
5.4.0
5.3.1
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
Platform filter
JVM
Switch theme
Search in API
rapid-sdk
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
Ratings
Ratings
public
final
class
Ratings
Various types of ratings for this property.
Parameters
property
guest
Members
Constructors
Ratings
Link copied to clipboard
public
Ratings
Ratings
(
PropertyRating
property
,
GuestRating
guest
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
guest
Link copied to clipboard
@
Valid
(
)
private
final
GuestRating
guest
property
Link copied to clipboard
@
Valid
(
)
private
final
PropertyRating
property
Functions
builder
Link copied to clipboard
public
final
static
Ratings.Builder
builder
(
)
get
Guest
Link copied to clipboard
public
final
GuestRating
getGuest
(
)
get
Property
Link copied to clipboard
public
final
PropertyRating
getProperty
(
)
to
Builder
Link copied to clipboard
public
final
Ratings.Builder
toBuilder
(
)