| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceCodeResponse |
DefaultDevicesApi.getDeviceCode(String id)
Retrieves DeviceCode with the associated ID.
|
GetDeviceCodeResponse |
DevicesApi.getDeviceCode(String id)
Retrieves DeviceCode with the associated ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetDeviceCodeResponse> |
DefaultDevicesApi.getDeviceCodeAsync(String id)
Retrieves DeviceCode with the associated ID.
|
CompletableFuture<GetDeviceCodeResponse> |
DevicesApi.getDeviceCodeAsync(String id)
Retrieves DeviceCode with the associated ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceCodeResponse |
GetDeviceCodeResponse.Builder.build()
Builds a new
GetDeviceCodeResponse object using the set fields. |
Copyright © 2022. All rights reserved.