Class FormatsForDataType.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dataType

        public FormatsForDataType.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
        Parameters:
        dataType - the value to set
        Returns:
        this builder
      • maskingFormats

        public FormatsForDataType.Builder maskingFormats​(List<FormatSummary> maskingFormats)
        An array of the basic masking formats compatible with the data type category.
        Parameters:
        maskingFormats - the value to set
        Returns:
        this builder