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