File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/src/main/generated/com/regula/documentreader/webclient/model Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class FaceApiSearch {
55
55
56
56
@ SerializedName (SERIALIZED_NAME_GROUP_IDS )
57
57
@ javax .annotation .Nullable
58
- private List <Integer > groupIds ;
58
+ private List <String > groupIds ;
59
59
60
60
public FaceApiSearch () {}
61
61
@@ -97,12 +97,12 @@ public void setThreshold(@javax.annotation.Nullable Float threshold) {
97
97
this .threshold = threshold ;
98
98
}
99
99
100
- public FaceApiSearch groupIds (@ javax .annotation .Nullable List <Integer > groupIds ) {
100
+ public FaceApiSearch groupIds (@ javax .annotation .Nullable List <String > groupIds ) {
101
101
this .groupIds = groupIds ;
102
102
return this ;
103
103
}
104
104
105
- public FaceApiSearch addGroupIdsItem (Integer groupIdsItem ) {
105
+ public FaceApiSearch addGroupIdsItem (String groupIdsItem ) {
106
106
if (this .groupIds == null ) {
107
107
this .groupIds = new ArrayList <>();
108
108
}
@@ -116,11 +116,11 @@ public FaceApiSearch addGroupIdsItem(Integer groupIdsItem) {
116
116
* @return groupIds
117
117
*/
118
118
@ javax .annotation .Nullable
119
- public List <Integer > getGroupIds () {
119
+ public List <String > getGroupIds () {
120
120
return groupIds ;
121
121
}
122
122
123
- public void setGroupIds (@ javax .annotation .Nullable List <Integer > groupIds ) {
123
+ public void setGroupIds (@ javax .annotation .Nullable List <String > groupIds ) {
124
124
this .groupIds = groupIds ;
125
125
}
126
126
You can’t perform that action at this time.
0 commit comments