Uses of Class
no.digipost.api.client.representations.FileType
-
Packages that use FileType Package Description no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of FileType in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as FileType Modifier and Type Field Description static FileTypeFileType. EHFstatic FileTypeFileType. GIFstatic FileTypeFileType. HTMstatic FileTypeFileType. HTMLstatic FileTypeFileType. JPEGstatic FileTypeFileType. JPGstatic FileTypeFileType. PDFstatic FileTypeFileType. PNGstatic FileTypeFileType. XHTstatic FileTypeFileType. XHTMLstatic FileTypeFileType. XMLstatic FileTypeFileType. ZIPMethods in no.digipost.api.client.representations that return FileType Modifier and Type Method Description static FileTypeFileType. fromFilename(String filename)Methods in no.digipost.api.client.representations with parameters of type FileType Modifier and Type Method Description booleanDocument. is(FileType fileType)voidDocument. setDigipostFileType(FileType fileType)static DocumentDocument. technicalAttachment(FileType fileType, String... type)Constructors in no.digipost.api.client.representations with parameters of type FileType Constructor Description Document(UUID uuid, String subject, FileType fileType)Constructor for just the required fields of a document.Document(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel)Document(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Boolean opened, no.digipost.api.datatypes.DataType data, String... technicalType)Document(UUID uuid, String subject, FileType fileType, no.digipost.api.datatypes.DataType data)Invoice(UUID uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate)Constructor for just the required fields of a document.Invoice(UUID uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate, Boolean opened, String technicalType, AuthenticationLevel authenticationLevel)Invoice(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, LocalDate dueDate)Invoice(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, LocalDate dueDate, Boolean opened, String... technicalType)
-