Class ThreatIntelligenceSortingCriteria
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceSortingCriteria
List of available columns for sorting.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionitemKey()
Get the itemKey property: Column name.Get the sortOrder property: Sorting order (ascending/descending/unsorted).void
validate()
Validates the instance.withItemKey
(String itemKey) Set the itemKey property: Column name.Set the sortOrder property: Sorting order (ascending/descending/unsorted).
-
Constructor Details
-
ThreatIntelligenceSortingCriteria
public ThreatIntelligenceSortingCriteria()
-
-
Method Details
-
itemKey
Get the itemKey property: Column name.- Returns:
- the itemKey value.
-
withItemKey
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
public ThreatIntelligenceSortingCriteria withSortOrder(ThreatIntelligenceSortingCriteriaEnum sortOrder) 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.
-