| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceCodeResponse |
DefaultDevicesApi.createDeviceCode(CreateDeviceCodeRequest body)
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
|
CreateDeviceCodeResponse |
DevicesApi.createDeviceCode(CreateDeviceCodeRequest body)
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
|
CompletableFuture<CreateDeviceCodeResponse> |
DefaultDevicesApi.createDeviceCodeAsync(CreateDeviceCodeRequest body)
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
|
CompletableFuture<CreateDeviceCodeResponse> |
DevicesApi.createDeviceCodeAsync(CreateDeviceCodeRequest body)
Creates a DeviceCode that can be used to login to a Square Terminal device to enter the
connected terminal mode.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceCodeRequest |
CreateDeviceCodeRequest.Builder.build()
Builds a new
CreateDeviceCodeRequest object using the set fields. |
Copyright © 2022. All rights reserved.