|
25 | 25 | import com.segment.publicapi.models.ListAudienceConsumersSearchInput;
|
26 | 26 | import com.segment.publicapi.models.ListAudienceConsumersSortInput;
|
27 | 27 | import com.segment.publicapi.models.ListAudiences200Response;
|
| 28 | +import com.segment.publicapi.models.ListAudiencesPaginationInput; |
28 | 29 | import com.segment.publicapi.models.PaginationInput;
|
29 | 30 | import com.segment.publicapi.models.RemoveAudienceFromSpace200Response;
|
30 | 31 | import com.segment.publicapi.models.UpdateAudienceForSpace200Response;
|
@@ -759,7 +760,7 @@ public okhttp3.Call listAudienceConsumersFromSpaceAndAudienceAsync(
|
759 | 760 | * </table>
|
760 | 761 | */
|
761 | 762 | public okhttp3.Call listAudiencesCall(
|
762 |
| - String spaceId, PaginationInput pagination, final ApiCallback _callback) |
| 763 | + String spaceId, ListAudiencesPaginationInput pagination, final ApiCallback _callback) |
763 | 764 | throws ApiException {
|
764 | 765 | String basePath = null;
|
765 | 766 | // Operation Servers
|
@@ -827,7 +828,7 @@ public okhttp3.Call listAudiencesCall(
|
827 | 828 |
|
828 | 829 | @SuppressWarnings("rawtypes")
|
829 | 830 | private okhttp3.Call listAudiencesValidateBeforeCall(
|
830 |
| - String spaceId, PaginationInput pagination, final ApiCallback _callback) |
| 831 | + String spaceId, ListAudiencesPaginationInput pagination, final ApiCallback _callback) |
831 | 832 | throws ApiException {
|
832 | 833 | // verify the required parameter 'spaceId' is set
|
833 | 834 | if (spaceId == null) {
|
@@ -864,8 +865,8 @@ private okhttp3.Call listAudiencesValidateBeforeCall(
|
864 | 865 | * <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
|
865 | 866 | * </table>
|
866 | 867 | */
|
867 |
| - public ListAudiences200Response listAudiences(String spaceId, PaginationInput pagination) |
868 |
| - throws ApiException { |
| 868 | + public ListAudiences200Response listAudiences( |
| 869 | + String spaceId, ListAudiencesPaginationInput pagination) throws ApiException { |
869 | 870 | ApiResponse<ListAudiences200Response> localVarResp =
|
870 | 871 | listAudiencesWithHttpInfo(spaceId, pagination);
|
871 | 872 | return localVarResp.getData();
|
@@ -898,7 +899,7 @@ public ListAudiences200Response listAudiences(String spaceId, PaginationInput pa
|
898 | 899 | * </table>
|
899 | 900 | */
|
900 | 901 | public ApiResponse<ListAudiences200Response> listAudiencesWithHttpInfo(
|
901 |
| - String spaceId, PaginationInput pagination) throws ApiException { |
| 902 | + String spaceId, ListAudiencesPaginationInput pagination) throws ApiException { |
902 | 903 | okhttp3.Call localVarCall = listAudiencesValidateBeforeCall(spaceId, pagination, null);
|
903 | 904 | Type localVarReturnType = new TypeToken<ListAudiences200Response>() {}.getType();
|
904 | 905 | return localVarApiClient.execute(localVarCall, localVarReturnType);
|
@@ -933,7 +934,7 @@ public ApiResponse<ListAudiences200Response> listAudiencesWithHttpInfo(
|
933 | 934 | */
|
934 | 935 | public okhttp3.Call listAudiencesAsync(
|
935 | 936 | String spaceId,
|
936 |
| - PaginationInput pagination, |
| 937 | + ListAudiencesPaginationInput pagination, |
937 | 938 | final ApiCallback<ListAudiences200Response> _callback)
|
938 | 939 | throws ApiException {
|
939 | 940 |
|
|
0 commit comments