codecheck
.
github
.
models
AbstractJson
Related Doc:
package models
class
AbstractJson
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
AccessToken
,
Branch
,
BranchListItem
,
Collaborator
,
CombinedStatus
,
Comment
,
CommitInfo
,
DefaultEvent
,
ErrorObject
,
ErrorResponse
,
Issue
,
IssueCommentEvent
,
IssueEvent
,
Label
,
LanguageList
,
Milestone
,
OAuthErrorResponse
,
Organization
,
OrganizationDetail
,
Permissions
,
PullRequest
,
PullRequestEvent
,
PullRequestRef
,
PullRequestReview
,
PullRequestReviewEvent
,
PushCommit
,
PushEvent
,
Repository
,
ReviewRequest
,
SearchCodeItem
,
SearchCodeResult
,
SearchIssueResult
,
SearchRepositoryResult
,
SearchUserResult
,
Status
,
User
,
Webhook
,
WebhookResponse
Ordering
Alphabetic
By Inheritance
Inherited
AbstractJson
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
AbstractJson
(
value:
JValue
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
boolean
(
path:
String
)
:
Boolean
def
booleanOpt
(
path:
String
)
:
Option
[
Boolean
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
dateOpt
(
path:
String
)
:
Option
[
DateTime
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
path:
String
)
:
String
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDate
(
path:
String
)
:
DateTime
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
objectOpt
[
T
]
(
path:
String
)
(
f: (
JValue
) ⇒
T
)
:
Option
[
T
]
def
opt
(
path:
String
)
:
Option
[
String
]
def
seq
(
path:
String
)
:
Seq
[
String
]
def
seqOpt
[
T
]
(
path:
String
)
:
Seq
[
T
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractJson
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped