Uses of Class
com.oracle.bmc.apigateway.requests.ListApisRequest.SortBy
-
Packages that use ListApisRequest.SortBy Package Description com.oracle.bmc.apigateway.requests -
-
Uses of ListApisRequest.SortBy in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ListApisRequest.SortBy Modifier and Type Method Description static ListApisRequest.SortByListApisRequest.SortBy. create(String key)ListApisRequest.SortByListApisRequest. getSortBy()The field to sort by.static ListApisRequest.SortByListApisRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListApisRequest.SortBy[]ListApisRequest.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 ListApisRequest.SortBy Modifier and Type Method Description ListApisRequest.BuilderListApisRequest.Builder. sortBy(ListApisRequest.SortBy sortBy)The field to sort by.
-