| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse |
DevicesApi.listDevices(String cursor,
String sortOrder,
Integer limit,
String locationId)
List devices associated with the merchant.
|
ListDevicesResponse |
DefaultDevicesApi.listDevices(String cursor,
String sortOrder,
Integer limit,
String locationId)
List devices associated with the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListDevicesResponse> |
DevicesApi.listDevicesAsync(String cursor,
String sortOrder,
Integer limit,
String locationId)
List devices associated with the merchant.
|
CompletableFuture<ListDevicesResponse> |
DefaultDevicesApi.listDevicesAsync(String cursor,
String sortOrder,
Integer limit,
String locationId)
List devices associated with the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse |
ListDevicesResponse.Builder.build()
Builds a new
ListDevicesResponse object using the set fields. |
Copyright © 2024. All rights reserved.