Post

public final class Post

Constructors

Post
Link copied to clipboard
Post Post(String content, String headline, String name, LocalDateTime createdAt, String creditTo, String creditUrl, List<Dataset> datasets, String id, String image, LocalDateTime lastModified, Owner owner, String page, LocalDateTime published, List<Reuse> reuses, String slug, List<String> tags, String uri)

Functions

getContent
Link copied to clipboard
final String getContent()
getCreatedAt
Link copied to clipboard
final LocalDateTime getCreatedAt()
getCreditTo
Link copied to clipboard
final String getCreditTo()
getCreditUrl
Link copied to clipboard
final String getCreditUrl()
getDatasets
Link copied to clipboard
final List<DatasetgetDatasets()
getHeadline
Link copied to clipboard
final String getHeadline()
getId
Link copied to clipboard
final String getId()
getImage
Link copied to clipboard
final String getImage()
getLastModified
Link copied to clipboard
final LocalDateTime getLastModified()
getName
Link copied to clipboard
final String getName()
getOwner
Link copied to clipboard
final Owner getOwner()
getPage
Link copied to clipboard
final String getPage()
getPublished
Link copied to clipboard
final LocalDateTime getPublished()
getReuses
Link copied to clipboard
final List<ReusegetReuses()
getSlug
Link copied to clipboard
final String getSlug()
getTags
Link copied to clipboard
final List<StringgetTags()
getUri
Link copied to clipboard
final String getUri()
setContent
Link copied to clipboard
final Unit setContent(String content)
setCreatedAt
Link copied to clipboard
final Unit setCreatedAt(LocalDateTime createdAt)
setCreditTo
Link copied to clipboard
final Unit setCreditTo(String creditTo)
setCreditUrl
Link copied to clipboard
final Unit setCreditUrl(String creditUrl)
setDatasets
Link copied to clipboard
final Unit setDatasets(List<Dataset> datasets)
setHeadline
Link copied to clipboard
final Unit setHeadline(String headline)
setId
Link copied to clipboard
final Unit setId(String id)
setImage
Link copied to clipboard
final Unit setImage(String image)
setLastModified
Link copied to clipboard
final Unit setLastModified(LocalDateTime lastModified)
setName
Link copied to clipboard
final Unit setName(String name)
setOwner
Link copied to clipboard
final Unit setOwner(Owner owner)
setPage
Link copied to clipboard
final Unit setPage(String page)
setPublished
Link copied to clipboard
final Unit setPublished(LocalDateTime published)
setReuses
Link copied to clipboard
final Unit setReuses(List<Reuse> reuses)
setSlug
Link copied to clipboard
final Unit setSlug(String slug)
setTags
Link copied to clipboard
final Unit setTags(List<String> tags)
setUri
Link copied to clipboard
final Unit setUri(String uri)

Properties

content
Link copied to clipboard
private String content

The post content in Markdown

createdAt
Link copied to clipboard
private LocalDateTime createdAt

The post creation date

creditTo
Link copied to clipboard
private String creditTo

An optional credit line (associated to the image)

creditUrl
Link copied to clipboard
private String creditUrl

An optional link associated to the credits

datasets
Link copied to clipboard
private List<Datasetdatasets

The post datasets

headline
Link copied to clipboard
private String headline

The post headline

id
Link copied to clipboard
private String id

The post identifier

image
Link copied to clipboard
private String image

The post image

lastModified
Link copied to clipboard
private LocalDateTime lastModified

The post last modification date

name
Link copied to clipboard
private String name

The post name

owner
Link copied to clipboard
private Owner owner

The owner user

page
Link copied to clipboard
private String page

The post page URL

published
Link copied to clipboard
private LocalDateTime published

The post publication date

reuses
Link copied to clipboard
private List<Reusereuses

The post reuses

slug
Link copied to clipboard
private String slug

The post permalink string

tags
Link copied to clipboard
private List<Stringtags

Some keywords to help in search

uri
Link copied to clipboard
private String uri

The post API URI