Design

object Design
class Object
trait Matchable
class Any

Value members

Concrete methods

def currentUserTodos[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int], state: Option[TodoStateEnum])(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[Design, A]

To-do items for the current user.

To-do items for the current user.

def diffRefs[A](innerSelection: SelectionBuilder[DiffRefs, A]): SelectionBuilder[Design, A]

The diff refs for this design.

The diff refs for this design.

def discussions[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[Design, A]

All discussions on this noteable.

All discussions on this noteable.

def event: SelectionBuilder[Design, DesignVersionEvent]

How this design was changed in the current version.

How this design was changed in the current version.

def filename: SelectionBuilder[Design, String]

The filename of the design.

The filename of the design.

def fullPath: SelectionBuilder[Design, String]

The full path to the design file.

The full path to the design file.

def id: SelectionBuilder[Design, String]

The ID of this design.

The ID of this design.

def image: SelectionBuilder[Design, String]

The URL of the full-sized image.

The URL of the full-sized image.

def imageV432x230: SelectionBuilder[Design, Option[String]]

The URL of the design resized to fit within the bounds of 432x230. This will be null if the image has not been generated

The URL of the design resized to fit within the bounds of 432x230. This will be null if the image has not been generated

def issue[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[Design, A]

The issue the design belongs to.

The issue the design belongs to.

def notes[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[Design, A]

All notes on this noteable.

All notes on this noteable.

def notesCount: SelectionBuilder[Design, Int]

The total count of user-created notes for this design.

The total count of user-created notes for this design.

def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Design, A]

The project the design belongs to.

The project the design belongs to.

def versions[A](earlierOrEqualToSha: Option[String], earlierOrEqualToId: Option[DesignManagementVersionID], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DesignVersionConnection, A]): SelectionBuilder[Design, A]

All versions related to this design ordered newest first.

All versions related to this design ordered newest first.