Instance Constructors
-
new
EditIssue(owner: String, repo: String, issue: Int, state: String, title: String, body: String, milestone: Option[Int], labels: List[String], assignees: List[String], accessToken: Option[String] = scala.None)
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
val
accessToken: Option[String]
-
final
def
asInstanceOf[T0]: T0
-
val
assignees: List[String]
-
val
body: String
-
def
clone(): AnyRef
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
val
issue: Int
-
val
labels: List[String]
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
owner: String
-
val
repo: String
-
val
state: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
title: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Serializable