Uses of Class
io.gs2.version.result.CheckVersionResult
Packages that use CheckVersionResult
-
Uses of CheckVersionResult in io.gs2.version
Methods in io.gs2.version that return CheckVersionResultMethod parameters in io.gs2.version with type arguments of type CheckVersionResultModifier and TypeMethodDescriptionvoidGs2VersionRestClient.checkVersionAsync(CheckVersionRequest request, AsyncAction<AsyncResult<CheckVersionResult>> callback) -
Uses of CheckVersionResult in io.gs2.version.result
Methods in io.gs2.version.result that return CheckVersionResultModifier and TypeMethodDescriptionstatic CheckVersionResultCheckVersionResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) CheckVersionResult.withErrors(List<Status> errors) CheckVersionResult.withProjectToken(String projectToken) CheckVersionResult.withWarnings(List<Status> warnings)