Uses of Class
org.hyperledger.aries.api.action_menu.MenuFormParam
-
Packages that use MenuFormParam Package Description org.hyperledger.aries.api.action_menu -
-
Uses of MenuFormParam in org.hyperledger.aries.api.action_menu
Methods in org.hyperledger.aries.api.action_menu that return MenuFormParam Modifier and Type Method Description MenuFormParamMenuFormParam.MenuFormParamBuilder. build()Methods in org.hyperledger.aries.api.action_menu that return types with arguments of type MenuFormParam Modifier and Type Method Description List<MenuFormParam>MenuForm. getParams()Method parameters in org.hyperledger.aries.api.action_menu with type arguments of type MenuFormParam Modifier and Type Method Description MenuForm.MenuFormBuilderMenuForm.MenuFormBuilder. params(List<MenuFormParam> params)voidMenuForm. setParams(List<MenuFormParam> params)Constructor parameters in org.hyperledger.aries.api.action_menu with type arguments of type MenuFormParam Constructor Description MenuForm(String description, List<MenuFormParam> params, String submitLabel, String title)
-