Class AtlasClassifications

java.lang.Object
com.azure.analytics.purview.datamap.models.AtlasClassifications
All Implemented Interfaces:
com.azure.json.JsonSerializable<AtlasClassifications>

public final class AtlasClassifications extends Object implements com.azure.json.JsonSerializable<AtlasClassifications>
REST serialization friendly list.
  • Method Details

    • getList

      public List<com.azure.core.util.BinaryData> getList()
      Get the list property: An array of objects.
      Returns:
      the list value.
    • getPageSize

      public Integer getPageSize()
      Get the pageSize property: The size of the page.
      Returns:
      the pageSize value.
    • getSortBy

      public String getSortBy()
      Get the sortBy property: The sorted by field.
      Returns:
      the sortBy value.
    • getSortType

      public SortType getSortType()
      Get the sortType property: to specify whether the result should be sorted? If yes, whether asc or desc.
      Returns:
      the sortType value.
    • getStartIndex

      public Integer getStartIndex()
      Get the startIndex property: The start index of the page.
      Returns:
      the startIndex value.
    • getTotalCount

      public Integer getTotalCount()
      Get the totalCount property: The total count of items.
      Returns:
      the totalCount value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AtlasClassifications>
      Throws:
      IOException
    • fromJson

      public static AtlasClassifications fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AtlasClassifications from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AtlasClassifications if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AtlasClassifications.