Package com.onslip360
Class API.Stored_Peripheral
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_Peripheral>
-
- com.onslip360.API.Stored_Peripheral
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_Peripheral>>
- Enclosing class:
- API
public static class API.Stored_Peripheral extends Onslip360Object<API.Stored_Peripheral>
-
-
Constructor Summary
Constructors Constructor Description Stored_Peripheral(String created, Long id, String updated)
-
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
-
created
@Nonnull public String created()
-
function
@Nonnull public Optional<API.Peripheral.Function> function()
-
id
@Nonnull public Long id()
-
kitchenPrinterConfig
@Nonnull public Optional<API.KitchenPrinterConfig> kitchenPrinterConfig()
-
updated
@Nonnull public String updated()
-
virtualDevice
@Nonnull public Optional<API.VirtualDevice> virtualDevice()
-
created
@Nonnull public API.Stored_Peripheral created(String created)
-
deleted
@Nonnull public API.Stored_Peripheral deleted(@Nullable String deleted)
-
deviceId
@Nonnull public API.Stored_Peripheral deviceId(@Nullable String deviceId)
-
function
@Nonnull public API.Stored_Peripheral function(@Nullable API.Peripheral.Function function)
-
id
@Nonnull public API.Stored_Peripheral id(Long id)
-
kitchenPrinterConfig
@Nonnull public API.Stored_Peripheral kitchenPrinterConfig(@Nullable API.KitchenPrinterConfig kitchenPrinterConfig)
-
labels
@Nonnull public API.Stored_Peripheral labels(@Nullable Long[] labels)
-
location
@Nonnull public API.Stored_Peripheral location(@Nullable Long location)
-
name
@Nonnull public API.Stored_Peripheral name(@Nullable String name)
-
serviceId
@Nonnull public API.Stored_Peripheral serviceId(@Nullable String serviceId)
-
tags
@Nonnull public API.Stored_Peripheral tags(@Nullable String[] tags)
-
updated
@Nonnull public API.Stored_Peripheral updated(String updated)
-
updatedBy
@Nonnull public API.Stored_Peripheral updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_Peripheral updatedFrom(@Nullable Long updatedFrom)
-
virtualDevice
@Nonnull public API.Stored_Peripheral virtualDevice(@Nullable API.VirtualDevice virtualDevice)
-
-