DesignVersion

class Object
trait Matchable
class Any

Value members

Concrete methods

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[DesignVersion, A]

Author of the version.

Author of the version.

def createdAt: SelectionBuilder[DesignVersion, Time]

Timestamp of when the version was created.

Timestamp of when the version was created.

def designAtVersion[A](id: Option[DesignManagementDesignAtVersionID], designId: Option[DesignManagementDesignID], filename: Option[String])(innerSelection: SelectionBuilder[DesignAtVersion, A]): SelectionBuilder[DesignVersion, A]

A particular design as of this version, provided it is visible at this version.

A particular design as of this version, provided it is visible at this version.

def designs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DesignConnection, A]): SelectionBuilder[DesignVersion, A]

All designs that were changed in the version.

All designs that were changed in the version.

def designsAtVersion[A](ids: Option[List[DesignManagementDesignID]], filenames: Option[List[String]], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DesignAtVersionConnection, A]): SelectionBuilder[DesignVersion, A]

All designs that are visible at this version, as of this version.

All designs that are visible at this version, as of this version.

def id: SelectionBuilder[DesignVersion, String]

ID of the design version.

ID of the design version.

def sha: SelectionBuilder[DesignVersion, String]

SHA of the design version.

SHA of the design version.