Uses of Class
com.oracle.bmc.wlms.requests.ListWlsDomainServerBackupsRequest.SortOrder
-
Packages that use ListWlsDomainServerBackupsRequest.SortOrder Package Description com.oracle.bmc.wlms.requests -
-
Uses of ListWlsDomainServerBackupsRequest.SortOrder in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListWlsDomainServerBackupsRequest.SortOrder Modifier and Type Method Description static ListWlsDomainServerBackupsRequest.SortOrderListWlsDomainServerBackupsRequest.SortOrder. create(String key)ListWlsDomainServerBackupsRequest.SortOrderListWlsDomainServerBackupsRequest. getSortOrder()The sort order is either ‘ASC’ or ‘DESC’.static ListWlsDomainServerBackupsRequest.SortOrderListWlsDomainServerBackupsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListWlsDomainServerBackupsRequest.SortOrder[]ListWlsDomainServerBackupsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.requests with parameters of type ListWlsDomainServerBackupsRequest.SortOrder Modifier and Type Method Description ListWlsDomainServerBackupsRequest.BuilderListWlsDomainServerBackupsRequest.Builder. sortOrder(ListWlsDomainServerBackupsRequest.SortOrder sortOrder)The sort order is either ‘ASC’ or ‘DESC’.
-