Uses of Class
com.oracle.bmc.servicecatalog.requests.ListServiceCatalogsRequest.SortBy
-
Packages that use ListServiceCatalogsRequest.SortBy Package Description com.oracle.bmc.servicecatalog.requests -
-
Uses of ListServiceCatalogsRequest.SortBy in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ListServiceCatalogsRequest.SortBy Modifier and Type Method Description static ListServiceCatalogsRequest.SortBy
ListServiceCatalogsRequest.SortBy. create(String key)
ListServiceCatalogsRequest.SortBy
ListServiceCatalogsRequest. getSortBy()
Default is TIMECREATEDstatic ListServiceCatalogsRequest.SortBy
ListServiceCatalogsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListServiceCatalogsRequest.SortBy[]
ListServiceCatalogsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type ListServiceCatalogsRequest.SortBy Modifier and Type Method Description ListServiceCatalogsRequest.Builder
ListServiceCatalogsRequest.Builder. sortBy(ListServiceCatalogsRequest.SortBy sortBy)
Default is TIMECREATED
-