Packages

object Gist

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gist
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def comments[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[GistCommentConnection, A]): SelectionBuilder[Gist, A]

    A list of comments associated with the gist

  7. def createdAt: SelectionBuilder[Gist, DateTime]

    Identifies the date and time when the object was created.

  8. def description: SelectionBuilder[Gist, Option[String]]

    The gist description.

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def files[A](limit: Option[Int] = None, oid: Option[GitObjectID] = None)(innerSelection: SelectionBuilder[GistFile, A]): SelectionBuilder[Gist, Option[List[Option[A]]]]

    The files in this gist.

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def forks[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[GistOrder] = None)(innerSelection: SelectionBuilder[GistConnection, A]): SelectionBuilder[Gist, A]

    A list of forks associated with the gist

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def id: SelectionBuilder[Gist, String]
  17. def isFork: SelectionBuilder[Gist, Boolean]

    Identifies if the gist is a fork.

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPublic: SelectionBuilder[Gist, Boolean]

    Whether the gist is public or not.

  20. def name: SelectionBuilder[Gist, String]

    The gist name.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def owner[A](onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Gist, Option[A]]

    The gist owner.

  25. def pushedAt: SelectionBuilder[Gist, Option[DateTime]]

    Identifies when the gist was last pushed to.

  26. def resourcePath: SelectionBuilder[Gist, URI]

    The HTML path to this resource.

  27. def stargazerCount: SelectionBuilder[Gist, Int]

    Returns a count of how many stargazers there are on this object

  28. def stargazers[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[StarOrder] = None)(innerSelection: SelectionBuilder[StargazerConnection, A]): SelectionBuilder[Gist, A]

    A list of users who have starred this starrable.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updatedAt: SelectionBuilder[Gist, DateTime]

    Identifies the date and time when the object was last updated.

  32. def url: SelectionBuilder[Gist, URI]

    The HTTP URL for this Gist.

  33. def viewerHasStarred: SelectionBuilder[Gist, Boolean]

    Returns a boolean indicating whether the viewing user has starred this starrable.

  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped