Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostEndpointProtectionScanResultSortBy
-
Packages that use HostEndpointProtectionScanResultSortBy Package Description com.oracle.bmc.vulnerabilityscanning.model com.oracle.bmc.vulnerabilityscanning.requests -
-
Uses of HostEndpointProtectionScanResultSortBy in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostEndpointProtectionScanResultSortBy Modifier and Type Method Description static HostEndpointProtectionScanResultSortByHostEndpointProtectionScanResultSortBy. create(String key)static HostEndpointProtectionScanResultSortByHostEndpointProtectionScanResultSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static HostEndpointProtectionScanResultSortBy[]HostEndpointProtectionScanResultSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HostEndpointProtectionScanResultSortBy in com.oracle.bmc.vulnerabilityscanning.requests
Methods in com.oracle.bmc.vulnerabilityscanning.requests that return HostEndpointProtectionScanResultSortBy Modifier and Type Method Description HostEndpointProtectionScanResultSortByListHostEndpointProtectionScanResultsRequest. getSortBy()The field to sort by.Methods in com.oracle.bmc.vulnerabilityscanning.requests with parameters of type HostEndpointProtectionScanResultSortBy Modifier and Type Method Description ListHostEndpointProtectionScanResultsRequest.BuilderListHostEndpointProtectionScanResultsRequest.Builder. sortBy(HostEndpointProtectionScanResultSortBy sortBy)The field to sort by.
-