HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
ChallengesResponse
Challenges
Response
@
Serializable
data
class
ChallengesResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
lastUpdated
:
Long
?
=
null
,
val
challenges
:
Map
<
String
,
List
<
Challenge
>
>
?
=
null
)
:
HypixelResponse
Members
Constructors
Challenges
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
lastUpdated
:
Long
?
=
null
,
challenges
:
Map
<
String
,
List
<
Challenge
>
>
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
challenges
Link copied to clipboard
val
challenges
:
Map
<
String
,
List
<
Challenge
>
>
?
=
null
last
Updated
Link copied to clipboard
val
lastUpdated
:
Long
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null
Functions
get
Challenges
For
Link copied to clipboard
fun
getChallengesFor
(
game
:
GameType
)
:
List
<
Challenge
>
?