public class InstrumentIdentifierApi extends Object
| Constructor and Description |
|---|
InstrumentIdentifierApi() |
InstrumentIdentifierApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
tmsV1InstrumentidentifiersTokenIdDelete(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId)
Delete an Instrument Identifier
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdDeleteAsync(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
ApiCallback<Void> callback)
Delete an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdDeleteCall(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tmsV1InstrumentidentifiersTokenIdDelete
|
ApiResponse<Void> |
tmsV1InstrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId)
Delete an Instrument Identifier
|
TmsV1InstrumentidentifiersPost200Response |
tmsV1InstrumentidentifiersTokenIdGet(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId)
Retrieve an Instrument Identifier
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdGetAsync(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Retrieve an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdGetCall(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tmsV1InstrumentidentifiersTokenIdGet
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
tmsV1InstrumentidentifiersTokenIdGetWithHttpInfo(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId)
Retrieve an Instrument Identifier
|
TmsV1InstrumentidentifiersPost200Response |
tmsV1InstrumentidentifiersTokenIdPatch(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdPatchAsync(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
Body1 body,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Update a Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersTokenIdPatchCall(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
Body1 body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tmsV1InstrumentidentifiersTokenIdPatch
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
tmsV1InstrumentidentifiersTokenIdPatchWithHttpInfo(String profileId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
public InstrumentIdentifierApi()
public InstrumentIdentifierApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call tmsV1InstrumentidentifiersTokenIdDeleteCall(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)tokenId - The TokenId of an Instrument Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void tmsV1InstrumentidentifiersTokenIdDelete(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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> tmsV1InstrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 tmsV1InstrumentidentifiersTokenIdDeleteAsync(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, ApiCallback<Void> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 tmsV1InstrumentidentifiersTokenIdGetCall(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)tokenId - The TokenId of an Instrument Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TmsV1InstrumentidentifiersPost200Response tmsV1InstrumentidentifiersTokenIdGet(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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<TmsV1InstrumentidentifiersPost200Response> tmsV1InstrumentidentifiersTokenIdGetWithHttpInfo(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 tmsV1InstrumentidentifiersTokenIdGetAsync(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 tmsV1InstrumentidentifiersTokenIdPatchCall(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, Body1 body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 TmsV1InstrumentidentifiersPost200Response tmsV1InstrumentidentifiersTokenIdPatch(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, Body1 body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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<TmsV1InstrumentidentifiersPost200Response> tmsV1InstrumentidentifiersTokenIdPatchWithHttpInfo(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, Body1 body) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 tmsV1InstrumentidentifiersTokenIdPatchAsync(String profileId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, String tokenId, Body1 body, ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)merchantConfig - (merchant details)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 objectCopyright © 2018. All rights reserved.