You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: core/com.b2international.snowowl.core.rest/src/com/b2international/snowowl/core/rest/suggest/SuggestRestParameters.java
+10
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ public class SuggestRestParameters {
34
34
35
35
@Parameter(description = "The preferred term display in case of SNOMED CT", example = "PT", schema = @Schema(allowableValues = {"FSN", "PT", "ID_ONLY"}, defaultValue = "PT"))
36
36
privateStringpreferredDisplay = "PT";
37
+
38
+
@Parameter(description = "Accepted language tags, in order of preference")
39
+
privateStringacceptLanguage;
37
40
38
41
publicStringgetCodeSystemPath() {
39
42
returncodeSystemPath;
@@ -67,4 +70,11 @@ public void setPreferredDisplay(String preferredDisplay) {
Copy file name to clipboardexpand all lines: core/com.b2international.snowowl.core.rest/src/com/b2international/snowowl/core/rest/suggest/SuggestRestService.java
0 commit comments