Uses of Class
com.oracle.bmc.datasafe.model.FormatsForDataType.Builder
-
Packages that use FormatsForDataType.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of FormatsForDataType.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FormatsForDataType.Builder Modifier and Type Method Description static FormatsForDataType.BuilderFormatsForDataType. builder()Create a new builder.FormatsForDataType.BuilderFormatsForDataType.Builder. copy(FormatsForDataType model)FormatsForDataType.BuilderFormatsForDataType.Builder. dataType(String dataType)The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All
- Includes all the supported data types
FormatsForDataType.BuilderFormatsForDataType.Builder. maskingFormats(List<FormatSummary> maskingFormats)An array of the basic masking formats compatible with the data type category.FormatsForDataType.BuilderFormatsForDataType. toBuilder()
-