Uses of Class
io.gs2.enhance.request.UnleashRequest
Packages that use UnleashRequest
-
Uses of UnleashRequest in io.gs2.enhance
Methods in io.gs2.enhance with parameters of type UnleashRequestModifier and TypeMethodDescriptionGs2EnhanceRestClient.unleash(UnleashRequest request) voidGs2EnhanceRestClient.unleashAsync(UnleashRequest request, AsyncAction<AsyncResult<UnleashResult>> callback) -
Uses of UnleashRequest in io.gs2.enhance.request
Methods in io.gs2.enhance.request that return UnleashRequestModifier and TypeMethodDescriptionstatic UnleashRequestUnleashRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UnleashRequest.withAccessToken(String accessToken) UnleashRequest.withConfig(List<Config> config) UnleashRequest.withDuplicationAvoider(String duplicationAvoider) UnleashRequest.withMaterials(List<String> materials) UnleashRequest.withNamespaceName(String namespaceName) UnleashRequest.withRateName(String rateName) UnleashRequest.withTargetItemSetId(String targetItemSetId)