public class InstrumentIdentifiersApi extends Object
| Constructor and Description |
|---|
InstrumentIdentifiersApi() |
InstrumentIdentifiersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
TmsV1InstrumentidentifiersPost200Response |
tmsV1InstrumentidentifiersPost(String profileId,
Body body)
Create an Instrument Identifier
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersPostAsync(String profileId,
Body body,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Create an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
tmsV1InstrumentidentifiersPostCall(String profileId,
Body body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tmsV1InstrumentidentifiersPost
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
tmsV1InstrumentidentifiersPostWithHttpInfo(String profileId,
Body body)
Create an Instrument Identifier
|
public InstrumentIdentifiersApi()
public InstrumentIdentifiersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call tmsV1InstrumentidentifiersPostCall(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. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TmsV1InstrumentidentifiersPost200Response tmsV1InstrumentidentifiersPost(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. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TmsV1InstrumentidentifiersPost200Response> tmsV1InstrumentidentifiersPostWithHttpInfo(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. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tmsV1InstrumentidentifiersPostAsync(String profileId, Body body, ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback) throws ApiException
profileId - The id of a profile containing user specific TMS configuration. (required)body - Please specify either a Card or Bank Account. (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.