Uses of Class
com.adyen.model.nexo.PredefinedContent
-
Packages that use PredefinedContent Package Description com.adyen.model.nexo -
-
Uses of PredefinedContent in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PredefinedContent Modifier and Type Field Description protected PredefinedContentMenuEntry. predefinedContentThe Predefined content.protected PredefinedContentOutputContent. predefinedContentThe Predefined content.Methods in com.adyen.model.nexo that return PredefinedContent Modifier and Type Method Description PredefinedContentObjectFactory. createPredefinedContent()Create an instance ofPredefinedContentPredefinedContentMenuEntry. getPredefinedContent()Gets the value of the predefinedContent property.PredefinedContentOutputContent. getPredefinedContent()Gets the value of the predefinedContent property.Methods in com.adyen.model.nexo with parameters of type PredefinedContent Modifier and Type Method Description voidMenuEntry. setPredefinedContent(PredefinedContent value)Sets the value of the predefinedContent property.voidOutputContent. setPredefinedContent(PredefinedContent value)Sets the value of the predefinedContent property.
-