public class FrontMatter extends Object implements Serializable
| Constructor and Description |
|---|
FrontMatter(Title title,
Categories categories,
Tags tags,
EventTime date,
EventTime updated,
PremiumPoint point) |
| Modifier and Type | Method and Description |
|---|---|
Categories |
categories() |
EventTime |
date() |
PremiumPoint |
point() |
Tags |
tags() |
Title |
title() |
EventTime |
updated() |
public static final String SEPARATOR
public FrontMatter(Title title, Categories categories, Tags tags, EventTime date, EventTime updated, PremiumPoint point)
public Title title()
public Tags tags()
public Categories categories()
public EventTime date()
public EventTime updated()
public PremiumPoint point()
Copyright © 2017. All rights reserved.