Uses of Class
com.adyen.model.management.HomeScreenSettings
-
Packages that use HomeScreenSettings Package Description com.adyen.model.management -
-
Uses of HomeScreenSettings in com.adyen.model.management
Methods in com.adyen.model.management that return HomeScreenSettings Modifier and Type Method Description static HomeScreenSettingsHomeScreenSettings. fromJson(String jsonString)Create an instance of HomeScreenSettings given an JSON stringHomeScreenSettingsTerminalSettings. getHomeScreen()Get homeScreenHomeScreenSettingsHomeScreenSettings. hideNavigationBar(Boolean hideNavigationBar)Hide/show the navigation bar.HomeScreenSettingsHomeScreenSettings. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.HomeScreenSettingsHomeScreenSettings. showPaymentsMenu(Boolean showPaymentsMenu)Show/hide the payments menu.HomeScreenSettingsHomeScreenSettings. showSettingsMenu(Boolean showSettingsMenu)Show/hide the settings menu.Methods in com.adyen.model.management with parameters of type HomeScreenSettings Modifier and Type Method Description TerminalSettingsTerminalSettings. homeScreen(HomeScreenSettings homeScreen)homeScreenvoidTerminalSettings. setHomeScreen(HomeScreenSettings homeScreen)homeScreen
-