| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.Builder.build()
Builds a new
Component object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
Device.getComponents()
Getter for Components.
|
protected io.apimatic.core.types.OptionalNullable<List<Component>> |
Device.internalGetComponents()
Internal Getter for Components.
|
| Modifier and Type | Method and Description |
|---|---|
Device.Builder |
Device.Builder.components(List<Component> components)
Setter for components.
|
| Constructor and Description |
|---|
Device(DeviceAttributes attributes,
String id,
List<Component> components,
DeviceStatus status)
Initialization constructor.
|
Device(DeviceAttributes attributes,
String id,
io.apimatic.core.types.OptionalNullable<List<Component>> components,
DeviceStatus status)
Initialization constructor.
|
Copyright © 2024. All rights reserved.