Uses of Class
com.oracle.bmc.servicemanagerproxy.requests.ListServiceEnvironmentsRequest.SortOrder
-
Packages that use ListServiceEnvironmentsRequest.SortOrder Package Description com.oracle.bmc.servicemanagerproxy.requests -
-
Uses of ListServiceEnvironmentsRequest.SortOrder in com.oracle.bmc.servicemanagerproxy.requests
Methods in com.oracle.bmc.servicemanagerproxy.requests that return ListServiceEnvironmentsRequest.SortOrder Modifier and Type Method Description static ListServiceEnvironmentsRequest.SortOrder
ListServiceEnvironmentsRequest.SortOrder. create(String key)
ListServiceEnvironmentsRequest.SortOrder
ListServiceEnvironmentsRequest. getSortOrder()
The sort order to use, either ASC or DESC.static ListServiceEnvironmentsRequest.SortOrder
ListServiceEnvironmentsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListServiceEnvironmentsRequest.SortOrder[]
ListServiceEnvironmentsRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListServiceEnvironmentsRequest.Builder
ListServiceEnvironmentsRequest.Builder. sortOrder(ListServiceEnvironmentsRequest.SortOrder sortOrder)
The sort order to use, either ASC or DESC.
-