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