Uses of Class
com.adyen.model.legalentitymanagement.OnboardingTheme
-
Packages that use OnboardingTheme Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of OnboardingTheme in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return OnboardingTheme Modifier and Type Method Description OnboardingThemeOnboardingTheme. createdAt(OffsetDateTime createdAt)OnboardingThemeOnboardingTheme. description(String description)static OnboardingThemeOnboardingTheme. fromJson(String jsonString)Create an instance of OnboardingTheme given an JSON stringOnboardingThemeOnboardingTheme. id(String id)OnboardingThemeOnboardingTheme. properties(Map<String,String> properties)OnboardingThemeOnboardingTheme. putPropertiesItem(String key, String propertiesItem)OnboardingThemeOnboardingTheme. updatedAt(OffsetDateTime updatedAt)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type OnboardingTheme Modifier and Type Method Description List<OnboardingTheme>OnboardingThemes. getThemes()List of onboarding themes.Methods in com.adyen.model.legalentitymanagement with parameters of type OnboardingTheme Modifier and Type Method Description OnboardingThemesOnboardingThemes. addThemesItem(OnboardingTheme themesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type OnboardingTheme Modifier and Type Method Description voidOnboardingThemes. setThemes(List<OnboardingTheme> themes)List of onboarding themes.OnboardingThemesOnboardingThemes. themes(List<OnboardingTheme> themes) -
Uses of OnboardingTheme in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return OnboardingTheme Modifier and Type Method Description OnboardingThemeHostedOnboardingApi. getOnboardingLinkTheme(String id)Get an onboarding link themeOnboardingThemeHostedOnboardingApi. getOnboardingLinkTheme(String id, RequestOptions requestOptions)Get an onboarding link theme
-