Uses of Class
com.oracle.bmc.cims.model.SortBy
-
Packages that use SortBy Package Description com.oracle.bmc.cims.model com.oracle.bmc.cims.requests -
-
Uses of SortBy in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return SortBy Modifier and Type Method Description static SortBySortBy. create(String key)static SortBySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortBy in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return SortBy Modifier and Type Method Description SortByListIncidentResourceTypesRequest. getSortBy()The key to use to sort the returned items.SortByListIncidentsRequest. getSortBy()The key to use to sort the returned items.Methods in com.oracle.bmc.cims.requests with parameters of type SortBy Modifier and Type Method Description ListIncidentResourceTypesRequest.BuilderListIncidentResourceTypesRequest.Builder. sortBy(SortBy sortBy)The key to use to sort the returned items.ListIncidentsRequest.BuilderListIncidentsRequest.Builder. sortBy(SortBy sortBy)The key to use to sort the returned items.
-