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