Uses of Class
com.oracle.bmc.datasafe.model.RandomDigitsFormatEntry.Builder
-
Packages that use RandomDigitsFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of RandomDigitsFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return RandomDigitsFormatEntry.Builder Modifier and Type Method Description static RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry. builder()
Create a new builder.RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry.Builder. copy(RandomDigitsFormatEntry model)
RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry.Builder. description(String description)
RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry.Builder. endLength(Integer endLength)
The maximum number of digits the generated values should have.RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry.Builder. startLength(Integer startLength)
The minimum number of digits the generated values should have.RandomDigitsFormatEntry.Builder
RandomDigitsFormatEntry. toBuilder()
-