Skip to content

Commit 68af4ac

Browse files
committed
Regenerate API with latest version of OpenAPI generator
1 parent 8e168f6 commit 68af4ac

22 files changed

+0
-104
lines changed

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/AllResult.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public void setSessions(List<SessionAll> sessions) {
9696
this.sessions = sessions;
9797
}
9898

99-
10099
public AllResult speakers(List<SpeakerAll> speakers) {
101100

102101
this.speakers = speakers;
@@ -130,7 +129,6 @@ public void setSpeakers(List<SpeakerAll> speakers) {
130129
this.speakers = speakers;
131130
}
132131

133-
134132
public AllResult questions(List<Question> questions) {
135133

136134
this.questions = questions;
@@ -164,7 +162,6 @@ public void setQuestions(List<Question> questions) {
164162
this.questions = questions;
165163
}
166164

167-
168165
public AllResult categories(List<CategoryAll> categories) {
169166

170167
this.categories = categories;
@@ -198,7 +195,6 @@ public void setCategories(List<CategoryAll> categories) {
198195
this.categories = categories;
199196
}
200197

201-
202198
public AllResult rooms(List<Room> rooms) {
203199

204200
this.rooms = rooms;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/BaseCategory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void setId(Integer id) {
6868
this.id = id;
6969
}
7070

71-
7271
public BaseCategory sort(Integer sort) {
7372

7473
this.sort = sort;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/BaseSession.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public void setId(String id) {
118118
this.id = id;
119119
}
120120

121-
122121
public BaseSession title(String title) {
123122

124123
this.title = title;
@@ -144,7 +143,6 @@ public void setTitle(String title) {
144143
this.title = title;
145144
}
146145

147-
148146
public BaseSession description(String description) {
149147
this.description = JsonNullable.<String>of(description);
150148

@@ -178,7 +176,6 @@ public void setDescription(String description) {
178176
this.description = JsonNullable.<String>of(description);
179177
}
180178

181-
182179
public BaseSession startsAt(OffsetDateTime startsAt) {
183180

184181
this.startsAt = startsAt;
@@ -204,7 +201,6 @@ public void setStartsAt(OffsetDateTime startsAt) {
204201
this.startsAt = startsAt;
205202
}
206203

207-
208204
public BaseSession endsAt(OffsetDateTime endsAt) {
209205

210206
this.endsAt = endsAt;
@@ -230,7 +226,6 @@ public void setEndsAt(OffsetDateTime endsAt) {
230226
this.endsAt = endsAt;
231227
}
232228

233-
234229
public BaseSession isServiceSession(Boolean isServiceSession) {
235230

236231
this.isServiceSession = isServiceSession;
@@ -256,7 +251,6 @@ public void setIsServiceSession(Boolean isServiceSession) {
256251
this.isServiceSession = isServiceSession;
257252
}
258253

259-
260254
public BaseSession isPlenumSession(Boolean isPlenumSession) {
261255

262256
this.isPlenumSession = isPlenumSession;
@@ -282,7 +276,6 @@ public void setIsPlenumSession(Boolean isPlenumSession) {
282276
this.isPlenumSession = isPlenumSession;
283277
}
284278

285-
286279
public BaseSession categoryItems(List<Integer> categoryItems) {
287280

288281
this.categoryItems = categoryItems;
@@ -316,7 +309,6 @@ public void setCategoryItems(List<Integer> categoryItems) {
316309
this.categoryItems = categoryItems;
317310
}
318311

319-
320312
public BaseSession roomId(Integer roomId) {
321313

322314
this.roomId = roomId;
@@ -342,7 +334,6 @@ public void setRoomId(Integer roomId) {
342334
this.roomId = roomId;
343335
}
344336

345-
346337
public BaseSession liveUrl(URI liveUrl) {
347338
this.liveUrl = JsonNullable.<URI>of(liveUrl);
348339

@@ -376,7 +367,6 @@ public void setLiveUrl(URI liveUrl) {
376367
this.liveUrl = JsonNullable.<URI>of(liveUrl);
377368
}
378369

379-
380370
public BaseSession recordingUrl(URI recordingUrl) {
381371
this.recordingUrl = JsonNullable.<URI>of(recordingUrl);
382372

@@ -410,7 +400,6 @@ public void setRecordingUrl(URI recordingUrl) {
410400
this.recordingUrl = JsonNullable.<URI>of(recordingUrl);
411401
}
412402

413-
414403
public BaseSession status(Status status) {
415404

416405
this.status = status;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/BaseSpeaker.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public void setId(UUID id) {
106106
this.id = id;
107107
}
108108

109-
110109
public BaseSpeaker firstName(String firstName) {
111110

112111
this.firstName = firstName;
@@ -132,7 +131,6 @@ public void setFirstName(String firstName) {
132131
this.firstName = firstName;
133132
}
134133

135-
136134
public BaseSpeaker lastName(String lastName) {
137135

138136
this.lastName = lastName;
@@ -158,7 +156,6 @@ public void setLastName(String lastName) {
158156
this.lastName = lastName;
159157
}
160158

161-
162159
public BaseSpeaker bio(String bio) {
163160
this.bio = JsonNullable.<String>of(bio);
164161

@@ -192,7 +189,6 @@ public void setBio(String bio) {
192189
this.bio = JsonNullable.<String>of(bio);
193190
}
194191

195-
196192
public BaseSpeaker tagLine(String tagLine) {
197193

198194
this.tagLine = tagLine;
@@ -218,7 +214,6 @@ public void setTagLine(String tagLine) {
218214
this.tagLine = tagLine;
219215
}
220216

221-
222217
public BaseSpeaker profilePicture(URI profilePicture) {
223218
this.profilePicture = JsonNullable.<URI>of(profilePicture);
224219

@@ -252,7 +247,6 @@ public void setProfilePicture(URI profilePicture) {
252247
this.profilePicture = JsonNullable.<URI>of(profilePicture);
253248
}
254249

255-
256250
public BaseSpeaker isTopSpeaker(Boolean isTopSpeaker) {
257251

258252
this.isTopSpeaker = isTopSpeaker;
@@ -278,7 +272,6 @@ public void setIsTopSpeaker(Boolean isTopSpeaker) {
278272
this.isTopSpeaker = isTopSpeaker;
279273
}
280274

281-
282275
public BaseSpeaker links(List<Link> links) {
283276

284277
this.links = links;
@@ -312,7 +305,6 @@ public void setLinks(List<Link> links) {
312305
this.links = links;
313306
}
314307

315-
316308
public BaseSpeaker fullName(String fullName) {
317309

318310
this.fullName = fullName;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/BaseSpeakerEssential.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void setId(UUID id) {
7373
this.id = id;
7474
}
7575

76-
7776
public BaseSpeakerEssential firstName(String firstName) {
7877

7978
this.firstName = firstName;
@@ -99,7 +98,6 @@ public void setFirstName(String firstName) {
9998
this.firstName = firstName;
10099
}
101100

102-
103101
public BaseSpeakerEssential lastName(String lastName) {
104102

105103
this.lastName = lastName;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/CategoryAll.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public void setId(Integer id) {
8484
this.id = id;
8585
}
8686

87-
8887
public CategoryAll sort(Integer sort) {
8988

9089
this.sort = sort;
@@ -110,7 +109,6 @@ public void setSort(Integer sort) {
110109
this.sort = sort;
111110
}
112111

113-
114112
public CategoryAll title(String title) {
115113

116114
this.title = title;
@@ -136,7 +134,6 @@ public void setTitle(String title) {
136134
this.title = title;
137135
}
138136

139-
140137
public CategoryAll items(List<CategoryItemAll> items) {
141138

142139
this.items = items;
@@ -170,7 +167,6 @@ public void setItems(List<CategoryItemAll> items) {
170167
this.items = items;
171168
}
172169

173-
174170
public CategoryAll type(String type) {
175171

176172
this.type = type;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/CategoryItem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void setId(Integer id) {
6868
this.id = id;
6969
}
7070

71-
7271
public CategoryItem name(String name) {
7372

7473
this.name = name;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/CategoryItemAll.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public void setId(Integer id) {
7272
this.id = id;
7373
}
7474

75-
7675
public CategoryItemAll name(String name) {
7776

7877
this.name = name;
@@ -98,7 +97,6 @@ public void setName(String name) {
9897
this.name = name;
9998
}
10099

101-
102100
public CategoryItemAll sort(Integer sort) {
103101

104102
this.sort = sort;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/CategorySession.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public void setId(Integer id) {
8080
this.id = id;
8181
}
8282

83-
8483
public CategorySession sort(Integer sort) {
8584

8685
this.sort = sort;
@@ -106,7 +105,6 @@ public void setSort(Integer sort) {
106105
this.sort = sort;
107106
}
108107

109-
110108
public CategorySession name(String name) {
111109

112110
this.name = name;
@@ -132,7 +130,6 @@ public void setName(String name) {
132130
this.name = name;
133131
}
134132

135-
136133
public CategorySession categoryItems(List<CategoryItem> categoryItems) {
137134

138135
this.categoryItems = categoryItems;

sessionize-java-client/src/generated/java/software/xdev/sessionize/model/Link.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void setTitle(String title) {
7373
this.title = title;
7474
}
7575

76-
7776
public Link url(URI url) {
7877

7978
this.url = url;
@@ -99,7 +98,6 @@ public void setUrl(URI url) {
9998
this.url = url;
10099
}
101100

102-
103101
public Link linkType(String linkType) {
104102

105103
this.linkType = linkType;

0 commit comments

Comments
 (0)