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