|
11 | 11 | * https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## |
12 | 12 | * Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key |
13 | 13 | * |
14 | | - * The version of the OpenAPI document: 1.17.0 Contact: support@formkiq.com |
| 14 | + * The version of the OpenAPI document: 1.18.0 Contact: support@formkiq.com |
15 | 15 | * |
16 | 16 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
17 | 17 | * https://openapi-generator.tech Do not edit the class manually. |
@@ -110,8 +110,8 @@ public void setCustomBaseUrl(String customBaseUrl) { |
110 | 110 | * </tr> |
111 | 111 | * </table> |
112 | 112 | */ |
113 | | - public okhttp3.Call deleteOpaAccessPolicyItemsCall(String siteId, final ApiCallback _callback) |
114 | | - throws ApiException { |
| 113 | + public okhttp3.Call deleteOpaAccessPolicyItemsCall(@javax.annotation.Nonnull String siteId, |
| 114 | + final ApiCallback _callback) throws ApiException { |
115 | 115 | String basePath = null; |
116 | 116 | // Operation Servers |
117 | 117 | String[] localBasePaths = new String[] {}; |
@@ -157,8 +157,8 @@ public okhttp3.Call deleteOpaAccessPolicyItemsCall(String siteId, final ApiCallb |
157 | 157 | } |
158 | 158 |
|
159 | 159 | @SuppressWarnings("rawtypes") |
160 | | - private okhttp3.Call deleteOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
161 | | - final ApiCallback _callback) throws ApiException { |
| 160 | + private okhttp3.Call deleteOpaAccessPolicyItemsValidateBeforeCall( |
| 161 | + @javax.annotation.Nonnull String siteId, final ApiCallback _callback) throws ApiException { |
162 | 162 | // verify the required parameter 'siteId' is set |
163 | 163 | if (siteId == null) { |
164 | 164 | throw new ApiException( |
@@ -194,7 +194,8 @@ private okhttp3.Call deleteOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
194 | 194 | * </tr> |
195 | 195 | * </table> |
196 | 196 | */ |
197 | | - public DeleteResponse deleteOpaAccessPolicyItems(String siteId) throws ApiException { |
| 197 | + public DeleteResponse deleteOpaAccessPolicyItems(@javax.annotation.Nonnull String siteId) |
| 198 | + throws ApiException { |
198 | 199 | ApiResponse<DeleteResponse> localVarResp = deleteOpaAccessPolicyItemsWithHttpInfo(siteId); |
199 | 200 | return localVarResp.getData(); |
200 | 201 | } |
@@ -224,8 +225,8 @@ public DeleteResponse deleteOpaAccessPolicyItems(String siteId) throws ApiExcept |
224 | 225 | * </tr> |
225 | 226 | * </table> |
226 | 227 | */ |
227 | | - public ApiResponse<DeleteResponse> deleteOpaAccessPolicyItemsWithHttpInfo(String siteId) |
228 | | - throws ApiException { |
| 228 | + public ApiResponse<DeleteResponse> deleteOpaAccessPolicyItemsWithHttpInfo( |
| 229 | + @javax.annotation.Nonnull String siteId) throws ApiException { |
229 | 230 | okhttp3.Call localVarCall = deleteOpaAccessPolicyItemsValidateBeforeCall(siteId, null); |
230 | 231 | Type localVarReturnType = new TypeToken<DeleteResponse>() {}.getType(); |
231 | 232 | return localVarApiClient.execute(localVarCall, localVarReturnType); |
@@ -256,7 +257,7 @@ public ApiResponse<DeleteResponse> deleteOpaAccessPolicyItemsWithHttpInfo(String |
256 | 257 | * </tr> |
257 | 258 | * </table> |
258 | 259 | */ |
259 | | - public okhttp3.Call deleteOpaAccessPolicyItemsAsync(String siteId, |
| 260 | + public okhttp3.Call deleteOpaAccessPolicyItemsAsync(@javax.annotation.Nonnull String siteId, |
260 | 261 | final ApiCallback<DeleteResponse> _callback) throws ApiException { |
261 | 262 |
|
262 | 263 | okhttp3.Call localVarCall = deleteOpaAccessPolicyItemsValidateBeforeCall(siteId, _callback); |
@@ -461,8 +462,8 @@ public okhttp3.Call getOpaAccessPoliciesAsync( |
461 | 462 | * </tr> |
462 | 463 | * </table> |
463 | 464 | */ |
464 | | - public okhttp3.Call getOpaAccessPolicyCall(String siteId, final ApiCallback _callback) |
465 | | - throws ApiException { |
| 465 | + public okhttp3.Call getOpaAccessPolicyCall(@javax.annotation.Nonnull String siteId, |
| 466 | + final ApiCallback _callback) throws ApiException { |
466 | 467 | String basePath = null; |
467 | 468 | // Operation Servers |
468 | 469 | String[] localBasePaths = new String[] {}; |
@@ -508,7 +509,7 @@ public okhttp3.Call getOpaAccessPolicyCall(String siteId, final ApiCallback _cal |
508 | 509 | } |
509 | 510 |
|
510 | 511 | @SuppressWarnings("rawtypes") |
511 | | - private okhttp3.Call getOpaAccessPolicyValidateBeforeCall(String siteId, |
| 512 | + private okhttp3.Call getOpaAccessPolicyValidateBeforeCall(@javax.annotation.Nonnull String siteId, |
512 | 513 | final ApiCallback _callback) throws ApiException { |
513 | 514 | // verify the required parameter 'siteId' is set |
514 | 515 | if (siteId == null) { |
@@ -545,7 +546,8 @@ private okhttp3.Call getOpaAccessPolicyValidateBeforeCall(String siteId, |
545 | 546 | * </tr> |
546 | 547 | * </table> |
547 | 548 | */ |
548 | | - public GetOpaAccessPolicyResponse getOpaAccessPolicy(String siteId) throws ApiException { |
| 549 | + public GetOpaAccessPolicyResponse getOpaAccessPolicy(@javax.annotation.Nonnull String siteId) |
| 550 | + throws ApiException { |
549 | 551 | ApiResponse<GetOpaAccessPolicyResponse> localVarResp = getOpaAccessPolicyWithHttpInfo(siteId); |
550 | 552 | return localVarResp.getData(); |
551 | 553 | } |
@@ -575,8 +577,8 @@ public GetOpaAccessPolicyResponse getOpaAccessPolicy(String siteId) throws ApiEx |
575 | 577 | * </tr> |
576 | 578 | * </table> |
577 | 579 | */ |
578 | | - public ApiResponse<GetOpaAccessPolicyResponse> getOpaAccessPolicyWithHttpInfo(String siteId) |
579 | | - throws ApiException { |
| 580 | + public ApiResponse<GetOpaAccessPolicyResponse> getOpaAccessPolicyWithHttpInfo( |
| 581 | + @javax.annotation.Nonnull String siteId) throws ApiException { |
580 | 582 | okhttp3.Call localVarCall = getOpaAccessPolicyValidateBeforeCall(siteId, null); |
581 | 583 | Type localVarReturnType = new TypeToken<GetOpaAccessPolicyResponse>() {}.getType(); |
582 | 584 | return localVarApiClient.execute(localVarCall, localVarReturnType); |
@@ -608,7 +610,7 @@ public ApiResponse<GetOpaAccessPolicyResponse> getOpaAccessPolicyWithHttpInfo(St |
608 | 610 | * </tr> |
609 | 611 | * </table> |
610 | 612 | */ |
611 | | - public okhttp3.Call getOpaAccessPolicyAsync(String siteId, |
| 613 | + public okhttp3.Call getOpaAccessPolicyAsync(@javax.annotation.Nonnull String siteId, |
612 | 614 | final ApiCallback<GetOpaAccessPolicyResponse> _callback) throws ApiException { |
613 | 615 |
|
614 | 616 | okhttp3.Call localVarCall = getOpaAccessPolicyValidateBeforeCall(siteId, _callback); |
@@ -642,8 +644,8 @@ public okhttp3.Call getOpaAccessPolicyAsync(String siteId, |
642 | 644 | * </tr> |
643 | 645 | * </table> |
644 | 646 | */ |
645 | | - public okhttp3.Call getOpaAccessPolicyItemsCall(String siteId, final ApiCallback _callback) |
646 | | - throws ApiException { |
| 647 | + public okhttp3.Call getOpaAccessPolicyItemsCall(@javax.annotation.Nonnull String siteId, |
| 648 | + final ApiCallback _callback) throws ApiException { |
647 | 649 | String basePath = null; |
648 | 650 | // Operation Servers |
649 | 651 | String[] localBasePaths = new String[] {}; |
@@ -689,8 +691,8 @@ public okhttp3.Call getOpaAccessPolicyItemsCall(String siteId, final ApiCallback |
689 | 691 | } |
690 | 692 |
|
691 | 693 | @SuppressWarnings("rawtypes") |
692 | | - private okhttp3.Call getOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
693 | | - final ApiCallback _callback) throws ApiException { |
| 694 | + private okhttp3.Call getOpaAccessPolicyItemsValidateBeforeCall( |
| 695 | + @javax.annotation.Nonnull String siteId, final ApiCallback _callback) throws ApiException { |
694 | 696 | // verify the required parameter 'siteId' is set |
695 | 697 | if (siteId == null) { |
696 | 698 | throw new ApiException( |
@@ -727,8 +729,8 @@ private okhttp3.Call getOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
727 | 729 | * </tr> |
728 | 730 | * </table> |
729 | 731 | */ |
730 | | - public GetOpaAccessPolicyItemsResponse getOpaAccessPolicyItems(String siteId) |
731 | | - throws ApiException { |
| 732 | + public GetOpaAccessPolicyItemsResponse getOpaAccessPolicyItems( |
| 733 | + @javax.annotation.Nonnull String siteId) throws ApiException { |
732 | 734 | ApiResponse<GetOpaAccessPolicyItemsResponse> localVarResp = |
733 | 735 | getOpaAccessPolicyItemsWithHttpInfo(siteId); |
734 | 736 | return localVarResp.getData(); |
@@ -761,7 +763,7 @@ public GetOpaAccessPolicyItemsResponse getOpaAccessPolicyItems(String siteId) |
761 | 763 | * </table> |
762 | 764 | */ |
763 | 765 | public ApiResponse<GetOpaAccessPolicyItemsResponse> getOpaAccessPolicyItemsWithHttpInfo( |
764 | | - String siteId) throws ApiException { |
| 766 | + @javax.annotation.Nonnull String siteId) throws ApiException { |
765 | 767 | okhttp3.Call localVarCall = getOpaAccessPolicyItemsValidateBeforeCall(siteId, null); |
766 | 768 | Type localVarReturnType = new TypeToken<GetOpaAccessPolicyItemsResponse>() {}.getType(); |
767 | 769 | return localVarApiClient.execute(localVarCall, localVarReturnType); |
@@ -793,7 +795,7 @@ public ApiResponse<GetOpaAccessPolicyItemsResponse> getOpaAccessPolicyItemsWithH |
793 | 795 | * </tr> |
794 | 796 | * </table> |
795 | 797 | */ |
796 | | - public okhttp3.Call getOpaAccessPolicyItemsAsync(String siteId, |
| 798 | + public okhttp3.Call getOpaAccessPolicyItemsAsync(@javax.annotation.Nonnull String siteId, |
797 | 799 | final ApiCallback<GetOpaAccessPolicyItemsResponse> _callback) throws ApiException { |
798 | 800 |
|
799 | 801 | okhttp3.Call localVarCall = getOpaAccessPolicyItemsValidateBeforeCall(siteId, _callback); |
@@ -833,9 +835,9 @@ public okhttp3.Call getOpaAccessPolicyItemsAsync(String siteId, |
833 | 835 | * </tr> |
834 | 836 | * </table> |
835 | 837 | */ |
836 | | - public okhttp3.Call setOpaAccessPolicyItemsCall(String siteId, |
837 | | - SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, final ApiCallback _callback) |
838 | | - throws ApiException { |
| 838 | + public okhttp3.Call setOpaAccessPolicyItemsCall(@javax.annotation.Nonnull String siteId, |
| 839 | + @javax.annotation.Nonnull SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, |
| 840 | + final ApiCallback _callback) throws ApiException { |
839 | 841 | String basePath = null; |
840 | 842 | // Operation Servers |
841 | 843 | String[] localBasePaths = new String[] {}; |
@@ -881,9 +883,10 @@ public okhttp3.Call setOpaAccessPolicyItemsCall(String siteId, |
881 | 883 | } |
882 | 884 |
|
883 | 885 | @SuppressWarnings("rawtypes") |
884 | | - private okhttp3.Call setOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
885 | | - SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, final ApiCallback _callback) |
886 | | - throws ApiException { |
| 886 | + private okhttp3.Call setOpaAccessPolicyItemsValidateBeforeCall( |
| 887 | + @javax.annotation.Nonnull String siteId, |
| 888 | + @javax.annotation.Nonnull SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, |
| 889 | + final ApiCallback _callback) throws ApiException { |
887 | 890 | // verify the required parameter 'siteId' is set |
888 | 891 | if (siteId == null) { |
889 | 892 | throw new ApiException( |
@@ -932,8 +935,9 @@ private okhttp3.Call setOpaAccessPolicyItemsValidateBeforeCall(String siteId, |
932 | 935 | * </tr> |
933 | 936 | * </table> |
934 | 937 | */ |
935 | | - public SetResponse setOpaAccessPolicyItems(String siteId, |
936 | | - SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest) throws ApiException { |
| 938 | + public SetResponse setOpaAccessPolicyItems(@javax.annotation.Nonnull String siteId, |
| 939 | + @javax.annotation.Nonnull SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest) |
| 940 | + throws ApiException { |
937 | 941 | ApiResponse<SetResponse> localVarResp = |
938 | 942 | setOpaAccessPolicyItemsWithHttpInfo(siteId, setOpaAccessPolicyItemsRequest); |
939 | 943 | return localVarResp.getData(); |
@@ -971,8 +975,10 @@ public SetResponse setOpaAccessPolicyItems(String siteId, |
971 | 975 | * </tr> |
972 | 976 | * </table> |
973 | 977 | */ |
974 | | - public ApiResponse<SetResponse> setOpaAccessPolicyItemsWithHttpInfo(String siteId, |
975 | | - SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest) throws ApiException { |
| 978 | + public ApiResponse<SetResponse> setOpaAccessPolicyItemsWithHttpInfo( |
| 979 | + @javax.annotation.Nonnull String siteId, |
| 980 | + @javax.annotation.Nonnull SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest) |
| 981 | + throws ApiException { |
976 | 982 | okhttp3.Call localVarCall = |
977 | 983 | setOpaAccessPolicyItemsValidateBeforeCall(siteId, setOpaAccessPolicyItemsRequest, null); |
978 | 984 | Type localVarReturnType = new TypeToken<SetResponse>() {}.getType(); |
@@ -1011,8 +1017,8 @@ public ApiResponse<SetResponse> setOpaAccessPolicyItemsWithHttpInfo(String siteI |
1011 | 1017 | * </tr> |
1012 | 1018 | * </table> |
1013 | 1019 | */ |
1014 | | - public okhttp3.Call setOpaAccessPolicyItemsAsync(String siteId, |
1015 | | - SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, |
| 1020 | + public okhttp3.Call setOpaAccessPolicyItemsAsync(@javax.annotation.Nonnull String siteId, |
| 1021 | + @javax.annotation.Nonnull SetOpaAccessPolicyItemsRequest setOpaAccessPolicyItemsRequest, |
1016 | 1022 | final ApiCallback<SetResponse> _callback) throws ApiException { |
1017 | 1023 |
|
1018 | 1024 | okhttp3.Call localVarCall = setOpaAccessPolicyItemsValidateBeforeCall(siteId, |
|
0 commit comments