| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.Builder.build()
Builds a new
Device object using the set fields. |
Device |
GetDeviceResponse.getDevice()
Getter for Device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResponse.getDevices()
Getter for Devices.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse.Builder |
GetDeviceResponse.Builder.device(Device device)
Setter for device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(List<Device> devices)
Setter for devices.
|
| Constructor and Description |
|---|
GetDeviceResponse(List<Error> errors,
Device device)
Initialization constructor.
|
| Constructor and Description |
|---|
ListDevicesResponse(List<Error> errors,
List<Device> devices,
String cursor)
Initialization constructor.
|
Copyright © 2024. All rights reserved.