Class AssetsBankApi
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.api.AssetsBankApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-05T19:08:31.667226Z[Etc/UTC]") public class AssetsBankApi extends Object
-
-
Constructor Summary
Constructors Constructor Description AssetsBankApi()AssetsBankApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()reactor.core.publisher.Mono<AssetListBankModel>listAssets(BigInteger page, BigInteger perPage)Get assets list Retrieves a listing of assets.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AssetListBankModel>>listAssetsWithHttpInfo(BigInteger page, BigInteger perPage)voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
AssetsBankApi
public AssetsBankApi()
-
AssetsBankApi
@Autowired public AssetsBankApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
listAssets
public reactor.core.publisher.Mono<AssetListBankModel> listAssets(BigInteger page, BigInteger perPage) throws org.springframework.web.reactive.function.client.WebClientResponseException
Get assets list Retrieves a listing of assets.200 - get list of assets
- Parameters:
page- The page index to retrieve.perPage- The number of entities per page to return.- Returns:
- AssetListBankModel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
listAssetsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AssetListBankModel>> listAssetsWithHttpInfo(BigInteger page, BigInteger perPage) throws org.springframework.web.reactive.function.client.WebClientResponseException
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
-