| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
TmsV2CustomersResponse |
CustomerApi.getCustomer(String customerTokenId,
String profileId)
Retrieve a Customer
|
TmsV2CustomersResponse |
CustomerApi.patchCustomer(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch)
Update a Customer
|
TmsV2CustomersResponse |
CustomerApi.postCustomer(PostCustomerRequest postCustomerRequest,
String profileId)
Create a Customer
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TmsV2CustomersResponse> |
CustomerApi.getCustomerWithHttpInfo(String customerTokenId,
String profileId)
Retrieve a Customer
|
ApiResponse<TmsV2CustomersResponse> |
CustomerApi.patchCustomerWithHttpInfo(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch)
Update a Customer
|
ApiResponse<TmsV2CustomersResponse> |
CustomerApi.postCustomerWithHttpInfo(PostCustomerRequest postCustomerRequest,
String profileId)
Create a Customer
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomerApi.getCustomerAsync(String customerTokenId,
String profileId,
ApiCallback<TmsV2CustomersResponse> callback)
Retrieve a Customer (asynchronously)
|
okhttp3.Call |
CustomerApi.patchCustomerAsync(String customerTokenId,
PatchCustomerRequest patchCustomerRequest,
String profileId,
String ifMatch,
ApiCallback<TmsV2CustomersResponse> callback)
Update a Customer (asynchronously)
|
okhttp3.Call |
CustomerApi.postCustomerAsync(PostCustomerRequest postCustomerRequest,
String profileId,
ApiCallback<TmsV2CustomersResponse> callback)
Create a Customer (asynchronously)
|
Copyright © 2020. All rights reserved.