From a760e4fd071f0cc1f8bee57c19e4583605d51850 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 22 Sep 2025 14:23:22 +0000 Subject: [PATCH] Commit: aaac83f0 --- .../documentreader/webclient/model/FaceApiSearch.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java index af488c3..3a219f5 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java @@ -55,7 +55,7 @@ public class FaceApiSearch { @SerializedName(SERIALIZED_NAME_GROUP_IDS) @javax.annotation.Nullable - private List groupIds; + private List groupIds; public FaceApiSearch() {} @@ -97,12 +97,12 @@ public void setThreshold(@javax.annotation.Nullable Float threshold) { this.threshold = threshold; } - public FaceApiSearch groupIds(@javax.annotation.Nullable List groupIds) { + public FaceApiSearch groupIds(@javax.annotation.Nullable List groupIds) { this.groupIds = groupIds; return this; } - public FaceApiSearch addGroupIdsItem(Integer groupIdsItem) { + public FaceApiSearch addGroupIdsItem(String groupIdsItem) { if (this.groupIds == null) { this.groupIds = new ArrayList<>(); } @@ -116,11 +116,11 @@ public FaceApiSearch addGroupIdsItem(Integer groupIdsItem) { * @return groupIds */ @javax.annotation.Nullable - public List getGroupIds() { + public List getGroupIds() { return groupIds; } - public void setGroupIds(@javax.annotation.Nullable List groupIds) { + public void setGroupIds(@javax.annotation.Nullable List groupIds) { this.groupIds = groupIds; }