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 SortOrderSortOrder. create(String key)SortOrderSummarizeIndicatorsDetails. getSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.static SortOrderSortOrder. 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.BuilderSummarizeIndicatorsDetails.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 SortOrderListIndicatorCountsRequest. getSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.SortOrderListIndicatorsRequest. getSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.SortOrderListThreatTypesRequest. 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.BuilderListIndicatorCountsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListIndicatorsRequest.BuilderListIndicatorsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListThreatTypesRequest.BuilderListThreatTypesRequest.Builder. sortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.
-