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
/
FlightsV3Country
Flights
V3Country
public
final
class
FlightsV3Country
Container for disambiguation country information
Parameters
name
country name
code
3-letter code for the country
Members
Constructors
Flights
V3Country
Link copied to clipboard
public
FlightsV3Country
FlightsV3Country
(
String
name
,
String
code
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
code
Link copied to clipboard
@
Valid
(
)
private
final
String
code
name
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
name
Functions
builder
Link copied to clipboard
public
final
static
FlightsV3Country.Builder
builder
(
)
get
Code
Link copied to clipboard
public
final
String
getCode
(
)
get
Name
Link copied to clipboard
public
final
String
getName
(
)
to
Builder
Link copied to clipboard
public
final
FlightsV3Country.Builder
toBuilder
(
)