Class SensitivityClassification

java.lang.Object
com.microsoft.sqlserver.jdbc.dataclassification.SensitivityClassification

public class SensitivityClassification
extends java.lang.Object
Provides the functionlity to retrieve Sensitivity Classification data as received from SQL Server for the active resultSet
  • Constructor Summary

    Constructors 
    Constructor Description
    SensitivityClassification​(java.util.List<Label> labels, java.util.List<InformationType> informationTypes, java.util.List<ColumnSensitivity> columnSensitivity)
    Constructs a SensitivityClassification Object
  • Method Summary

    Modifier and Type Method Description
    java.util.List<ColumnSensitivity> getColumnSensitivities()
    Returns the column sensitivity for this SensitivityClassification Object
    java.util.List<InformationType> getInformationTypes()
    Returns the information types for this SensitivityClassification Object
    java.util.List<Label> getLabels()
    Returns the labels for this SensitivityClassification Object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SensitivityClassification

      public SensitivityClassification​(java.util.List<Label> labels, java.util.List<InformationType> informationTypes, java.util.List<ColumnSensitivity> columnSensitivity)
      Constructs a SensitivityClassification Object
      Parameters:
      labels - Labels as received from SQL Server
      informationTypes - Information Types as received from SQL Server
      columnSensitivity - Column Sensitivities as received from SQL Server
  • Method Details

    • getLabels

      public java.util.List<Label> getLabels()
      Returns the labels for this SensitivityClassification Object
      Returns:
      labels
    • getInformationTypes

      public java.util.List<InformationType> getInformationTypes()
      Returns the information types for this SensitivityClassification Object
      Returns:
      informationTypes
    • getColumnSensitivities

      public java.util.List<ColumnSensitivity> getColumnSensitivities()
      Returns the column sensitivity for this SensitivityClassification Object
      Returns:
      columnSensitivities