Uses of Class
io.gs2.version.request.CheckVersionRequest
Packages that use CheckVersionRequest
-
Uses of CheckVersionRequest in io.gs2.version
Methods in io.gs2.version with parameters of type CheckVersionRequestModifier and TypeMethodDescriptionGs2VersionRestClient.checkVersion(CheckVersionRequest request) voidGs2VersionRestClient.checkVersionAsync(CheckVersionRequest request, AsyncAction<AsyncResult<CheckVersionResult>> callback) -
Uses of CheckVersionRequest in io.gs2.version.request
Methods in io.gs2.version.request that return CheckVersionRequestModifier and TypeMethodDescriptionstatic CheckVersionRequestCheckVersionRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CheckVersionRequest.withAccessToken(String accessToken) CheckVersionRequest.withDuplicationAvoider(String duplicationAvoider) CheckVersionRequest.withNamespaceName(String namespaceName) CheckVersionRequest.withTargetVersions(List<TargetVersion> targetVersions)