2929
3030import pl .wtx .symfonia .api .client .model .ApiError ;
3131import pl .wtx .symfonia .api .client .model .InventoryState ;
32- import java .time .LocalDate ;
32+ import java .time .OffsetDateTime ;
3333
3434import java .lang .reflect .Type ;
3535import java .util .ArrayList ;
@@ -211,7 +211,7 @@ public okhttp3.Call getInventoryStatesAsync(final ApiCallback<List<InventoryStat
211211 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
212212 </table>
213213 */
214- public okhttp3 .Call getInventoryStatesByProductCall (String id , String code , final ApiCallback _callback ) throws ApiException {
214+ public okhttp3 .Call getInventoryStatesByProductCall (@ javax . annotation . Nullable String id , @ javax . annotation . Nullable String code , final ApiCallback _callback ) throws ApiException {
215215 String basePath = null ;
216216 // Operation Servers
217217 String [] localBasePaths = new String [] { };
@@ -264,7 +264,7 @@ public okhttp3.Call getInventoryStatesByProductCall(String id, String code, fina
264264 }
265265
266266 @ SuppressWarnings ("rawtypes" )
267- private okhttp3 .Call getInventoryStatesByProductValidateBeforeCall (String id , String code , final ApiCallback _callback ) throws ApiException {
267+ private okhttp3 .Call getInventoryStatesByProductValidateBeforeCall (@ javax . annotation . Nullable String id , @ javax . annotation . Nullable String code , final ApiCallback _callback ) throws ApiException {
268268 return getInventoryStatesByProductCall (id , code , _callback );
269269
270270 }
@@ -285,7 +285,7 @@ private okhttp3.Call getInventoryStatesByProductValidateBeforeCall(String id, St
285285 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
286286 </table>
287287 */
288- public List <InventoryState > getInventoryStatesByProduct (String id , String code ) throws ApiException {
288+ public List <InventoryState > getInventoryStatesByProduct (@ javax . annotation . Nullable String id , @ javax . annotation . Nullable String code ) throws ApiException {
289289 ApiResponse <List <InventoryState >> localVarResp = getInventoryStatesByProductWithHttpInfo (id , code );
290290 return localVarResp .getData ();
291291 }
@@ -306,7 +306,7 @@ public List<InventoryState> getInventoryStatesByProduct(String id, String code)
306306 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
307307 </table>
308308 */
309- public ApiResponse <List <InventoryState >> getInventoryStatesByProductWithHttpInfo (String id , String code ) throws ApiException {
309+ public ApiResponse <List <InventoryState >> getInventoryStatesByProductWithHttpInfo (@ javax . annotation . Nullable String id , @ javax . annotation . Nullable String code ) throws ApiException {
310310 okhttp3 .Call localVarCall = getInventoryStatesByProductValidateBeforeCall (id , code , null );
311311 Type localVarReturnType = new TypeToken <List <InventoryState >>(){}.getType ();
312312 return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -329,7 +329,7 @@ public ApiResponse<List<InventoryState>> getInventoryStatesByProductWithHttpInfo
329329 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
330330 </table>
331331 */
332- public okhttp3 .Call getInventoryStatesByProductAsync (String id , String code , final ApiCallback <List <InventoryState >> _callback ) throws ApiException {
332+ public okhttp3 .Call getInventoryStatesByProductAsync (@ javax . annotation . Nullable String id , @ javax . annotation . Nullable String code , final ApiCallback <List <InventoryState >> _callback ) throws ApiException {
333333
334334 okhttp3 .Call localVarCall = getInventoryStatesByProductValidateBeforeCall (id , code , _callback );
335335 Type localVarReturnType = new TypeToken <List <InventoryState >>(){}.getType ();
@@ -351,7 +351,7 @@ public okhttp3.Call getInventoryStatesByProductAsync(String id, String code, fin
351351 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
352352 </table>
353353 */
354- public okhttp3 .Call getInventoryStatesChangesCall (LocalDate date , final ApiCallback _callback ) throws ApiException {
354+ public okhttp3 .Call getInventoryStatesChangesCall (@ javax . annotation . Nullable OffsetDateTime date , final ApiCallback _callback ) throws ApiException {
355355 String basePath = null ;
356356 // Operation Servers
357357 String [] localBasePaths = new String [] { };
@@ -400,7 +400,7 @@ public okhttp3.Call getInventoryStatesChangesCall(LocalDate date, final ApiCallb
400400 }
401401
402402 @ SuppressWarnings ("rawtypes" )
403- private okhttp3 .Call getInventoryStatesChangesValidateBeforeCall (LocalDate date , final ApiCallback _callback ) throws ApiException {
403+ private okhttp3 .Call getInventoryStatesChangesValidateBeforeCall (@ javax . annotation . Nullable OffsetDateTime date , final ApiCallback _callback ) throws ApiException {
404404 return getInventoryStatesChangesCall (date , _callback );
405405
406406 }
@@ -420,7 +420,7 @@ private okhttp3.Call getInventoryStatesChangesValidateBeforeCall(LocalDate date,
420420 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
421421 </table>
422422 */
423- public List <InventoryState > getInventoryStatesChanges (LocalDate date ) throws ApiException {
423+ public List <InventoryState > getInventoryStatesChanges (@ javax . annotation . Nullable OffsetDateTime date ) throws ApiException {
424424 ApiResponse <List <InventoryState >> localVarResp = getInventoryStatesChangesWithHttpInfo (date );
425425 return localVarResp .getData ();
426426 }
@@ -440,7 +440,7 @@ public List<InventoryState> getInventoryStatesChanges(LocalDate date) throws Api
440440 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
441441 </table>
442442 */
443- public ApiResponse <List <InventoryState >> getInventoryStatesChangesWithHttpInfo (LocalDate date ) throws ApiException {
443+ public ApiResponse <List <InventoryState >> getInventoryStatesChangesWithHttpInfo (@ javax . annotation . Nullable OffsetDateTime date ) throws ApiException {
444444 okhttp3 .Call localVarCall = getInventoryStatesChangesValidateBeforeCall (date , null );
445445 Type localVarReturnType = new TypeToken <List <InventoryState >>(){}.getType ();
446446 return localVarApiClient .execute (localVarCall , localVarReturnType );
@@ -462,7 +462,7 @@ public ApiResponse<List<InventoryState>> getInventoryStatesChangesWithHttpInfo(L
462462 <tr><td> 401 </td><td> Unauthorized </td><td> - </td></tr>
463463 </table>
464464 */
465- public okhttp3 .Call getInventoryStatesChangesAsync (LocalDate date , final ApiCallback <List <InventoryState >> _callback ) throws ApiException {
465+ public okhttp3 .Call getInventoryStatesChangesAsync (@ javax . annotation . Nullable OffsetDateTime date , final ApiCallback <List <InventoryState >> _callback ) throws ApiException {
466466
467467 okhttp3 .Call localVarCall = getInventoryStatesChangesValidateBeforeCall (date , _callback );
468468 Type localVarReturnType = new TypeToken <List <InventoryState >>(){}.getType ();
0 commit comments