Uses of Class
io.gs2.lottery.request.PredictionRequest
Packages that use PredictionRequest
-
Uses of PredictionRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type PredictionRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.prediction(PredictionRequest request) voidGs2LotteryRestClient.predictionAsync(PredictionRequest request, AsyncAction<AsyncResult<PredictionResult>> callback) -
Uses of PredictionRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return PredictionRequestModifier and TypeMethodDescriptionstatic PredictionRequestPredictionRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PredictionRequest.withAccessToken(String accessToken) PredictionRequest.withDuplicationAvoider(String duplicationAvoider) PredictionRequest.withLotteryName(String lotteryName) PredictionRequest.withNamespaceName(String namespaceName) PredictionRequest.withRandomSeed(Long randomSeed)