Class ThreatIntelligenceSortingCriteria

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceSortingCriteria

public final class ThreatIntelligenceSortingCriteria extends Object
List of available columns for sorting.
  • Constructor Details

    • ThreatIntelligenceSortingCriteria

      public ThreatIntelligenceSortingCriteria()
  • Method Details

    • itemKey

      public String itemKey()
      Get the itemKey property: Column name.
      Returns:
      the itemKey value.
    • withItemKey

      public ThreatIntelligenceSortingCriteria withItemKey(String itemKey)
      Set the itemKey property: Column name.
      Parameters:
      itemKey - the itemKey value to set.
      Returns:
      the ThreatIntelligenceSortingCriteria object itself.
    • sortOrder

      Get the sortOrder property: Sorting order (ascending/descending/unsorted).
      Returns:
      the sortOrder value.
    • withSortOrder

      Set the sortOrder property: Sorting order (ascending/descending/unsorted).
      Parameters:
      sortOrder - the sortOrder value to set.
      Returns:
      the ThreatIntelligenceSortingCriteria object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.