Uses of Class
com.atlassian.adf.model.node.Doc.Version
-
Packages that use Doc.Version Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Doc.Version in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Doc.Version Modifier and Type Method Description static Doc.VersionDoc.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static Doc.Version[]Doc.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Doc.VersionDoc. version()Returns the version of the ADF standard used for this document.Methods in com.atlassian.adf.model.node with parameters of type Doc.Version Modifier and Type Method Description static DocDoc. doc(Doc.Version version)static DocDoc. doc(Doc.Version version, DocContent content)static DocDoc. doc(Doc.Version version, DocContent... content)static DocDoc. doc(Doc.Version version, Iterable<? extends DocContent> content)static DocDoc. doc(Doc.Version version, Stream<? extends DocContent> content)DocDoc. version(Doc.Version version)Sets a new version for this document.
-