Class InboxDocument
- java.lang.Object
-
- no.digipost.api.client.representations.inbox.InboxDocument
-
public class InboxDocument extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<InboxDocument>attachmentsprotected AuthenticationLevelauthenticationLevelprotected StringcontentTypeprotected URIcontentUriprotected URIdeleteUriprotected ZonedDateTimedeliveryTimeprotected ZonedDateTimefirstAccessedprotected longidprotected StringreferenceFromSenderprotected Stringsenderprotected Stringsubject
-
Constructor Summary
Constructors Constructor Description InboxDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InboxDocument>getAttachments()AuthenticationLevelgetAuthenticationLevel()StringgetContentType()URIgetContentUri()URIgetDeleteUri()ZonedDateTimegetDeliveryTime()ZonedDateTimegetFirstAccessed()longgetId()Optional<String>getReferenceFromSender()StringgetSender()StringgetSubject()StringtoString()
-
-
-
Field Detail
-
id
protected long id
-
referenceFromSender
protected String referenceFromSender
-
subject
protected String subject
-
sender
protected String sender
-
deliveryTime
protected ZonedDateTime deliveryTime
-
firstAccessed
protected ZonedDateTime firstAccessed
-
authenticationLevel
protected AuthenticationLevel authenticationLevel
-
contentType
protected String contentType
-
contentUri
protected URI contentUri
-
deleteUri
protected URI deleteUri
-
attachments
protected List<InboxDocument> attachments
-
-
Method Detail
-
getId
public long getId()
-
getSubject
public String getSubject()
-
getSender
public String getSender()
-
getDeliveryTime
public ZonedDateTime getDeliveryTime()
-
getFirstAccessed
public ZonedDateTime getFirstAccessed()
-
getAuthenticationLevel
public AuthenticationLevel getAuthenticationLevel()
-
getContentType
public String getContentType()
-
getContentUri
public URI getContentUri()
-
getDeleteUri
public URI getDeleteUri()
-
getAttachments
public List<InboxDocument> getAttachments()
-
-