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