| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse |
DevicesApi.getDevice(String deviceId)
Retrieves Device with the associated `device_id`.
|
GetDeviceResponse |
DefaultDevicesApi.getDevice(String deviceId)
Retrieves Device with the associated `device_id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetDeviceResponse> |
DevicesApi.getDeviceAsync(String deviceId)
Retrieves Device with the associated `device_id`.
|
CompletableFuture<GetDeviceResponse> |
DefaultDevicesApi.getDeviceAsync(String deviceId)
Retrieves Device with the associated `device_id`.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse |
GetDeviceResponse.Builder.build()
Builds a new
GetDeviceResponse object using the set fields. |
Copyright © 2024. All rights reserved.