Uses of Class
com.adyen.model.tapi.PredefinedContent
-
Packages that use PredefinedContent Package Description com.adyen.model.tapi -
-
Uses of PredefinedContent in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PredefinedContent Modifier and Type Method Description static PredefinedContentPredefinedContent. fromJson(String jsonString)Create an instance of PredefinedContent given an JSON stringPredefinedContentMenuEntry. getPredefinedContent()Get predefinedContentPredefinedContentOutputContent. getPredefinedContent()Get predefinedContentPredefinedContentPredefinedContent. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PredefinedContentPredefinedContent. language(String language)Identification of a language.PredefinedContentPredefinedContent. referenceID(String referenceID)Identification of a predefined message to display or print.Methods in com.adyen.model.tapi with parameters of type PredefinedContent Modifier and Type Method Description MenuEntryMenuEntry. predefinedContent(PredefinedContent predefinedContent)predefinedContentOutputContentOutputContent. predefinedContent(PredefinedContent predefinedContent)predefinedContentvoidMenuEntry. setPredefinedContent(PredefinedContent predefinedContent)predefinedContentvoidOutputContent. setPredefinedContent(PredefinedContent predefinedContent)predefinedContent
-