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