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