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)The creation date of the theme.OnboardingThemeOnboardingTheme. description(String description)The description of the theme.static OnboardingThemeOnboardingTheme. fromJson(String jsonString)Create an instance of OnboardingTheme given an JSON stringOnboardingThemeOnboardingTheme. id(String id)The unique identifier of the theme.OnboardingThemeOnboardingTheme. properties(Map<String,String> properties)The properties of the theme.OnboardingThemeOnboardingTheme. putPropertiesItem(String key, String propertiesItem)OnboardingThemeOnboardingTheme. updatedAt(OffsetDateTime updatedAt)The date when the theme was last updated.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)List of onboarding 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
-