Uses of Class
com.oracle.bmc.datasafe.model.FixedNumberFormatEntry.Builder
-
Packages that use FixedNumberFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of FixedNumberFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FixedNumberFormatEntry.Builder Modifier and Type Method Description static FixedNumberFormatEntry.Builder
FixedNumberFormatEntry. builder()
Create a new builder.FixedNumberFormatEntry.Builder
FixedNumberFormatEntry.Builder. copy(FixedNumberFormatEntry model)
FixedNumberFormatEntry.Builder
FixedNumberFormatEntry.Builder. description(String description)
FixedNumberFormatEntry.Builder
FixedNumberFormatEntry.Builder. fixedNumber(BigDecimal fixedNumber)
The constant number to be used for masking.FixedNumberFormatEntry.Builder
FixedNumberFormatEntry. toBuilder()
-