static MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.of() |
|
static MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.of(MonetaryAmountFactoryQuery monetaryAmountFactoryQuery) |
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setFixedScale(boolean fixedScale) |
Sets the flag if the scale should fixed, meaning minimal scale and maximal scale are always equally sized.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setMaxScale(int maxScale) |
Sets the maximal scale to be supported.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQueryBuilder.setPrecision(int precision) |
Sets the required precision, the value 0 models unlimited precision.
|
MonetaryAmountFactoryQueryBuilder |
MonetaryAmountFactoryQuery.toBuilder() |
Creates a new builder instances, initialized with the data from this one.
|