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