Package com.onslip360
Class API.Peripheral
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Peripheral>
-
- com.onslip360.API.Peripheral
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Peripheral>>
- Enclosing class:
- API
public static class API.Peripheral extends Onslip360Object<API.Peripheral>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.Peripheral.Function
-
Constructor Summary
Constructors Constructor Description Peripheral()
-
Method Summary
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
function
@Nonnull public Optional<API.Peripheral.Function> function()
-
kitchenPrinterConfig
@Nonnull public Optional<API.KitchenPrinterConfig> kitchenPrinterConfig()
-
virtualDevice
@Nonnull public Optional<API.VirtualDevice> virtualDevice()
-
created
@Nonnull public API.Peripheral created(@Nullable String created)
-
deleted
@Nonnull public API.Peripheral deleted(@Nullable String deleted)
-
deviceId
@Nonnull public API.Peripheral deviceId(@Nullable String deviceId)
-
function
@Nonnull public API.Peripheral function(@Nullable API.Peripheral.Function function)
-
id
@Nonnull public API.Peripheral id(@Nullable Long id)
-
kitchenPrinterConfig
@Nonnull public API.Peripheral kitchenPrinterConfig(@Nullable API.KitchenPrinterConfig kitchenPrinterConfig)
-
labels
@Nonnull public API.Peripheral labels(@Nullable Long[] labels)
-
location
@Nonnull public API.Peripheral location(@Nullable Long location)
-
name
@Nonnull public API.Peripheral name(@Nullable String name)
-
serviceId
@Nonnull public API.Peripheral serviceId(@Nullable String serviceId)
-
tags
@Nonnull public API.Peripheral tags(@Nullable String[] tags)
-
updated
@Nonnull public API.Peripheral updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.Peripheral updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Peripheral updatedFrom(@Nullable Long updatedFrom)
-
virtualDevice
@Nonnull public API.Peripheral virtualDevice(@Nullable API.VirtualDevice virtualDevice)
-
-