Uses of Class
io.gs2.skillTree.request.ReleaseRequest
Packages that use ReleaseRequest
-
Uses of ReleaseRequest in io.gs2.skillTree
Methods in io.gs2.skillTree with parameters of type ReleaseRequestModifier and TypeMethodDescriptionGs2SkillTreeRestClient.release(ReleaseRequest request) voidGs2SkillTreeRestClient.releaseAsync(ReleaseRequest request, AsyncAction<AsyncResult<ReleaseResult>> callback) -
Uses of ReleaseRequest in io.gs2.skillTree.request
Methods in io.gs2.skillTree.request that return ReleaseRequestModifier and TypeMethodDescriptionstatic ReleaseRequestReleaseRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) ReleaseRequest.withAccessToken(String accessToken) ReleaseRequest.withConfig(List<Config> config) ReleaseRequest.withDuplicationAvoider(String duplicationAvoider) ReleaseRequest.withNamespaceName(String namespaceName) ReleaseRequest.withNodeModelNames(List<String> nodeModelNames) ReleaseRequest.withPropertyId(String propertyId)