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