Uses of Class
de.adorsys.psd2.xs2a.core.profile.NotificationSupportedMode
-
Packages that use NotificationSupportedMode Package Description de.adorsys.psd2.xs2a.core.consent de.adorsys.psd2.xs2a.core.profile de.adorsys.psd2.xs2a.core.tpp -
-
Uses of NotificationSupportedMode in de.adorsys.psd2.xs2a.core.consent
Methods in de.adorsys.psd2.xs2a.core.consent that return types with arguments of type NotificationSupportedMode Modifier and Type Method Description List<NotificationSupportedMode>ConsentTppInformation. getTppNotificationSupportedModes()Method parameters in de.adorsys.psd2.xs2a.core.consent with type arguments of type NotificationSupportedMode Modifier and Type Method Description voidConsentTppInformation. setTppNotificationSupportedModes(List<NotificationSupportedMode> tppNotificationSupportedModes) -
Uses of NotificationSupportedMode in de.adorsys.psd2.xs2a.core.profile
Methods in de.adorsys.psd2.xs2a.core.profile that return NotificationSupportedMode Modifier and Type Method Description static NotificationSupportedModeNotificationSupportedMode. getByValue(String value)static NotificationSupportedModeNotificationSupportedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationSupportedMode[]NotificationSupportedMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationSupportedMode in de.adorsys.psd2.xs2a.core.tpp
Methods in de.adorsys.psd2.xs2a.core.tpp that return types with arguments of type NotificationSupportedMode Modifier and Type Method Description @NotNull List<NotificationSupportedMode>TppNotificationData. getNotificationModes()Constructor parameters in de.adorsys.psd2.xs2a.core.tpp with type arguments of type NotificationSupportedMode Constructor Description TppNotificationData(@NotNull List<NotificationSupportedMode> notificationModes, @Nullable String tppNotificationUri)
-