Uses of Class
com.oracle.bmc.filestorage.requests.ListOutboundConnectorsRequest.SortOrder
-
Packages that use ListOutboundConnectorsRequest.SortOrder Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListOutboundConnectorsRequest.SortOrder in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListOutboundConnectorsRequest.SortOrder Modifier and Type Method Description static ListOutboundConnectorsRequest.SortOrderListOutboundConnectorsRequest.SortOrder. create(String key)ListOutboundConnectorsRequest.SortOrderListOutboundConnectorsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.static ListOutboundConnectorsRequest.SortOrderListOutboundConnectorsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListOutboundConnectorsRequest.SortOrder[]ListOutboundConnectorsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.requests with parameters of type ListOutboundConnectorsRequest.SortOrder Modifier and Type Method Description ListOutboundConnectorsRequest.BuilderListOutboundConnectorsRequest.Builder. sortOrder(ListOutboundConnectorsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’, where ‘asc’ is ascending and ‘desc’ is descending.
-