Package api
Class PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest
- java.lang.Object
-
- api.PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest
-
- Enclosing class:
- PaymentInstrumentsApi
public class PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.CallbuildCall(ApiCallback _callback)Build call for listPaymentInstrumentUpdatesPaymentInstrumentUpdatesListexecute()Execute listPaymentInstrumentUpdates requestokhttp3.CallexecuteAsync(ApiCallback<PaymentInstrumentUpdatesList> _callback)Execute listPaymentInstrumentUpdates request (asynchronously)ApiResponse<PaymentInstrumentUpdatesList>executeWithHttpInfo()Execute listPaymentInstrumentUpdates request with HTTP info returnedPaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequestlimit(Long limit)Set limitPaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequestoffset(Long offset)Set offsetPaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequestpageSize(Long pageSize)Set pageSize
-
-
-
Method Detail
-
limit
public PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest limit(Long limit)
Set limit- Parameters:
limit- The number of entries to return. (optional)- Returns:
- APIlistPaymentInstrumentUpdatesRequest
-
offset
public PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest offset(Long offset)
Set offset- Parameters:
offset- The number of items to skip before starting to collect the result set. (optional)- Returns:
- APIlistPaymentInstrumentUpdatesRequest
-
pageSize
public PaymentInstrumentsApi.APIlistPaymentInstrumentUpdatesRequest pageSize(Long pageSize)
Set pageSize- Parameters:
pageSize- The size of the page. (optional)- Returns:
- APIlistPaymentInstrumentUpdatesRequest
-
buildCall
public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
Build call for listPaymentInstrumentUpdates- Parameters:
_callback- ApiCallback API callback- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 List of Update objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
execute
public PaymentInstrumentUpdatesList execute() throws ApiException
Execute listPaymentInstrumentUpdates request- Returns:
- PaymentInstrumentUpdatesList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 List of Update objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
executeWithHttpInfo
public ApiResponse<PaymentInstrumentUpdatesList> executeWithHttpInfo() throws ApiException
Execute listPaymentInstrumentUpdates request with HTTP info returned- Returns:
- ApiResponse<PaymentInstrumentUpdatesList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 List of Update objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
executeAsync
public okhttp3.Call executeAsync(ApiCallback<PaymentInstrumentUpdatesList> _callback) throws ApiException
Execute listPaymentInstrumentUpdates request (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 List of Update objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
404 Object does not exist * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
-