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