fraudpreventionv2-sdk
Toggle table of contents
4.3.0
JVM
Platform filter
JVM
Switch theme
Search in API
fraudpreventionv2-sdk
fraudpreventionv2-sdk
/
com.expediagroup.sdk.fraudpreventionv2.models
/
PointsAllOf
Points
All
Of
public
final
class
PointsAllOf
Parameters
account
Id
Points account id.
Members
Constructors
Points
All
Of
Link copied to clipboard
public
PointsAllOf
PointsAllOf
(
String
accountId
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
account
Id
Link copied to clipboard
@
Length
(
max
=
200
)
@
NotNull
(
)
@
Valid
(
)
private
final
String
accountId
Functions
builder
Link copied to clipboard
public
final
static
PointsAllOf.Builder
builder
(
)
get
Account
Id
Link copied to clipboard
public
final
String
getAccountId
(
)
to
Builder
Link copied to clipboard
public
final
PointsAllOf.Builder
toBuilder
(
)