Uses of Class
com.oracle.bmc.stackmonitoring.model.SearchMonitoredResourcesDetails.SortBy
-
Packages that use SearchMonitoredResourcesDetails.SortBy Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of SearchMonitoredResourcesDetails.SortBy in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return SearchMonitoredResourcesDetails.SortBy Modifier and Type Method Description static SearchMonitoredResourcesDetails.SortBySearchMonitoredResourcesDetails.SortBy. create(String key)SearchMonitoredResourcesDetails.SortBySearchMonitoredResourcesDetails. getSortBy()The field to sort by.static SearchMonitoredResourcesDetails.SortBySearchMonitoredResourcesDetails.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchMonitoredResourcesDetails.SortBy[]SearchMonitoredResourcesDetails.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type SearchMonitoredResourcesDetails.SortBy Modifier and Type Method Description SearchMonitoredResourcesDetails.BuilderSearchMonitoredResourcesDetails.Builder. sortBy(SearchMonitoredResourcesDetails.SortBy sortBy)The field to sort by.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type SearchMonitoredResourcesDetails.SortBy Constructor Description SearchMonitoredResourcesDetails(String compartmentId, List<String> compartmentIds, List<ResourceLifecycleState> lifecycleStates, SourceType sourceType, ResourceCategory resourceCategory, String name, String nameContains, String type, String hostName, String externalId, String hostNameContains, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, Date timeCreatedGreaterThanOrEqualTo, Date timeCreatedLessThan, Date timeUpdatedGreaterThanOrEqualTo, Date timeUpdatedLessThan, String resourceTimeZone, SortOrder sortOrder, SearchMonitoredResourcesDetails.SortBy sortBy, Map<String,String> propertyEquals)Deprecated.
-