apidocs / com.srv4pos.server.api.activation / DeviceService

DeviceService

class DeviceService

Managing devices.

Constructors

<init>

DeviceService(url: URL, credentials: Credentials?, transport: Transport)

Managing devices.

Functions

getOverview

fun getOverview(id: Long): DeviceOverviewInfo

Returns overview of device.

list

fun list(firstResult: Int?, maxResults: Int?, like: String?): List<DeviceInfo>

Returns list of entities.

listOverview

fun listOverview(firstResult: Int?, maxResults: Int?, like: String?): List<DeviceOverviewInfo>

Returns list of entities.