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
/
Restrictions
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Restrictions.
Builder
Link copied to clipboard
public
Restrictions.Builder
Restrictions.Builder
(
String
type
,
String
max
,
String
min
,
String
description
)
Functions
build
Link copied to clipboard
public
final
Restrictions
build
(
)
description
Link copied to clipboard
public
final
Restrictions.Builder
description
(
String
description
)
max
Link copied to clipboard
public
final
Restrictions.Builder
max
(
String
max
)
min
Link copied to clipboard
public
final
Restrictions.Builder
min
(
String
min
)
type
Link copied to clipboard
public
final
Restrictions.Builder
type
(
String
type
)