Uses of Class
com.adyen.model.legalentitymanagement.Attachment
-
Packages that use Attachment Package Description com.adyen.model.legalentitymanagement -
-
Uses of Attachment in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Attachment Modifier and Type Method Description AttachmentAttachment. content(byte[] content)AttachmentAttachment. contentType(String contentType)Deprecated.AttachmentAttachment. filename(String filename)Deprecated.static AttachmentAttachment. fromJson(String jsonString)Create an instance of Attachment given an JSON stringAttachmentDocument. getAttachment()Get attachmentAttachmentAttachment. pageName(String pageName)AttachmentAttachment. pageType(String pageType)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Document. getAttachments()Array that contains the document.Methods in com.adyen.model.legalentitymanagement with parameters of type Attachment Modifier and Type Method Description DocumentDocument. addAttachmentsItem(Attachment attachmentsItem)DocumentDocument. attachment(Attachment attachment)voidDocument. setAttachment(Attachment attachment)attachmentMethod parameters in com.adyen.model.legalentitymanagement with type arguments of type Attachment Modifier and Type Method Description DocumentDocument. attachments(List<Attachment> attachments)voidDocument. setAttachments(List<Attachment> attachments)Array that contains the document.
-