Uses of Class
com.adyen.model.legalentitymanagement.DocumentPage
-
Packages that use DocumentPage Package Description com.adyen.model.legalentitymanagement -
-
Uses of DocumentPage in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return DocumentPage Modifier and Type Method Description static DocumentPageDocumentPage. fromJson(String jsonString)Create an instance of DocumentPage given an JSON stringDocumentPageDocumentPage. pageName(String pageName)DocumentPageDocumentPage. pageNumber(Integer pageNumber)DocumentPageDocumentPage. type(DocumentPage.TypeEnum type)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type DocumentPage Modifier and Type Method Description List<DocumentPage>DocumentReference. getPages()List of document pagesMethods in com.adyen.model.legalentitymanagement with parameters of type DocumentPage Modifier and Type Method Description DocumentReferenceDocumentReference. addPagesItem(DocumentPage pagesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type DocumentPage Modifier and Type Method Description DocumentReferenceDocumentReference. pages(List<DocumentPage> pages)voidDocumentReference. setPages(List<DocumentPage> pages)List of document pages
-