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