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>
attachments
protected AuthenticationLevel
authenticationLevel
protected String
contentType
protected URI
contentUri
protected URI
deleteUri
protected ZonedDateTime
deliveryTime
protected ZonedDateTime
firstAccessed
protected long
id
protected String
referenceFromSender
protected String
sender
protected String
subject
-
Constructor Summary
Constructors Constructor Description InboxDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InboxDocument>
getAttachments()
AuthenticationLevel
getAuthenticationLevel()
String
getContentType()
URI
getContentUri()
URI
getDeleteUri()
ZonedDateTime
getDeliveryTime()
ZonedDateTime
getFirstAccessed()
long
getId()
Optional<String>
getReferenceFromSender()
String
getSender()
String
getSubject()
String
toString()
-
-
-
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()
-
-