| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceCodesResponse |
DefaultDevicesApi.listDeviceCodes(String cursor,
String locationId,
String productType,
String status)
Lists all DeviceCodes associated with the merchant.
|
ListDeviceCodesResponse |
DevicesApi.listDeviceCodes(String cursor,
String locationId,
String productType,
String status)
Lists all DeviceCodes associated with the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListDeviceCodesResponse> |
DefaultDevicesApi.listDeviceCodesAsync(String cursor,
String locationId,
String productType,
String status)
Lists all DeviceCodes associated with the merchant.
|
CompletableFuture<ListDeviceCodesResponse> |
DevicesApi.listDeviceCodesAsync(String cursor,
String locationId,
String productType,
String status)
Lists all DeviceCodes associated with the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceCodesResponse |
ListDeviceCodesResponse.Builder.build()
Builds a new
ListDeviceCodesResponse object using the set fields. |
Copyright © 2022. All rights reserved.