public class InstrumentIdentifierApi extends Object
| Constructor and Description |
|---|
InstrumentIdentifierApi() |
InstrumentIdentifierApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse2007 |
instrumentidentifiersPost(String profileId,
Body body)
Create an Instrument Identifier
|
com.squareup.okhttp.Call |
instrumentidentifiersPostAsync(String profileId,
Body body,
ApiCallback<InlineResponse2007> callback)
Create an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
instrumentidentifiersPostCall(String profileId,
Body body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for instrumentidentifiersPost
|
ApiResponse<InlineResponse2007> |
instrumentidentifiersPostWithHttpInfo(String profileId,
Body body)
Create an Instrument Identifier
|
void |
instrumentidentifiersTokenIdDelete(String profileId,
String tokenId)
Delete an Instrument Identifier
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdDeleteAsync(String profileId,
String tokenId,
ApiCallback<Void> callback)
Delete an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdDeleteCall(String profileId,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for instrumentidentifiersTokenIdDelete
|
ApiResponse<Void> |
instrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId,
String tokenId)
Delete an Instrument Identifier
|
InlineResponse2007 |
instrumentidentifiersTokenIdGet(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<InlineResponse2007> callback)
Retrieve an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdGetCall(String profileId,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for instrumentidentifiersTokenIdGet
|
ApiResponse<InlineResponse2007> |
instrumentidentifiersTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
InlineResponse2007 |
instrumentidentifiersTokenIdPatch(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdPatchAsync(String profileId,
String tokenId,
Body1 body,
ApiCallback<InlineResponse2007> callback)
Update a Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdPatchCall(String profileId,
String tokenId,
Body1 body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for instrumentidentifiersTokenIdPatch
|
ApiResponse<InlineResponse2007> |
instrumentidentifiersTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
InlineResponse2008 |
instrumentidentifiersTokenIdPaymentinstrumentsGet(String profileId,
String tokenId,
String offset,
String limit)
Retrieve all Payment Instruments associated with an Instrument Identifier
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdPaymentinstrumentsGetAsync(String profileId,
String tokenId,
String offset,
String limit,
ApiCallback<InlineResponse2008> callback)
Retrieve all Payment Instruments associated with an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
instrumentidentifiersTokenIdPaymentinstrumentsGetCall(String profileId,
String tokenId,
String offset,
String limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for instrumentidentifiersTokenIdPaymentinstrumentsGet
|
ApiResponse<InlineResponse2008> |
instrumentidentifiersTokenIdPaymentinstrumentsGetWithHttpInfo(String profileId,
String tokenId,
String offset,
String limit)
Retrieve all Payment Instruments associated with an Instrument Identifier
|
void |
setApiClient(ApiClient apiClient) |
public InstrumentIdentifierApi()
public InstrumentIdentifierApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call instrumentidentifiersPostCall(String profileId, Body body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)body - Please specify either a Card or Bank Account. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2007 instrumentidentifiersPost(String profileId, Body body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)body - Please specify either a Card or Bank Account. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2007> instrumentidentifiersPostWithHttpInfo(String profileId, Body body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)body - Please specify either a Card or Bank Account. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call instrumentidentifiersPostAsync(String profileId, Body body, ApiCallback<InlineResponse2007> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)body - Please specify either a Card or Bank Account. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call instrumentidentifiersTokenIdDeleteCall(String profileId, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void instrumentidentifiersTokenIdDelete(String profileId, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> instrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call instrumentidentifiersTokenIdDeleteAsync(String profileId, String tokenId, ApiCallback<Void> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call instrumentidentifiersTokenIdGetCall(String profileId, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2007 instrumentidentifiersTokenIdGet(String profileId, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2007> instrumentidentifiersTokenIdGetWithHttpInfo(String profileId, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call instrumentidentifiersTokenIdGetAsync(String profileId, String tokenId, ApiCallback<InlineResponse2007> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call instrumentidentifiersTokenIdPatchCall(String profileId, String tokenId, Body1 body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier (required)body - Please specify the previous transaction Id to update. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2007 instrumentidentifiersTokenIdPatch(String profileId, String tokenId, Body1 body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier (required)body - Please specify the previous transaction Id to update. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2007> instrumentidentifiersTokenIdPatchWithHttpInfo(String profileId, String tokenId, Body1 body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier (required)body - Please specify the previous transaction Id to update. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call instrumentidentifiersTokenIdPatchAsync(String profileId, String tokenId, Body1 body, ApiCallback<InlineResponse2007> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier (required)body - Please specify the previous transaction Id to update. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call instrumentidentifiersTokenIdPaymentinstrumentsGetCall(String profileId, String tokenId, String offset, String limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)offset - Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)limit - The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2008 instrumentidentifiersTokenIdPaymentinstrumentsGet(String profileId, String tokenId, String offset, String limit) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)offset - Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)limit - The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2008> instrumentidentifiersTokenIdPaymentinstrumentsGetWithHttpInfo(String profileId, String tokenId, String offset, String limit) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)offset - Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)limit - The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call instrumentidentifiersTokenIdPaymentinstrumentsGetAsync(String profileId, String tokenId, String offset, String limit, ApiCallback<InlineResponse2008> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)tokenId - The TokenId of an Instrument Identifier. (required)offset - Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional)limit - The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2018. All rights reserved.