Uses of Class
io.gs2.enhance.result.DirectEnhanceResult
Packages that use DirectEnhanceResult
-
Uses of DirectEnhanceResult in io.gs2.enhance
Methods in io.gs2.enhance that return DirectEnhanceResultModifier and TypeMethodDescriptionGs2EnhanceRestClient.directEnhance(DirectEnhanceRequest request) Method parameters in io.gs2.enhance with type arguments of type DirectEnhanceResultModifier and TypeMethodDescriptionvoidGs2EnhanceRestClient.directEnhanceAsync(DirectEnhanceRequest request, AsyncAction<AsyncResult<DirectEnhanceResult>> callback) -
Uses of DirectEnhanceResult in io.gs2.enhance.result
Methods in io.gs2.enhance.result that return DirectEnhanceResultModifier and TypeMethodDescriptionstatic DirectEnhanceResultDirectEnhanceResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DirectEnhanceResult.withAcquireExperience(Long acquireExperience) DirectEnhanceResult.withAutoRunStampSheet(Boolean autoRunStampSheet) DirectEnhanceResult.withBonusRate(Float bonusRate) DirectEnhanceResult.withStampSheet(String stampSheet) DirectEnhanceResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) DirectEnhanceResult.withTransactionId(String transactionId)