Property

public interface Property

Parameters

propertyId

Expedia property ID.

status

Helps determine which type of property response is returned.

score

A score to sort properties where the higher the value the better. It can be used to:
* Sort the properties on the response
* Sort properties across multiple responses in parallel searches for large regions

Inheritors

Types

Link copied to clipboard
public enum Status extends Enum<Property.Status>

Helps determine which type of property response is returned. Values: AVAILABLE,PARTIALLY_UNAVAILABLE

Functions

Link copied to clipboard
public abstract String getPropertyId()
Link copied to clipboard
public abstract BigDecimal getScore()
Link copied to clipboard
public abstract Property.Status getStatus()