Uses of Class
com.atlassian.adf.model.node.Date
-
Packages that use Date Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Date in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Date Modifier and Type Method Description DateDate. copy()static DateDate. date(long epochMillis)static DateDate. date(String timestamp)static DateDate. date(Instant instant)static DateDate. date(Date date)DateDate.Partial.NeedsTimestamp. timestamp(String timestamp)DateDate. timestamp(String timestamp)Methods in com.atlassian.adf.model.node with parameters of type Date Modifier and Type Method Description protected booleanDate. nodeEquals(Date other)
-