21
21
import mikufan .cx .vocadbapiclient .model .EntryType ;
22
22
import java .time .LocalDateTime ;
23
23
import mikufan .cx .vocadbapiclient .model .LogicalGrouping ;
24
- import mikufan .cx .vocadbapiclient .model .MediaType ;
25
24
import mikufan .cx .vocadbapiclient .model .NameMatchMode ;
26
25
import mikufan .cx .vocadbapiclient .model .PVServices ;
27
26
import mikufan .cx .vocadbapiclient .model .PurchaseStatus ;
@@ -147,7 +146,7 @@ public ResponseEntity<AlbumForUserForApiContract> apiUsersCurrentAlbumCollection
147
146
* @return String
148
147
* @throws RestClientException if an error occurs while attempting to invoke the API
149
148
*/
150
- public String apiUsersCurrentAlbumsAlbumIdPost (Integer albumId , PurchaseStatus collectionStatus , MediaType mediaType , Integer rating ) throws RestClientException {
149
+ public String apiUsersCurrentAlbumsAlbumIdPost (Integer albumId , PurchaseStatus collectionStatus , mikufan . cx . vocadbapiclient . model . MediaType mediaType , Integer rating ) throws RestClientException {
151
150
return apiUsersCurrentAlbumsAlbumIdPostWithHttpInfo (albumId , collectionStatus , mediaType , rating ).getBody ();
152
151
}
153
152
@@ -162,7 +161,7 @@ public String apiUsersCurrentAlbumsAlbumIdPost(Integer albumId, PurchaseStatus c
162
161
* @return ResponseEntity<String>
163
162
* @throws RestClientException if an error occurs while attempting to invoke the API
164
163
*/
165
- public ResponseEntity <String > apiUsersCurrentAlbumsAlbumIdPostWithHttpInfo (Integer albumId , PurchaseStatus collectionStatus , MediaType mediaType , Integer rating ) throws RestClientException {
164
+ public ResponseEntity <String > apiUsersCurrentAlbumsAlbumIdPostWithHttpInfo (Integer albumId , PurchaseStatus collectionStatus , mikufan . cx . vocadbapiclient . model . MediaType mediaType , Integer rating ) throws RestClientException {
166
165
Object localVarPostBody = null ;
167
166
168
167
// verify the required parameter 'albumId' is set
@@ -680,7 +679,7 @@ public ResponseEntity<AlbumForUserForApiContract> apiUsersIdAlbumCollectionStatu
680
679
* @return AlbumForUserForApiContractPartialFindResult
681
680
* @throws RestClientException if an error occurs while attempting to invoke the API
682
681
*/
683
- public AlbumForUserForApiContractPartialFindResult apiUsersIdAlbumsGet (Integer id , String query , Integer tagId , String tag , Integer artistId , PurchaseStatuses purchaseStatuses , Integer releaseEventId , DiscType albumTypes , List <AdvancedSearchFilterParams > advancedFilters , Integer start , Integer maxResults , Boolean getTotalCount , AlbumSortRule sort , NameMatchMode nameMatchMode , AlbumOptionalFields fields , ContentLanguagePreference lang , MediaType mediaType ) throws RestClientException {
682
+ public AlbumForUserForApiContractPartialFindResult apiUsersIdAlbumsGet (Integer id , String query , Integer tagId , String tag , Integer artistId , PurchaseStatuses purchaseStatuses , Integer releaseEventId , DiscType albumTypes , List <AdvancedSearchFilterParams > advancedFilters , Integer start , Integer maxResults , Boolean getTotalCount , AlbumSortRule sort , NameMatchMode nameMatchMode , AlbumOptionalFields fields , ContentLanguagePreference lang , mikufan . cx . vocadbapiclient . model . MediaType mediaType ) throws RestClientException {
684
683
return apiUsersIdAlbumsGetWithHttpInfo (id , query , tagId , tag , artistId , purchaseStatuses , releaseEventId , albumTypes , advancedFilters , start , maxResults , getTotalCount , sort , nameMatchMode , fields , lang , mediaType ).getBody ();
685
684
}
686
685
@@ -708,7 +707,7 @@ public AlbumForUserForApiContractPartialFindResult apiUsersIdAlbumsGet(Integer i
708
707
* @return ResponseEntity<AlbumForUserForApiContractPartialFindResult>
709
708
* @throws RestClientException if an error occurs while attempting to invoke the API
710
709
*/
711
- public ResponseEntity <AlbumForUserForApiContractPartialFindResult > apiUsersIdAlbumsGetWithHttpInfo (Integer id , String query , Integer tagId , String tag , Integer artistId , PurchaseStatuses purchaseStatuses , Integer releaseEventId , DiscType albumTypes , List <AdvancedSearchFilterParams > advancedFilters , Integer start , Integer maxResults , Boolean getTotalCount , AlbumSortRule sort , NameMatchMode nameMatchMode , AlbumOptionalFields fields , ContentLanguagePreference lang , MediaType mediaType ) throws RestClientException {
710
+ public ResponseEntity <AlbumForUserForApiContractPartialFindResult > apiUsersIdAlbumsGetWithHttpInfo (Integer id , String query , Integer tagId , String tag , Integer artistId , PurchaseStatuses purchaseStatuses , Integer releaseEventId , DiscType albumTypes , List <AdvancedSearchFilterParams > advancedFilters , Integer start , Integer maxResults , Boolean getTotalCount , AlbumSortRule sort , NameMatchMode nameMatchMode , AlbumOptionalFields fields , ContentLanguagePreference lang , mikufan . cx . vocadbapiclient . model . MediaType mediaType ) throws RestClientException {
712
711
Object localVarPostBody = null ;
713
712
714
713
// verify the required parameter 'id' is set
0 commit comments