Uses of Class
com.markose.etrade.account.View
-
Packages that use View Package Description com.markose.etrade.account -
-
Uses of View in com.markose.etrade.account
Methods in com.markose.etrade.account that return View Modifier and Type Method Description static ViewView. fromValue(java.lang.String v)ViewPortfolioRequest. getView()static ViewView. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static View[]View. 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 View Modifier and Type Method Description voidPortfolioRequest. setView(View view)
-