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