Class Sqlserver.Builder

java.lang.Object
com.styra.opa.openapi.models.shared.Sqlserver.Builder
Enclosing class:
Sqlserver

public static final class Sqlserver.Builder extends Object
  • Method Details

    • query

      public Sqlserver.Builder query(String query)
      String representing the SQL equivalent of the conditions under which the query is true.
    • query

      public Sqlserver.Builder query(Optional<String> query)
      String representing the SQL equivalent of the conditions under which the query is true.
    • masks

      Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.
    • masks

      public Sqlserver.Builder masks(Optional<? extends Map<String,Map<String,MaskingRule>>> masks)
      Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.
    • build

      public Sqlserver build()