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