Uses of Class
com.adyen.model.nexo.EncapsulatedContent
-
Packages that use EncapsulatedContent Package Description com.adyen.model.nexo -
-
Uses of EncapsulatedContent in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EncapsulatedContent Modifier and Type Field Description protected EncapsulatedContentAuthenticatedData. encapsulatedContentThe Encapsulated content.protected EncapsulatedContentDigestedData. encapsulatedContentThe Encapsulated content.protected EncapsulatedContentSignedData. encapsulatedContentThe Encapsulated content.Methods in com.adyen.model.nexo that return EncapsulatedContent Modifier and Type Method Description EncapsulatedContentObjectFactory. createEncapsulatedContent()Create an instance ofEncapsulatedContentEncapsulatedContentAuthenticatedData. getEncapsulatedContent()Gets the value of the encapsulatedContent property.EncapsulatedContentDigestedData. getEncapsulatedContent()Gets the value of the encapsulatedContent property.EncapsulatedContentSignedData. getEncapsulatedContent()Gets the value of the encapsulatedContent property.Methods in com.adyen.model.nexo with parameters of type EncapsulatedContent Modifier and Type Method Description voidAuthenticatedData. setEncapsulatedContent(EncapsulatedContent value)Sets the value of the encapsulatedContent property.voidDigestedData. setEncapsulatedContent(EncapsulatedContent value)Sets the value of the encapsulatedContent property.voidSignedData. setEncapsulatedContent(EncapsulatedContent value)Sets the value of the encapsulatedContent property.
-