Uses of Class
com.adyen.model.nexo.ContentType
-
Packages that use ContentType Package Description com.adyen.model.nexo -
-
Uses of ContentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ContentType Modifier and Type Field Description protected ContentTypeContentInformation. contentTypeThe Content.protected ContentTypeEncapsulatedContent. contentTypeThe Content type.protected ContentTypeEncryptedContent. contentTypeThe Content.Methods in com.adyen.model.nexo that return ContentType Modifier and Type Method Description static ContentTypeContentType. fromValue(String v)From value content type.ContentTypeContentInformation. getContentType()Gets the value of the contentType property.ContentTypeEncapsulatedContent. getContentType()Gets the value of the contentType property.ContentTypeEncryptedContent. getContentType()Gets the value of the contentType property.static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type ContentType Modifier and Type Method Description voidContentInformation. setContentType(ContentType value)Sets the value of the contentType property.voidEncapsulatedContent. setContentType(ContentType value)Sets the value of the contentType property.voidEncryptedContent. setContentType(ContentType value)Sets the value of the contentType property.
-