Uses of Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentAttachment
-
Uses of DocumentAttachment in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type parameters of type DocumentAttachmentModifier and TypeFieldDescriptionprotected List<DocumentAttachment>DocumentAttachmentContainer.documentAttachmentListThe document attachment list.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return DocumentAttachmentModifier and TypeMethodDescriptionObjectFactory.createDocumentAttachment()Creates a new Object object.DocumentAttachment.withFileName(String value) With file name.DocumentAttachment.withFileSize(BigInteger value) With file size.DocumentAttachment.withFileType(String value) With file type.DocumentAttachment.withFileUrl(String value) With file url.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return types with arguments of type DocumentAttachmentModifier and TypeMethodDescriptionDocumentAttachmentContainer.getDocumentAttachmentList()Gets the document attachment list.Method parameters in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type arguments of type DocumentAttachmentModifier and TypeMethodDescriptionvoidDocumentAttachmentContainer.setDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList) Sets the document attachment list.DocumentAttachmentContainer.withDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList) With document attachment list.