Uses of Class
io.gs2.skillTree.request.RestrainRequest
Packages that use RestrainRequest
-
Uses of RestrainRequest in io.gs2.skillTree
Methods in io.gs2.skillTree with parameters of type RestrainRequestModifier and TypeMethodDescriptionGs2SkillTreeRestClient.restrain(RestrainRequest request) voidGs2SkillTreeRestClient.restrainAsync(RestrainRequest request, AsyncAction<AsyncResult<RestrainResult>> callback) -
Uses of RestrainRequest in io.gs2.skillTree.request
Methods in io.gs2.skillTree.request that return RestrainRequestModifier and TypeMethodDescriptionstatic RestrainRequestRestrainRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) RestrainRequest.withAccessToken(String accessToken) RestrainRequest.withConfig(List<Config> config) RestrainRequest.withDuplicationAvoider(String duplicationAvoider) RestrainRequest.withNamespaceName(String namespaceName) RestrainRequest.withNodeModelNames(List<String> nodeModelNames)