Uses of Class
com.oracle.bmc.threatintelligence.model.SortOrder
-
Packages that use SortOrder Package Description com.oracle.bmc.threatintelligence.model com.oracle.bmc.threatintelligence.requests -
-
Uses of SortOrder in com.oracle.bmc.threatintelligence.model
Methods in com.oracle.bmc.threatintelligence.model that return SortOrder Modifier and Type Method Description static SortOrder
SortOrder. create(String key)
SortOrder
SummarizeIndicatorsDetails. getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.threatintelligence.model with parameters of type SortOrder Modifier and Type Method Description SummarizeIndicatorsDetails.Builder
SummarizeIndicatorsDetails.Builder. sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.Constructors in com.oracle.bmc.threatintelligence.model with parameters of type SortOrder Constructor Description SummarizeIndicatorsDetails(IndicatorType indicatorType, String indicatorValue, List<String> threatTypes, Integer confidenceGreaterThanOrEqualTo, Date timeUpdatedGreaterThanOrEqualTo, Date timeUpdatedLessThan, Date timeLastSeenGreaterThanOrEqualTo, Date timeLastSeenLessThan, Date timeCreatedGreaterThanOrEqualTo, Date timeCreatedLessThan, String indicatorSeenBy, String malware, String threatActor, SortOrder sortOrder, SummarizeIndicatorsDetails.SortBy sortBy)
Deprecated. -
Uses of SortOrder in com.oracle.bmc.threatintelligence.requests
Methods in com.oracle.bmc.threatintelligence.requests that return SortOrder Modifier and Type Method Description SortOrder
ListIndicatorCountsRequest. getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.SortOrder
ListIndicatorsRequest. getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.SortOrder
ListThreatTypesRequest. getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.Methods in com.oracle.bmc.threatintelligence.requests with parameters of type SortOrder Modifier and Type Method Description ListIndicatorCountsRequest.Builder
ListIndicatorCountsRequest.Builder. sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.ListIndicatorsRequest.Builder
ListIndicatorsRequest.Builder. sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.ListThreatTypesRequest.Builder
ListThreatTypesRequest.Builder. sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
-