public static class RandomListFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RandomListFormatEntry |
build() |
RandomListFormatEntry.Builder |
copy(RandomListFormatEntry model) |
RandomListFormatEntry.Builder |
description(String description) |
RandomListFormatEntry.Builder |
randomList(List<String> randomList)
A comma-separated list of values to be used to replace column values.
|
public RandomListFormatEntry.Builder description(String description)
public RandomListFormatEntry.Builder randomList(List<String> randomList)
A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
randomList
- the value to setpublic RandomListFormatEntry build()
public RandomListFormatEntry.Builder copy(RandomListFormatEntry model)
Copyright © 2016–2023. All rights reserved.