Class BalanceChangeInformRequest.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.request.BalanceChangeInformRequest.Builder
- Enclosing class:
BalanceChangeInformRequest
Represents a builder for the BalanceChangeInformRequest class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the BalanceChangeInformRequest instance.Sets the amount.setBalanceChangeId
(String value) Sets the balance change ID.setEndCustomer
(EndCustomer value) Sets the end customer.setExecutedAtUtc
(long value) Sets the executed at UTC millis timestamp.setSource
(BalanceChangeSource value) Sets the balance change source.setStatus
(BalanceChangeStatus value) Sets the balance change status.setWalletId
(String value) Sets the wallet ID.
-
Method Details
-
build
Builds the BalanceChangeInformRequest instance.- Returns:
- The built BalanceChangeInformRequest instance.
-
setWalletId
Sets the wallet ID.- Parameters:
value
- The wallet ID.- Returns:
- The builder instance.
-
setBalanceChangeId
Sets the balance change ID.- Parameters:
value
- The balance change ID.- Returns:
- The builder instance.
-
setAmount
Sets the amount.- Parameters:
value
- The amount.- Returns:
- The builder instance.
-
setEndCustomer
Sets the end customer.- Parameters:
value
- The end customer.- Returns:
- The builder instance.
-
setExecutedAtUtc
Sets the executed at UTC millis timestamp.- Parameters:
value
- The executed at UTC millis timestamp.- Returns:
- The builder instance.
-
setSource
Sets the balance change source.- Parameters:
value
- The balance change source.- Returns:
- The builder instance.
-
setStatus
Sets the balance change status.- Parameters:
value
- The balance change status.- Returns:
- The builder instance.
-