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: src/main/java/de/rwth/idsg/steve/web/dto/OcppTagQueryForm.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@ public class OcppTagQueryForm {
60
60
@Schema(description = "Query by the note associated with the OCPP tag. The value of this field does not have to exactly match the note. A substring is also accepted.")
61
61
privateStringnote;
62
62
63
+
@Schema(description = "Filter by whether the OCPP tag is associated with a user or not. Defaults to All")
64
+
privateUserFilteruserFilter = UserFilter.All;
65
+
63
66
@Schema(hidden = true)
64
67
publicbooleanisOcppTagPkSet() {
65
68
returnocppTagPk != null;
@@ -123,6 +126,12 @@ public static BooleanType fromValue(String v) {
0 commit comments