Uses of Class
com.oracle.bmc.datasafe.model.RandomDecimalNumberFormatEntry.Builder
-
Packages that use RandomDecimalNumberFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of RandomDecimalNumberFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return RandomDecimalNumberFormatEntry.Builder Modifier and Type Method Description static RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry. builder()
Create a new builder.RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry.Builder. copy(RandomDecimalNumberFormatEntry model)
RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry.Builder. description(String description)
RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry.Builder. endValue(Double endValue)
The upper bound of the range within which random decimal numbers should be generated.RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry.Builder. startValue(Double startValue)
The lower bound of the range within which random decimal numbers should be generated.RandomDecimalNumberFormatEntry.Builder
RandomDecimalNumberFormatEntry. toBuilder()
-