Uses of Class
com.markose.etrade.account.SortOrder
-
Packages that use SortOrder Package Description com.markose.etrade.account -
-
Uses of SortOrder in com.markose.etrade.account
Methods in com.markose.etrade.account that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(java.lang.String v)SortOrderPortfolioRequest. getOrder()SortOrderTransactionRequest. getSortOrder()static SortOrderSortOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.markose.etrade.account with parameters of type SortOrder Modifier and Type Method Description voidPortfolioRequest. setOrder(SortOrder order)voidTransactionRequest. setSortOrder(SortOrder sortOrder)
-