SubmitRunRequest |
SubmitRunRequest.category(Category category) |
|
SubmitRunRequest |
SubmitRunRequest.category(String categoryId) |
|
SubmitRunRequest |
SubmitRunRequest.comment(String comment) |
Sets the comment/description for the run.
|
SubmitRunRequest |
SubmitRunRequest.customVariable(Variable variable,
String valueText) |
Sets the value for a Variable with custom user defined text.
|
SubmitRunRequest |
SubmitRunRequest.customVariable(String variableId,
String valueText) |
Sets the value for a Variable with custom user defined text.
|
SubmitRunRequest |
SubmitRunRequest.date(LocalDate runDate) |
Sets the date that this run was played on.
|
SubmitRunRequest |
SubmitRunRequest.emulated(boolean isEmulated) |
Sets whether the run was played on an emulator.
|
SubmitRunRequest |
SubmitRunRequest.guestPlayer(Guest guest) |
Adds a Guest that participated in the run.
|
SubmitRunRequest |
SubmitRunRequest.guestPlayer(String guestName) |
Adds a Guest that participated in the run.
|
SubmitRunRequest |
SubmitRunRequest.ingameTime(Duration ingameTime) |
Sets the ingame time (IGT) for the run.
|
SubmitRunRequest |
SubmitRunRequest.level(Level level) |
Sets the Level for the run.
|
SubmitRunRequest |
SubmitRunRequest.level(String levelId) |
Sets the Level for the run.
|
SubmitRunRequest |
SubmitRunRequest.platform(Platform platform) |
|
SubmitRunRequest |
SubmitRunRequest.platform(String platformId) |
|
SubmitRunRequest |
SubmitRunRequest.realTime(Duration realTime) |
Sets the realtime (RTA) time for the run.
|
SubmitRunRequest |
SubmitRunRequest.realTimeNoLoads(Duration realTimeNoLoads) |
Sets the realtime (RTA) with loads removed time for the run.
|
SubmitRunRequest |
SubmitRunRequest.region(Region region) |
Sets the Region game version for the run.
|
SubmitRunRequest |
SubmitRunRequest.region(String regionId) |
Sets the Region game version for the run.
|
SubmitRunRequest |
SubmitRunRequest.splitsIO(String splitsIO) |
Sets the ID or URL for the splits.io run page.
|
SubmitRunRequest |
SubmitRunRequest.userPlayer(User user) |
Adds a User that participated in the run.
|
SubmitRunRequest |
SubmitRunRequest.userPlayer(String userId) |
Adds a User that participated in the run.
|
SubmitRunRequest |
SubmitRunRequest.variable(Variable variable,
String valueId) |
Sets the value for a Variable with a predefined value ID.
|
SubmitRunRequest |
SubmitRunRequest.variable(String variableId,
String valueId) |
Sets the value for a Variable with a predefined value ID.
|
SubmitRunRequest |
SubmitRunRequest.verified() |
Sets the run to be immediately verified when submitted.
|
SubmitRunRequest |
SubmitRunRequest.video(String videoUrl) |
Sets the video URL for the run.
|