Uses of Class
io.gs2.idle.request.PredictionRequest
Packages that use PredictionRequest
-
Uses of PredictionRequest in io.gs2.idle
Methods in io.gs2.idle with parameters of type PredictionRequestModifier and TypeMethodDescriptionGs2IdleRestClient.prediction(PredictionRequest request) voidGs2IdleRestClient.predictionAsync(PredictionRequest request, AsyncAction<AsyncResult<PredictionResult>> callback) -
Uses of PredictionRequest in io.gs2.idle.request
Methods in io.gs2.idle.request that return PredictionRequestModifier and TypeMethodDescriptionstatic PredictionRequestPredictionRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PredictionRequest.withAccessToken(String accessToken) PredictionRequest.withCategoryName(String categoryName) PredictionRequest.withDuplicationAvoider(String duplicationAvoider) PredictionRequest.withNamespaceName(String namespaceName)