public class InboxDocument extends Object
Modifier and Type | Field and 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 and Description |
---|
InboxDocument() |
Modifier and Type | Method and 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() |
protected long id
protected String referenceFromSender
protected String subject
protected String sender
protected ZonedDateTime deliveryTime
protected ZonedDateTime firstAccessed
protected AuthenticationLevel authenticationLevel
protected String contentType
protected URI contentUri
protected URI deleteUri
protected List<InboxDocument> attachments
public long getId()
public String getSubject()
public String getSender()
public ZonedDateTime getDeliveryTime()
public ZonedDateTime getFirstAccessed()
public AuthenticationLevel getAuthenticationLevel()
public String getContentType()
public URI getContentUri()
public URI getDeleteUri()
public List<InboxDocument> getAttachments()
Copyright © 2017 Digipost. All rights reserved.