Uses of Class
io.gs2.version.model.Status
Packages that use Status
-
Uses of Status in io.gs2.version.model
Methods in io.gs2.version.model that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromJson(com.fasterxml.jackson.databind.JsonNode data) Status.withCurrentVersion(Version currentVersion) Status.withVersionModel(VersionModel versionModel) -
Uses of Status in io.gs2.version.result
Methods in io.gs2.version.result that return types with arguments of type StatusModifier and TypeMethodDescriptionCheckVersionByUserIdResult.getErrors()CheckVersionResult.getErrors()CheckVersionByUserIdResult.getWarnings()CheckVersionResult.getWarnings()Method parameters in io.gs2.version.result with type arguments of type StatusModifier and TypeMethodDescriptionvoidvoidvoidCheckVersionByUserIdResult.setWarnings(List<Status> warnings) voidCheckVersionResult.setWarnings(List<Status> warnings) CheckVersionByUserIdResult.withErrors(List<Status> errors) CheckVersionResult.withErrors(List<Status> errors) CheckVersionByUserIdResult.withWarnings(List<Status> warnings) CheckVersionResult.withWarnings(List<Status> warnings)